# Verify provenance of content

The playground also allows users to verify the provenance of any content uploaded to the Hash Network. Here’s how it works:

* **Step 1: Use the Verify Tab**\
  Navigate to the "Verify" tab. Upload the content for which you want to check provenance. This could be an image, document, or any media asset previously registered on the network.

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

* **Step 2: View Provenance Details**\
  Once uploaded, the system cross-references the content with the provenance data stored on-chain. The right-hand panel will display all the details of the image/content uploaded.

<figure><img src="/files/E8K9OD9eC3DPHPOg2TqG" 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.hashnetwork.io/hash-network-playground/verify-provenance-of-content.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.
