# Automate your trading

Obside lets you turn your ideas into concrete actions on the markets, without writing a single line of code. Three levels of automation are available, from the simplest to the most autonomous:

* [**Schedule a trade**](/obside-chat/automate-your-trading/schedule-a-trade.md) — a specific operation, executed at a given time or under a specific condition. Ideal for one-off actions.
* [**Create a trading bot**](/obside-chat/automate-your-trading/create-a-trading-bot.md) — an agent that follows defined rules, with no human intervention. Ideal for repeatable systematic strategies.
* [**Deploy an AI trader**](/obside-chat/automate-your-trading/deploy-an-ai-trader.md) — an autonomous agent powered by a large language model, able to analyze context and decide on its own.

{% hint style="info" %}
Whichever level you choose, the agent can be launched in **demo mode** (paper trading) before being deployed live. Live execution availability depends on your region and your broker — see [Availability by region](/platforms/availability-by-region.md).
{% 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/obside-chat/automate-your-trading.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.
