# Apex Docs

## Apex Docs

- [Overview](https://docs.apex.win/apex-docs/master.md): APE TOGETHER STRONG
- [How it works](https://docs.apex.win/apex-docs/how-apex-works.md)
- [The Basics of Perpetual Futures and Perpetual Protocol](https://docs.apex.win/apex-docs/how-apex-works/the-basics-of-perpetual-futures-and-perpetual-protocol.md)
- [APEX Limit Order Design](https://docs.apex.win/apex-docs/how-apex-works/apex-limit-order-design.md)
- [Comparison with order book exchanges](https://docs.apex.win/apex-docs/how-apex-works/comparison-with-order-book-exchanges.md)
- [User Guide](https://docs.apex.win/apex-docs/user-guide.md)
- [Add xDai Chain to Your Wallet](https://docs.apex.win/apex-docs/user-guide/switching-to-xdai.md)
- [Acquiring xDAI tokens](https://docs.apex.win/apex-docs/user-guide/acquiring-xdai.md)
- [Getting USDC on xDai](https://docs.apex.win/apex-docs/user-guide/getting-usdc-on-xdai.md)
- [Interacting with xDai](https://docs.apex.win/apex-docs/user-guide/interacting-with-xdai.md): Don't overpay for gas!
- [Spawn your smart wallet](https://docs.apex.win/apex-docs/user-guide/spawn-your-smart-wallet.md)
- [Funding your smart wallet](https://docs.apex.win/apex-docs/user-guide/funding-your-smart-wallet.md)
- [Approve Spend](https://docs.apex.win/apex-docs/user-guide/approve-spend.md)
- [Fees](https://docs.apex.win/apex-docs/user-guide/fees.md): What fees you will encounter using APEX
- [Creating Orders](https://docs.apex.win/apex-docs/user-guide/creating-orders.md)
- [Creating Limit orders](https://docs.apex.win/apex-docs/user-guide/creating-orders/creating-limit-orders.md)
- [Order Types](https://docs.apex.win/apex-docs/order-types.md)
- [Understanding Slippage](https://docs.apex.win/apex-docs/order-types/understanding-slippage.md)
- [Market Orders](https://docs.apex.win/apex-docs/order-types/market-orders.md)
- [Limit Orders](https://docs.apex.win/apex-docs/order-types/limit-orders.md)
- [Stop Orders](https://docs.apex.win/apex-docs/order-types/stop-orders.md)
- [Stop Market](https://docs.apex.win/apex-docs/order-types/stop-orders/stop-market.md)
- [Stop Limit](https://docs.apex.win/apex-docs/order-types/stop-orders/stop-limit.md)
- [Stop Market vs Stop Limit](https://docs.apex.win/apex-docs/order-types/stop-orders/stop-market-vs-stop-limit.md)
- [Trailing Stop Orders](https://docs.apex.win/apex-docs/order-types/stop-orders/trailing-stop-orders.md)
- [Developer Guide](https://docs.apex.win/apex-docs/developer-guide.md)
- [Smart Contracts](https://docs.apex.win/apex-docs/developer-guide/smart-contracts.md)
- [Limit Order Book](https://docs.apex.win/apex-docs/developer-guide/smart-contracts/limit-order-contract.md)
- [Smart Wallet Factory](https://docs.apex.win/apex-docs/developer-guide/smart-contracts/smart-wallet-factory.md)
- [Smart Wallet](https://docs.apex.win/apex-docs/developer-guide/smart-contracts/smart-wallet.md)
- [Keeper Bots](https://docs.apex.win/apex-docs/developer-guide/keeper-bot.md)
- [Overview](https://docs.apex.win/apex-docs/developer-guide/keeper-bot/keeper-bot-overview.md)
- [Running your own bot](https://docs.apex.win/apex-docs/developer-guide/keeper-bot/keeper-bot-guide.md)
- [Documentation](https://docs.apex.win/apex-docs/developer-guide/keeper-bot/keeper-bot-documentation.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.apex.win/apex-docs/master.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.
