> 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/launch-pad/launchpad-conversations-tab.md).

# Launchpad Conversations Tab

## Conversation Tab

The Conversation Tab keeps track of the Quality Score, Agent Name, User, Source, Total Message and a Summary.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FBy5UzwP8as9i0MF7C1Zl%2Fimage.png?alt=media&amp;token=965df75e-39d6-4bc8-9c75-e3dc856f8a89" alt=""><figcaption></figcaption></figure>

Whilst allowing you to download the full logs of the conversation or delete them.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2Fw1qidRVRT3DBJjwEQRkG%2Fimage.png?alt=media&amp;token=13e97727-960e-41bb-9e4e-9f5349cafd60" alt=""><figcaption></figcaption></figure>

## Agent Name, User & Messages

Clicking on the Agent Name will send you to the Agent that was used.

Clicking on the User will send you to the Users basic Information tab.

Clicking on Messages it will send you directly to the CoPilot logs.

## Sorting

You're able to search and sort easier by changing the Source or Status to what you are specifically looking for.

<figure><img src="https://1905631084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEwGkQrKpAAj0jhmC3fkJ%2Fuploads%2FJpeIXYZahJMmRa30S3uj%2Fimage.png?alt=media&amp;token=dda80137-0c41-42b1-8ad6-82bb323a4c5d" 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/launch-pad/launchpad-conversations-tab.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.
