> For the complete documentation index, see [llms.txt](https://robinsmorton.gitbook.io/timetable-figjam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robinsmorton.gitbook.io/timetable-figjam/saving-and-versions.md).

# Saving and Versions

You don't need to save in FigJam. Instead, you create **Named Versions** that are saved forever.

{% embed url="<https://help.figma.com/hc/en-us/articles/360038006754-View-a-file-s-version-history>" %}

### Access version history <a href="#h_01haw5w5ymbx6rk90e84rkbq2p" id="h_01haw5w5ymbx6rk90e84rkbq2p"></a>

To access a file's version history, you will need to have at least **can view** access to the file. However, it's not possible for **Viewers** to make changes to a file's version history. This including creating or naming versions, as well as restoring previous versions of the file.

Access a file's version history from the file name menu.

1. Click on an empty spot in the canvas to deselect any layers.
2. In the toolbar, click the ▽ next to the file name.
3. Select **Show Version History** from the options.
4. Figma will show the file's version history in the right sidebar.

<figure><img src="/files/v6WGZNUaYCM1C6vHBqia" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/WfFw9EECGudMQWqA62PI" alt=""><figcaption></figcaption></figure>

View a timeline of versions dating from the current date and time, to the file's creation.

1. Explore versions of the file that you've created. This includes versions you create when you publish changes to a library. Next to each version you'll see:
   * Name of the version
   * Description of the changes made
   * The time and date the version was created
   * The name and avatar of the main contributor.
2. View the date and time for checkpoints that Figma has automatically saved. Figma will group autosave versions, click  to expand and view each autosave. You will need to **name a version** to add a title and description of your changes.
3. Click **Show older** to explore more of a file's history.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://robinsmorton.gitbook.io/timetable-figjam/saving-and-versions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
