# Example requests

To help you write better descriptions and get the most out of Obside's AI, we've grouped **concrete examples** by use case.

* [**Trading bots**](/agents/create-an-agent/examples/trading.md) — dynamic strategies with precise entry and exit rules.

{% content-ref url="/pages/ODpuZkrdzuFI3z4IXouk" %}
[Trading bots](/agents/create-an-agent/examples/trading.md)
{% endcontent-ref %}

* [**Investing**](/agents/create-an-agent/examples/investing.md) — mid- and long-term approaches: DCA, rebalancing, progressive capital management.

{% content-ref url="/pages/Wu2P3QGmHBxktCPSaNGK" %}
[Investing](/agents/create-an-agent/examples/investing.md)
{% endcontent-ref %}

* [**Alerts**](/agents/create-an-agent/examples/alerts.md) — notifications triggered by technical, fundamental or news-based conditions.

{% content-ref url="/pages/vENmtqGkQ7wYTYPAMcfb" %}
[Alerts](/agents/create-an-agent/examples/alerts.md)
{% endcontent-ref %}

* [**Market analysis**](/agents/create-an-agent/examples/market.md) — questions to decode the news, read the market or learn.

{% content-ref url="/pages/LMZvgxyUn1USh6JzuDWQ" %}
[Market analysis](/agents/create-an-agent/examples/market.md)
{% endcontent-ref %}

***

{% hint style="success" %}
A good way to write clear rules is to ask yourself:

**"If I were teaching my strategy to someone else using only these rules, would they understand everything or would they have questions on unclear aspects?".**

This approach helps you maximize the precision of your rules.

If the answer is **YES**, your rules are clear and you can create your agent.\
If the answer is **NO**, you should clarify them to avoid any ambiguity.
{% endhint %}


---

# 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.obside.com/agents/create-an-agent/examples.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.
