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

# X Trader Docs

X Trader is a Solana on-chain trading tool for Sniper, Copy Trade, Auto Sell, strategy rules, Positions, and Wallet Manager workflows.

These docs focus on practical flows and system behavior. Basic field labels that already appear in the UI are not repeated unless they need extra explanation.

The docs explain:

* How different features trigger trades
* How parameters work together
* What happens after a config is saved
* Where to check when a trade does not trigger

## Reading Order

New users can start with [Complete Your First Config in 5 Minutes](/docs/xtrader-en/quick-start/quick-start.md).

If you already know the product, jump to:

* [Create Sniper Config](/docs/xtrader-en/sniper/create-config.md)
* [Create Copy Trade Config](/docs/xtrader-en/copy-trade/create-config.md)
* [Buy Settings](/docs/xtrader-en/strategy-library/buy-parameters.md)
* [Common Error Reasons](/docs/xtrader-en/notifications-and-errors/error-reasons.md)

## Documentation Rule

English titles and field names follow the frontend UI terms. If a UI label differs from a natural English phrase, the UI label wins.


---

# 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://x-trader.gitbook.io/docs/xtrader-en/readme.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.
