# Ingredient

An **ingredient** represents a source component or asset that contributes to the creation or modification of content. Ingredients are critical for understanding the dependencies and origins of complex digital assets, such as those created from multiple sources.

**Example Ingredient:**

```
{
  "actions": [
    {
      "action": "c2pa.created",
      "timestamp": "2024-12-28T10:00:00Z",
      "softwareAgent": {
        "name": "AI_Generator_v2",
        "version": "3.1.0"
      },
      "parameters": {
        "prompt": "Generate an image of a dog",
        "num_steps": 50,
        "model": "StableDiffusion_v4"
      }
    }
  ]
}

```

Ingredients offer a granular view of how content is built or modified. Hash Network stores ingredient data on-chain, enabling users to verify the origins and dependencies of content with complete transparency and security.


---

# 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/c2pa-standard/ingredient.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.
