# What Eolas can be used for

When you integrate EolasEdge and EolasReach into your AI workspace, the agent gains access to powerful tools that enable autonomous behavior:

#### Trading Capabilities

The agent can analyze markets, execute trades, and manage positions using tools like:

* **Market Analysis**: `get_markets`, `get_trading_view_candles`, `screen_assets`
* **Trading Execution**: `place_order`, `place_bracket_order`, `cancel_order`
* **Portfolio Management**: `get_positions`, `close_positions`, `manage_funds`

#### Social Communication

The agent can engage with the world using tools like:

* **Content Creation**: `create_twitter_post`, `generate_image`
* **Community Engagement**: `get_twitter_mentions`, `reply_to_twitter_post`
* **Multi-Platform Presence**: `send_telegram_message`, `get_telegram_updates`

#### Autonomous Behavior

The agent becomes capable of:

* **Continuous Monitoring**: Checking markets and social mentions
* **Intelligent Decision Making**: Analyzing data and executing trades
* **Transparent Communication**: Sharing insights and reasoning
* **Adaptive Responses**: Engaging with community feedback

{% embed url="<https://x.com/Eolas_AI/status/1942984597220053243>" %}


---

# 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://eolas.gitbook.io/eolas/getting-started/what-eolas-can-be-used-for.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.
