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

# Introduction to Mind AI

**Who We Are**

Mind AI is a market analysis platform driven by **it's own Data Layer**, designed to help investors make informed decisions. Our platform transforms raw social data into actionable trading insights with the help of these intelligent agents. By analyzing social media activity from X, Telegram, and Reddit, our AI sift through the noise, identify meaningful patterns, and deliver clear, data-driven insights that empower traders to make smarter investment choices.

**Mission**\
Our mission is to enhance crypto investment decision-making by delivering **AI-agent-powered insights** from social media data. We focus on achieving real financial outcomes, cutting through the hype to provide traders with reliable and actionable information.


---

# 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.mind-ai.io/overview/introduction-to-mind-ai.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.
