# Action

An **action** records a specific operation performed on the content, such as its creation, modification, or distribution. Actions include metadata about the tools or software agents responsible for the operation, as well as contextual details such as timestamps and parameters.

**Example Action:**

```
  "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"
      }
    }
  ]
}

```

Actions provide traceability for every operation affecting the content, ensuring that its lifecycle is fully transparent. Hash Network leverages this principle to ensure that all actions related to content stored on its platform are cryptographically verifiable and securely recorded.


---

# 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/action.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.
