> For the complete documentation index, see [llms.txt](https://aro-1.gitbook.io/aro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aro-1.gitbook.io/aro/aros-tech/data-flow-and-multimodel-reasoning.md).

# Data Flow & Multimodel Reasoning

<figure><img src="/files/qLiqgPCflacQjj3vrJIh" alt=""><figcaption></figcaption></figure>

**User Request**

* Example: “What is the long-term analysis for Bitcoin $BTC”
* Sent via  **chat** , **UI dashboard, API call.**

**AI Research Orchestrator Receives the Task**

* Classifies the query (market sentiment, price prediction, or code interpretation).

**Multimodel Reasoning Layer**

* **Model Selection**: Chooses o1/deepseek r1 for textual reasoning, or Grok for advanced sentiment analysis, etc.
* **Collaboration**: Multiple LLMs can be used concurrently for complex, multi-part questions.

**Tool Interactions**

* The orchestrator invokes relevant tools in the **Orchestration Intelligence** (e.g., on-chain, sentiment, or financial analytics) for data gathering or specialized computations.

**Aggregation & Finalization**

* Partial outputs (from LLMs + Orchestration Intelligence) are **merged** into a cohesive final answer.
* Logic checks by AI Research Orchestrator ensure data consistency and integrity.

**Dataset Logging**

* Key outputs are **archived** for historical reference and to refine future model performance.

**Output Delivery**

* Final insights appear in web app chat reply, an interactive dashboard, PDF/HTML report, or as a structured **API** response.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://aro-1.gitbook.io/aro/aros-tech/data-flow-and-multimodel-reasoning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
