# Create a Snapshot

A snapshot is a selected set of document objects in their current revision. A snapshot is used to unambiguously identify the state of a set of Document Objects; e.g., the Document Objects at a project milestone or at a product release or as input for a review.

You can create a snapshot of the project or parts of the project (a set of Document Objects) at any time.

To create a snapshot, navigate to a chapter (i.e., via the Project Explorer) and select **Set Snapshot** from the dropdown menu for the chapter. This will display a view where you may select what document objects and chapters shall be included in your snapshot.

To include Document Objects from other types, click **Select More...** and select additional Type Names to then select and include document objects and chapters from. &#x20;

To create a snapshot of the complete project (including issues and reviews), select **Snapshots** -> **Set Snapshot on All** in the Navigation Bar.

{% hint style="info" %}
Note! A snapshot name has to be unique in the project. It is not possible for two Snapshots to have the same name.
{% endhint %}

{% hint style="info" %}
Note! For failure mode like objects, the user is inquired if the corresponding hazards shall be included in the snapshot. Since failure modes and hazards are conceptually closely linked, we recommend this option.
{% endhint %}


---

# 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.aligned.ch/aligned-elements-web-client-user-manual/3.2.287.25450/snapshots/create-a-snapshot.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.
