> For the complete documentation index, see [llms.txt](https://docs.stealthtest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stealthtest.com/stealthtest-guides.md).

# StealthTest Guides

- [Connecting to StealthTest Networks](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks.md): Collection of guides for connecting to your private test networks based on your preferred web3 wallet provider.
- [Metamask](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/metamask.md): A quick step-by-step guide for connecting your private Stealthtest network to Metamask
- [Thirdweb](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/thirdweb.md): A quick step-by-step guide for adding your private Stealthtest network to your Thirdweb dashboard.
- [Coinbase Wallet](https://docs.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/coinbase-wallet.md): A quick step-by-step guide for connecting Coinbase Wallet to your private StealthTest network
- [Test Wallet Import](https://docs.stealthtest.com/stealthtest-guides/test-wallet-import.md): Collection of guides for how to import a specific type of test wallet into popular solutions.
- [Metamask Wallet Import](https://docs.stealthtest.com/stealthtest-guides/test-wallet-import/metamask-wallet-import.md): Importing your Ethereum and Polygon wallets.
- [Testing with Remix](https://docs.stealthtest.com/stealthtest-guides/testing-with-remix.md): A step-by-step guide showing how to configure and deploy a simple smart contract to your private StealthTest environment.
- [Testing with Truffle](https://docs.stealthtest.com/stealthtest-guides/testing-with-truffle.md): A step-by-step guide for creating a Truffle project and deploying it to your private StealthTest environment.
- [Testing with Hardhat](https://docs.stealthtest.com/stealthtest-guides/testing-with-hardhat.md): A step-by-step guide for creating a Hardhat project and deploying it to your private StealthTest environment.
- [Testing with Brownie](https://docs.stealthtest.com/stealthtest-guides/testing-with-brownie.md): A step-by-step guide for creating a Brownie project and deploying it to your private StealthTest environment.
- [Testing with Web3.js + Cypress](https://docs.stealthtest.com/stealthtest-guides/testing-with-web3.js-+-cypress.md): A step-by-step guide for creating an E2E automation project and using your private StealthTest environment.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stealthtest.com/stealthtest-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
