# Projects Revisions

OpenBrIM automatically saves project revisions to the cloud, creating a complete history of all changes made by any user.

***

## Viewing Revisions

Click **Revisions** in the left sidebar to view all saved revisions organized by date.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101411862/image-20230327-094527.png?api=v2" alt="Revisions list"><figcaption><p>Revision history by date</p></figcaption></figure>

***

## Revision Actions

| Action           | Description                                                                   |
| ---------------- | ----------------------------------------------------------------------------- |
| **Share**        | Copy a shareable link to a specific revision                                  |
| **View Changes** | See modification history including date, time, user, and step-by-step changes |
| **Revert**       | Restore the project to a previous revision                                    |
| **Copy Project** | Duplicate the project from a specific snapshot                                |

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101411862/Project%20Revision.gif?api=v2" alt="Revision actions demo"><figcaption><p>Working with revisions</p></figcaption></figure>

***

## Work Log

Add notes to revisions using the work log in the bottom left corner of the graphics window. These notes appear in the revision details.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101411862/image-20221110-190546.png?api=v2" alt="Work log"><figcaption><p>Work log entry</p></figcaption></figure>

{% hint style="info" %}
Work log entries help team members understand what changes were made and why.
{% 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.openbrim.org/openbrim/getting-started/navigation-within-openbrimapp/projects/projects-revisions.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.
