> For the complete documentation index, see [llms.txt](https://docs.alfred.trade/alfred-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alfred.trade/alfred-documentation/using-alfredo-trade/ai-assistant.md).

# AI assistant

Alfredo Trade users can interact with the bot through voice or text commands to execute various trading actions. Currently, the bot requires user confirmation before executing trades, though this feature may be automated in future updates. The bot is capable of understanding natural language requests and will prompt for additional information if needed to complete the requested action accurately.&#x20;

At present, access is limited to the users that have at least 2 Tier.\
Daily limit - 50 requests.\
\
**Request Example**&#x20;

\
To initiate a trade, users can input via voice or text commands such as "Buy Brett token for 0.1 ETH". \
In case if some information is absent the bot will ask for it.

**List of supported functions**

&#x20;1\. Buy tokens&#x20;

&#x20;2\. Bridge ETH&#x20;

&#x20;3\. Sell tokens&#x20;

&#x20;4\. Get the Token balance

&#x20;6\. Get the Trending Tokens

&#x20;7\. Create Stop Loss order

&#x20;8\. Create Take Profit order

&#x20;9\. Create Trigger Buy order

&#x20;10\. Cancel order

&#x20;11\. Cancel snipe

&#x20;12\. Get my existing positions for network

&#x20;13\. Get my existing position for token


---

# 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.alfred.trade/alfred-documentation/using-alfredo-trade/ai-assistant.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.
