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

# Feature Manual

| Feature              | Description                                                                                                                                                 |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| eVa Connection       | Connect your EVA Trading bot to EVA Tracker to seamlessly execute trades directly from EVA notifications.                                                   |
| My Positions         | Track all your open positions in real-time and analyze past trades for performance insights.                                                                |
| Wallets              | Generate, import, and manage multiple wallets easily within the bot.                                                                                        |
| eVa InstBuy          | Preset a default ETH amount to instantly buy tokens from notifications sent by EVA Tracker, enabling one-click trading.                                     |
| Gas Boost            | Optionally add extra gas (in Gwei) to ensure smooth and fast transactions. Set a Delta value (e.g., 2 for low, up to 10 for high) to prioritize your trade. |
| TP (Take Profit)     | Automatically take profit when your trade reaches a specified percentage increase. Set to 0 to disable.                                                     |
| SL (Stop Loss)       | Automatically stop loss when your trade drops to a specified percentage decrease. Set to 0 to disable.                                                      |
| Always Trigger TP/SL | Ensure your trades always execute at the defined Take Profit or Stop Loss levels, providing consistent risk management.                                     |
| Reset All            | Reset all trading settings to default values for quick reconfiguration.                                                                                     |


---

# 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://evaai.gitbook.io/evaai/user-manuals/trading/feature-manual.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.
