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

# Autonomy Network

- [Overview](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/readme.md)
- [Use Cases](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/use-cases.md)
- [System Components](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/system-components.md)
- [Registry](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/system-components/the-registry.md)
- [Requests](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/system-components/requests.md)
- [Executors](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/system-components/executors.md)
- [StakeManager](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/system-components/staking.md)
- [Products](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products.md)
- [AutoSwap](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autoswap.md)
- [How It Works](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autoswap/how-it-works.md)
- [Integrating Limits/Stops Into Your DEX](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autoswap/integrating-limits-stops-into-your-dex.md)
- [Limits & Stops SDK](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autoswap/limits-and-stops-sdk.md)
- [AutoHedge](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autohedge.md)
- [How to Use AutoHedge](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autohedge/how-to-use-autohedge.md)
- [Return/Profit Analysis](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autohedge/return-profit-analysis.md)
- [How It Works](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autohedge/how-it-works.md)
- [How It Works (detailed)](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autohedge/how-it-works-detailed.md)
- [Derivations](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autohedge/how-it-works-detailed/derivations.md)
- [Links](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autohedge/links.md)
- [AutoStation](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autostation.md): https://autostation.io/
- [Tutorial 1: Create A Condition And Upload It](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autostation/tutorial-conditions.md)
- [Part 1: non-recurring](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autostation/tutorial-conditions/part-1-non-recurring.md)
- [Part 2: recurring](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autostation/tutorial-conditions/part-2-recurring.md)
- [Part 3: uploading to AutoStation](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autostation/tutorial-conditions/part-3-uploading-to-autostation.md)
- [Part 4: bonus - how to call manually](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autostation/tutorial-conditions/part-4-appendix---how-to-call-manually.md)
- [Tutorial 2: Example automation using AutoStation](https://docs.autonomynetwork.io/autonomy-docs/autonomy-network/products/autostation/tutorial-2-example-automation-using-autostation.md)


---

# 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.autonomynetwork.io/autonomy-docs/autonomy-network.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.
