# How can I see more details for a prompt?

**⚠️ Content Warning**

This documentation may contain examples of potentially offensive or harmful content used to demonstrate Aiceberg's Signal detection. These examples are included for technical education purposes only and do not reflect our organization's values. For more information, see the full [Content Warning](/getting-started/content-warning.md).

To see all of the details and results for a single prompt/response pair, open the Monitoring view and tap the row of the prompt you want to inspect.

{% stepper %}
{% step %}

### Open the prompt details

Go to the [Monitoring](/monitoring/what-is-the-monitoring-page.md) view and tap the row for the prompt you want to review.

![](/files/a92898bef7d8c65cd6f98ee78a841fc1d3ca59c4)

The prompt and response details will open on top of the Monitoring page.

![](/files/8fa7b4979bc41e86bb45fa55add32625ae7c3444)
{% endstep %}

{% step %}

### Use the top toolbar

Across the top of the opened details, the icons are:

* <img src="https://help.aiceberg.ai/hubfs/close.svg" alt="close" data-size="line"> Close window
* <img src="https://help.aiceberg.ai/hubfs/fullscreen.svg" alt="fullscreen" data-size="line"> Expand to full screen
* <img src="https://help.aiceberg.ai/hubfs/placeholder.svg" alt="placeholder" data-size="line"> Trace
* <img src="https://help.aiceberg.ai/hubfs/warning.svg" alt="warning" data-size="line"> Report Signal
* <img src="https://help.aiceberg.ai/hubfs/bookmark.svg" alt="bookmark" data-size="line"> Bookmark
* <img src="https://help.aiceberg.ai/hubfs/complete.svg" alt="complete" data-size="line"> All Signals passed
* <img src="https://help.aiceberg.ai/hubfs/finish.svg" alt="finish" data-size="line"> Signal failed, prompt wasn't blocked based on Profile settings
* <img src="https://help.aiceberg.ai/hubfs/minus.svg" alt="minus" data-size="line"> Signal failed, prompt was blocked

You can also copy the Prompt ID (click to copy) for reference.

![](/files/a66be3534c4b0d5027887bed4fe71993ed474faf)
{% endstep %}

{% step %}

### Prompt area

The Prompt section shows:

* an icon for the prompt action
* tokens used
* a copy-to-clipboard action for the whole text
* a full screen icon

![](/files/d6c17c78cb09d96d8fb19f7c2122d965b826e614)

Prompt action icons include:

* <img src="https://help.aiceberg.ai/hubfs/close%20(1).svg" alt="close (1)" data-size="line"> Blocked
* ![Screenshot\_2025-06-20\_at\_11.14.12\_AM-removebg-preview](/files/3c90f9b06d013b03c313f7fbd333f59bac1f489f) Redacted
  {% endstep %}

{% step %}

### Signal results cards

The next four cards are Signal result groups. To learn more about Signals and the four groups, see the [Signals documentation](/signals/what-are-risk-signals.md).

* Tap the chevron on any group to expand/collapse and see subcategories (if present).

![](/files/dff6fec0702570a0864b8bce9f2a699f1d5c8c0d)

If a Signal is detected, hover over the circle to the left of the category to display the probability percentage associated with that category. The size of the red circles represents the likelihood that the prompt falls into a category or subcategory.

![](/files/232ece03090fd048e9c7f6c2bce595408e3ae56c)
{% endstep %}
{% endstepper %}

Learn more about Trace [here](/monitoring/what-is-the-monitoring-page/how-can-i-see-more-details-for-a-prompt/how-do-i-see-why-a-signal-fired-the-way-it-did-the-trace-feature.md).


---

# 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.aiceberg.ai/monitoring/what-is-the-monitoring-page/how-can-i-see-more-details-for-a-prompt.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.
