# Consuming the Results

**Analyzing Search Results:**

1. Use the search feature in the 'My Activity' or 'All' tab to narrow down the list of searches based on the search name/title, user who created the search, or search text.
2. Click the desired search to view its results.
3. Click a search result to view its detailed information in the results panel.&#x20;
4. The results panel contains two sections to review:

#### Risk Results:

* **Text Prompt:** Displays the prompt that was sent to the agent.

  <figure><img src="/files/jSMdZzkPWzoJ0YKNiDPB" alt=""><figcaption></figcaption></figure>
* **Conversation:** Click the button labeled 'Go To Conversation' to view the full chat transcript.&#x20;

  <figure><img src="/files/KfBeKxturHSrzIBHWXSs" alt=""><figcaption></figcaption></figure>
* **Language:** Describes the language in which the chat was written.

  <figure><img src="/files/cMzCMFOKij3GYEhZ9l5O" alt=""><figcaption></figcaption></figure>
* **Country:** Displays the country in which the conversation was initiated

  <figure><img src="/files/bSDjMhW2SFxq6Vw19Aim" alt=""><figcaption></figcaption></figure>
* **IP Address:** Displays the IP address of the user who initiated the conversation.

  <figure><img src="/files/PVnLY5oQMjAUPdEYaJDx" alt=""><figcaption></figcaption></figure>
* **Is In European Union:** Displays whether or not the user who initiated the conversation is a part of the European Union.

  <figure><img src="/files/ydOKcyZafsHAQc8uUrif" alt=""><figcaption></figcaption></figure>
* **Flagged:** Displays whether or not the conversation has been reviewed and flagged in the Monitoring section of the application.

  <figure><img src="/files/0xojLTBMOtu2qhVcbnbK" alt=""><figcaption></figcaption></figure>

#### Risk Reports:&#x20;

This section displays the scanner violation(s) that occurred within the conversation. To learn more about our proprietary scanners and their functionalities, click [here](/admin/ai-agents/adding-a-new-agent/advanced-settings/scanners.md).

<figure><img src="/files/VWjkJlfGsBtZ5AHO8lGb" 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.aicrisk.com/compliance/consuming-the-results.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.
