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

# raia cX

raia cX is our suite of products that power enterprise grade autonomous Agents for your business.&#x20;

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

<table><thead><tr><th width="206.28125">App</th><th>Overview</th></tr></thead><tbody><tr><td>raia Copilot</td><td>Application for your teams to engage with Agents and powers human oversight, human feedback and human in the loop.</td></tr><tr><td>raia Chat</td><td>Live Chat UX for customers to engage with your AI Agents via your website, sms, email or voice.</td></tr><tr><td>raia Connect</td><td>Application for connecting your existing data and documents to your AI Agents for training.</td></tr><tr><td>raia Control</td><td>Application for launching sms / email campaigns powered by your AI Agents to have conversations with your customers, prospects or team members.</td></tr><tr><td>raia Command</td><td>Our Command and Control of all Agents that makes it simple to build, test and train AI Agents in a central platform. (a.k.a. Launch Pad)</td></tr></tbody></table>

### Learn about raia CX Suite of Applications

{% embed url="<https://youtu.be/oePFrA4jZPU>" %}

### Copilot

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

### Chat

<figure><img src="/files/nOVcUfLBhbh6pZvQqp78" alt="" width="350"><figcaption></figcaption></figure>

### Connect

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

### Control

<figure><img src="/files/NZBihhvUUugkqW8v5fTo" 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, and the optional `goal` query parameter:

```
GET https://raia2.gitbook.io/raia/applications/raia-cx.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.
