# Orchestrator: The Command Center

The Orchestrator bridges user intent with system execution, transforming natural language inputs into precise tasks managed across the ecosystem.

The Orchestrator includes two components:

* Interface: A user-friendly interface that can be web-based or integrated with popular messaging platforms like Telegram and Discord. This interface allows users to input requests in natural language and receive results once the agents have completed their tasks.

AI Engine: AI Engine has the ability to understand users' preferences and goals through contextual understanding, converting it into actionable tasks, and assigning the most appropriate AI agents from the Agent Hub to execute these tasks. After tasks are completed by AI Agents, the AI Engine processes and delivers results back to users via Interface.


---

# 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://docs.solyai.com/soly-ai-agent/the-soly-ai-ecosystem/the-ecosystem/orchestrator-the-command-center.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.
