> For the complete documentation index, see [llms.txt](https://docs.evedex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evedex.com/legal/global/ai-bots/risk-disclosure-bots.md).

# Risk Disclosure: Bots

* You should carefully consider your financial situation, including any financial obligations, before making trading decisions.
* Trading, including trading with bots, is highly speculative and you may incur losses, including the total loss of your invested capital.
* There are no guarantees of future profits or any other positive results from the use of bots.
* The use of bots involves the automatic execution of trades without your direct involvement.
* Your results may differ significantly from the historical or test results of bots.
* We make no representations or warranties regarding:

\- the outcomes of trading through bots;

\- the accuracy of bot actions;

\- the absence of errors, malfunctions, or technical failures in bot operation.

* Bot performance may depend on external factors (such as market liquidity, network delays, or actions of other market participants) which are beyond our control.
* The use of bots does not relieve you of the responsibility to monitor your trading activity and manage risks (including setting limits, stop-losses, and other protective measures).
* You are solely responsible for the selection, activation, and use of a bot, including all results, losses, and consequences arising from its use.
* AI bots do not constitute investment advice, recommendations, or guarantees of performance. The decision to use them is made entirely at your own discretion.
* In the event of technical failures, algorithm errors, or other unforeseen circumstances, you acknowledge the risk of incorrect or unintended execution of trades.
* The use of bots may also result in additional costs (including fees, slippage, and position liquidations).


---

# 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.evedex.com/legal/global/ai-bots/risk-disclosure-bots.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.
