# Introduction to Arcee Orchestra

Arcee Orchestra is an end-to-end agentic platform for building AI workflows. &#x20;

<figure><img src="https://2302384909-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUJInHjoAOfzq3bL12Af%2Fuploads%2FrT5RAOCD1PGkXwTPY95h%2Forchestra.svg?alt=media&#x26;token=d7f566b8-0f6b-4ddd-97d3-1a6413a7b016" alt="" width="563"><figcaption><p>Arcee Orchestra</p></figcaption></figure>

### **Current Way to Build AI Applications**

Building and scaling AI agents, agentic workflows, and AI applications is complex and difficult. At a minimum, you need to determine or develop:

1. What models to use
2. A framework to orchestrate requests
3. Tools (APIs, functions, external systems) to integrate
4. Monitoring and observability capabilities to track performance and costs
5. Hardware to run on

This complexity is compounded when building multiple agents to work together and then scaling your solution. Additionally, when you're piecing all these components together from different providers, one change from a single provider can impact the performance of your solution or potentially break it entirely.

### The Solution

Arcee Orchestra provides all these components in one, easy to use, low-code/no-code UI that can be consumed through SaaS or deployed fully in your environment. This means you know your agents will run the way you expect regardless of scale, and you can meet the most strict compliance guidelines and regulations because data never needs to leave your environment.

Orchestra is built on top of Arcee's state-of-the-art suite of small language models (SLMs) which are trained to perform exceptionally well in agentic workflows.&#x20;

There are 4 primary components to Orchestra:

1. Arcee Small Language Models - purpose built SLMs, which excel at instruction following and understanding API data, enabling reliable utilization of AI.
2. Workflows - allow you to build automations consisting of calls to SLMs/LLMs, connections to external systems, code execution, and more.
3. Integrations - built-in integrations to the most popular systems to enable easy interaction between external systems.&#x20;
4. Chat UI - single interface to chat with your models and invoke workflow automations/agents.

To see how integrations, workflows, the chat UI, and the model router work together, continue to [Getting Started](https://docs.arcee.ai/arcee-orchestra/getting-started).


---

# 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.arcee.ai/arcee-orchestra/introduction-to-arcee-orchestra.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.
