# 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: 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:

```
GET https://docs.alfred.trade/alfred-documentation/using-alfredo-trade/ai-assistant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
