# User guide

- [Official DeltaBot Links](https://docs.deltatrade.ai/user-guide/official-deltabot-links.md)
- [Introduction to Near Protocol](https://docs.deltatrade.ai/user-guide/introduction-to-near-protocol.md)
- [Introduction to DeltaBot Functional Modules](https://docs.deltatrade.ai/user-guide/introduction-to-deltabot-functional-modules.md)
- [Home Page](https://docs.deltatrade.ai/user-guide/introduction-to-deltabot-functional-modules/home-page.md)
- [Market](https://docs.deltatrade.ai/user-guide/introduction-to-deltabot-functional-modules/market.md)
- [Vaults](https://docs.deltatrade.ai/user-guide/introduction-to-deltabot-functional-modules/vaults.md)
- [DashBoard](https://docs.deltatrade.ai/user-guide/introduction-to-deltabot-functional-modules/dashboard.md)
- [LeaderBoard](https://docs.deltatrade.ai/user-guide/introduction-to-deltabot-functional-modules/leaderboard.md)
- [How to Create a Trading Bot](https://docs.deltatrade.ai/user-guide/how-to-create-a-trading-bot.md)
- [Grid Trading Bot Creation Strategies](https://docs.deltatrade.ai/user-guide/grid-trading-bot-creation-strategies.md)
- [Wide Price Range](https://docs.deltatrade.ai/user-guide/grid-trading-bot-creation-strategies/wide-price-range.md)
- [Narrow Price Range](https://docs.deltatrade.ai/user-guide/grid-trading-bot-creation-strategies/narrow-price-range.md)
- [Pure Buy Order Grid Strategy](https://docs.deltatrade.ai/user-guide/grid-trading-bot-creation-strategies/pure-buy-order-grid-strategy.md)
- [Pure Sell Order Grid Strategy](https://docs.deltatrade.ai/user-guide/grid-trading-bot-creation-strategies/pure-sell-order-grid-strategy.md)
- [Unbalanced Buy-Sell Order Grid Strategy](https://docs.deltatrade.ai/user-guide/grid-trading-bot-creation-strategies/unbalanced-buy-sell-order-grid-strategy.md)


---

# 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.deltatrade.ai/user-guide.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.
