# Overview

1. Live market data is sourced and analyzed by the agents&#x20;
2. Processed data is fed into the pipeline
3. Machine learning analyzes the data for future optimization&#x20;
4. Recommendations are fed through the quant trading models
5. Trades are reviewed and risk assessment performed&#x20;
6. The agents are asked for consensus on the signal generated&#x20;
7. The trading is executed
8. Performance is monitored&#x20;
9. The active position is closed

<figure><img src="https://1652163517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FW0CksME7vMlbfNHankin%2Fuploads%2FRwsa1zik2diMYZ32Bui5%2FStackerAI%20Flow%20Process.png?alt=media&#x26;token=21fd9d26-e333-4688-ab7e-a5897f1eebf7" alt=""><figcaption></figcaption></figure>


---

# 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://stackerai.gitbook.io/stacker-ai/how-it-works/stacker-algorithm/overview.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.
