# Prompt Diff View

Users can compare different system/user prompts side-by-side on the Catalyst Playground using the "Prompt Diff" button on the top-right corner. This provides a popup as follows:

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

Users can then choose from the various entries and versions available on the Playground, and whether to compare system or user prompts using the different drop-downs provided. This will show a side-by-side prompt diff.

<figure><img src="/files/EMMYLiuQJYqAwgjmLm00" 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.raga.ai/ragaai-catalyst/prompt-playground/prompt-diff-view.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.
