# Getting Started

- [Supported Networks](https://docs.bundlefren.com/v1/getting-started/supported-networks.md): A list of our currently supported networks and DEXs.
- [Compatible Contracts](https://docs.bundlefren.com/v1/getting-started/compatible-contracts.md): An overview of compatible contracts and open trading functions within our app.
- [Connecting Your Wallet](https://docs.bundlefren.com/v1/getting-started/connecting-your-wallet.md): Connecting your wallet is a secure and simple way to sign in or create an account on Bundle Fren.
- [Simulation](https://docs.bundlefren.com/v1/getting-started/simulation.md): A guide and overview to using the simulation tool in preparation for your bundle.


---

# 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.bundlefren.com/v1/getting-started.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.
