> For the complete documentation index, see [llms.txt](https://myros.gitbook.io/bp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://myros.gitbook.io/bp/solution.md).

# Solution

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

Myros is an open-source framework for launching real-time, knowledge-aware AI agents. She transforms static information into an interactive intelligence layer that users can speak to directly. Myros empowers projects, teams, businesses, and communities to deploy AI agents that retrieve, understand, and deliver relevant knowledge instantly.

| Capability                      | Description                                                          |
| ------------------------------- | -------------------------------------------------------------------- |
| Retrieve live knowledge         | Pull updated content from curated project sources                    |
| Respond conversationally        | Answer users in natural language                                     |
| Remember context                | Maintain conversation history for better continuity                  |
| Support project-specific agents | Each deployment can be tailored to a project, community, or business |
| Operate through Telegram        | Users interact directly inside a familiar messaging environment      |
| Support admin-managed sources   | Project admins can add or remove knowledge sources                   |
| Be self-hosted                  | Builders control their own deployment, infrastructure, and data      |
| Be modified freely              | Open-source code enables customization and extension                 |

Myros begins with a focused purpose: helping projects create their own knowledge-aware agents.

But the larger vision is to make AI agents more accessible, transparent, and useful for everyone.

#### Myros is not a chatbot.

A chatbot waits for scripted questions.\
Myros connects to live knowledge.

#### Myros is not a static assistant.

A static assistant depends on fixed training data.\
Myros retrieves from sources chosen by the project.

#### Myros is not a closed AI product.

Closed systems limit control and transparency.\
Myros is open-source, self-hostable, and extensible.

#### Myros is not only infrastructure.

Infrastructure is invisible.\
Myros is designed to be felt, recognized, and trusted.

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


---

# 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:

```
GET https://myros.gitbook.io/bp/solution.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.
