> For the complete documentation index, see [llms.txt](https://docs.outlight.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.outlight.ai/overview/introduction-to-outlight/our-approach-aggregating-analyzing-and-empowering.md).

# Our Approach: Aggregating, Analyzing, and Empowering

Outlight’s effectiveness stems from our comprehensive approach to data handling and analysis. The strategy consists of three key stages:

* **Data Aggregation:** Data streams from multiple sources are aggregated, including social media platforms (Twitter, Telegram, Reddit), on-chain blockchain analytics, exchange data, and specialized third-party intelligence (Cookie3, Kaito, MindAI). These insights are continuously collected and organized to ensure insights always reflect the most current market conditions.
* **AI Analysis:** Outlight AI systems utilize ML algorithms, including natural language processing (NLP) for sentiment analysis, predictive analytics, and anomaly detection to extract meaningful insights. Our models analyze datasets in real-time, identifying trends and investment signals quickly and accurately.
* **User Action:** The final and most critical step involves translating these insights into actions. Users interact with Outlight via Telegram bots or a web-based terminal, delivering timely alerts and precise information.

Through this approach, Outlight equips investors with all the necessary resources to act confidently  on emerging investment opportunities, significantly enhancing their potential returns and reducing risks.


---

# 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://docs.outlight.ai/overview/introduction-to-outlight/our-approach-aggregating-analyzing-and-empowering.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.
