# Register Content's Provenance Onchain

The Hash Network Playground allows users to upload their content and register its provenance on-chain. Here’s how it works:

* **Step 1: Upload Content**\
  Navigate to the "Upload" tab. Select the file you wish to upload (e.g., an image or document). This step lets you register the content's provenance, even if it wasn’t created within the playground.

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

* **Step 2: View Provenance Details**\
  After uploading, the provenance details will appear on the right-hand side. Similar to AI-generated content, this includes:
  * **App or Device Used**
  * **Issuer Information**
  * I**ngredient**
  * **Issued By**

<figure><img src="/files/5VVJZzDkfOzoTo1wBLx4" alt=""><figcaption></figcaption></figure>

* **Step 3: Check On-Chain Transaction**\
  Once the content is uploaded, click the "Check Transaction" button to verify its registration on-chain. The transaction will provide an immutable record of the provenance data stored on the Hash Network testnet.


---

# 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/register-contents-provenance-onchain.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.
