> For the complete documentation index, see [llms.txt](https://xtblock.gitbook.io/forex-trading-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtblock.gitbook.io/forex-trading-bot/guides.md).

# Guides

- [IMPORTANT - First understand the risks!](https://xtblock.gitbook.io/forex-trading-bot/guides/important-first-understand-the-risks.md)
- [Getting Started](https://xtblock.gitbook.io/forex-trading-bot/guides/getting-started.md)
- [Configuring the XTsunami software](https://xtblock.gitbook.io/forex-trading-bot/guides/configuring-the-xtsunami-software.md)
- [Buying an XTTP Domain Name](https://xtblock.gitbook.io/forex-trading-bot/guides/buying-an-xttp-domain-name.md)
- [XTsunami subscription payment and XTTP domain name setting](https://xtblock.gitbook.io/forex-trading-bot/guides/xtsunami-subscription-payment-and-xttp-domain-name-setting.md)
- [Forex Trading Bot Configuration](https://xtblock.gitbook.io/forex-trading-bot/guides/forex-trading-bot-configuration.md): This page will guide you with configuring the Forex bot and a sample parameters set, to enable you to start using the bot. This is only a software configuration guide and is NOT FINANCIAL ADVICE.
- [Fundamental Elements](https://xtblock.gitbook.io/forex-trading-bot/guides/forex-trading-bot-configuration/fundamental-elements.md): The basic configuration to make the bot work automated 24h
- [Additional Functionality](https://xtblock.gitbook.io/forex-trading-bot/guides/forex-trading-bot-configuration/additional-functionality.md): These are additional settings to manage the app and monitor open positions
- [Sample Settings](https://xtblock.gitbook.io/forex-trading-bot/guides/forex-trading-bot-configuration/sample-settings.md): These settings are only for demonstration purposes and are NOT FINANCIAL ADVICE
- [DCA Calculation](https://xtblock.gitbook.io/forex-trading-bot/guides/forex-trading-bot-configuration/dca-calculation.md): DCA formulas
- [Manual Open Position](https://xtblock.gitbook.io/forex-trading-bot/guides/forex-trading-bot-configuration/manual-open-position.md): To open a position without requesting the bot to check any conditions.


---

# 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://xtblock.gitbook.io/forex-trading-bot/guides.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.
