# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
