> 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/raia-cx/searching-agents.md).

# Searching Agents

## Ability to search through your organizations AI Agents

Using the search bar you can freely search for whatever Agent you need.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2Fbok0hPtYw8LQTC730jLM%2Fimage.png?alt=media&amp;token=cf83fee4-c670-4dc6-acb9-fb058d811c6b" alt=""><figcaption></figcaption></figure>

## Favoriting an AI Agent

Favoriting an agent in Raia makes them easier to find by highlighting or pinning them for quick access. This helps streamline your workflow by keeping your most-used agents organized and readily available.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2F303NlTROYzOZKDD0htSH%2Fimage.png?alt=media&amp;token=4eac31bf-e3a5-4212-b055-0016c4f503b8" alt=""><figcaption></figcaption></figure>

## Switching Views

You're able to switch between two different views on the LaunchPad based on your preference

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FyxkxjDmGuAd9jRFIRSOZ%2FScreenshot%202025-07-20%20085717.png?alt=media&amp;token=47d4df36-cb9c-42a6-9e57-c01cb5fa2ee8" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2F2JdGJSqcvzHrhnDsScNE%2FScreenshot%202025-07-20%20085744.png?alt=media&amp;token=b34c9a21-e6f5-40dd-b6f9-53f31aa1ff1f" alt=""><figcaption></figcaption></figure>

## Agent Creation & Editing

On the Agent LaunchPad, you are able to create a completely new Agent if needed while at the same time edit Agent's already created within the organization by simply clicking on them.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FGKPF6PovyLBzABdej6kT%2Fimage.png?alt=media&amp;token=20587258-d8f1-47c6-9d42-d457da7c1bbe" alt=""><figcaption></figcaption></figure>

## Status Circle

The green circle indicates that the Agent is Active

<div align="center"><figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FCr8S2IimL1ov8BlYRUFL%2Fimage.png?alt=media&amp;token=fa4a8c99-ba7c-4f54-a4cd-7f08fbde00ee" alt=""><figcaption></figcaption></figure></div>

Whilst the grey circle indicates the Agent is Inactive

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2F52j09xwy9JCSZ58IfeiQ%2FScreenshot%202025-07-20%20090303.png?alt=media&amp;token=8a3021db-80a0-4b92-81b7-05a34d090bd1" 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/raia-cx/searching-agents.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.
