# What is Provenance

Provenance is the ability to trace the origin, history, and modifications of content and AI actions throughout their lifecycle. It serves as a foundational layer of trust, enabling transparency and accountability. By documenting each step taken—from creation to editing and decision-making—provenance ensures that the authenticity of content can be verified with confidence.

In simple terms, provenance allows us to answer critical questions such as:

Who created this content? How has it been modified? why did an AI agent make a particular decision?

Provenance provides a clear, auditable trail that connects the dots between the content's origin and its current state, empowering users to make informed decisions about the information they consume.


---

# 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/about-hash-network/what-is-provenance.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.
