# How it works

## How it Works

The user experience of Copilot is very similar to Chat GPT (or any AI interface). The primary functionality revolves around prompting (chatting) with the AI Agent.

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

### Selecting the AI Agent <a href="#selecting-the-ai-agent" id="selecting-the-ai-agent"></a>

The first step is selecting one of the AI Agents. AI Agents are created using raia Launch Pad and made available to access by users registered in Launch Pad. If you do not see any agents, make sure you have created atleast one and have been provided access in [**raia Launch Pad**](https://raia2.com).

### Ask the Agent a Question <a href="#ask-the-agent-a-question" id="ask-the-agent-a-question"></a>

Once you have chose the AI Agent, simply ask a question in the "Ask any Question..." text box at the bottom of the screen. You also may see some default prompts on the Agent's home screen right above the Chat window.

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

### Change to a different Agent <a href="#change-to-a-different-agent" id="change-to-a-different-agent"></a>

If you want to navigate to a different AI Agent, use the pull down menu at the top of the screen. You can search for the Agent you want to use, and it will refresh the screen with the new Agent.

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

### Conversations <a href="#conversations" id="conversations"></a>

Each conversation (thread) is saved on the left side of the screen. You can click on the conversation to view the messages at anytime. You can also easily rename the conversation by clicking on the three dot menu when you hover over the conversation title. Other features include downloading the conversation, deleting and adding to Memory of the Agent (if you want to train the Agent to remember the conversation for future recall).

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


---

# 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.raiaai.com/applications/copilot/how-it-works.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.
