# Welcome

This documentation is here to answer your questions. You'll find guides, tutorials and explanations to help you get the most out of Obside.

If you can't find what you're looking for, or you think something is missing, feel free to reach out by email at <contact@obside.com>. We'll be glad to help!

## What can you do with Obside?

Obside is built around a conversational interface. You describe what you want to achieve in natural language, and the platform takes care of the rest. Three main use cases are available:

### Automate your trading

Turn your ideas into concrete actions on the markets.

* [**Schedule a trade**](/obside-chat/automate-your-trading/schedule-a-trade.md) — execute a specific operation at a given time or under a specific condition.
* [**Create a trading bot**](/obside-chat/automate-your-trading/create-a-trading-bot.md) — an agent that follows defined rules, with no human intervention.
* [**Deploy an AI trader**](/obside-chat/automate-your-trading/deploy-an-ai-trader.md) — an autonomous agent powered by a large language model.

### Get alerted

Stay informed in real time about the events that matter to you.

* [**Create a smart alert**](/obside-chat/get-alerted/create-a-smart-alert.md) — triggered by your conditions on prices, indicators, news or tweets.
* [**Monitor your portfolio**](/obside-chat/get-alerted/monitor-your-portfolio.md) — track performance, risk and events affecting your positions.
* [**Spot opportunities**](/obside-chat/get-alerted/spot-opportunities.md) — identify assets matching your market criteria.

### Understand the market

Get clear analyses and learn how to read the markets.

* [**Decode the news**](/obside-chat/understand-the-market/decode-the-news.md) — summaries and impact of economic events.
* [**Read the market**](/obside-chat/understand-the-market/read-the-market.md) — directional reads and macro overviews.
* [**Learn the basics**](/obside-chat/understand-the-market/learn-the-basics.md) — pedagogical explanations on trading and investing.

***

## Useful links

* **Website:** [https://obside.com](https://obside.com/)
* **Telegram (FR):** <https://t.me/obsideai_fr>
* **Telegram (EN):** <https://t.me/obsideai>
* **YouTube (FR):** [https://youtube.com/@obside\_fr](https://www.youtube.com/@obside_fr)
* **YouTube (EN):** [https://youtube.com/@obside\_ai](https://www.youtube.com/@obside_ai)
* **X:** <https://x.com/obsideai>
* **Reddit:** [https://www.reddit.com/r/ObsideAI](https://www.reddit.com/r/ObsideAI/)
* **Instagram:** [https://www.instagram.com/obsideai](https://www.instagram.com/obsideai/)
* **LinkedIn:** <https://www.linkedin.com/company/obsideai>

## Contact us

* **Email:** <contact@obside.com>


---

# 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/readme.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.
