> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-web-features/asset-library/bookmarks.md).

# Bookmarks

The Bookmarks panel lets you save snapshots of your camera view and quickly return to them later. Each bookmark captures the current camera position along&#x20;with a thumbnail of the view, so you can recall any saved viewpoint with a single click.

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

### Feature

* Capture the current camera view as a bookmark
* Restore a saved view with one click
* Download a bookmark's thumbnail as a PNG file
* Delete a single bookmark or clear all bookmarks at once
* Add and manage videos from the same panel

### How to Use

Click the "Bookmarks" button in the Top Toolbar to open the Bookmarks panel. The panel appears at the bottom of the screen and displays your saved&#x20;bookmarks and videos.

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

Position the camera in the scene where you would like to save a view, then click the "Capture"  button in the panel header. A new bookmark is created with&#x20;a thumbnail of the current view and is named automatically with the date and time of capture.

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

### Restoring a Bookmark

Click on a bookmark's thumbnail to restore the camera to that saved position. The camera will snap to the saved heading, pitch, and roll, returning you to\
the exact view you captured.

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

### Downloading a Bookmark

Click the green Download icon on a bookmark card to save its thumbnail as a PNG file to your computer.

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

### Adding a Video

To create a camera-spline video from the same panel, click "Add Video" in the panel header. For details on creating and editing videos, see the&#x20;Camera-Spline Video Export page.

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


---

# 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://docs.aeroai.io/siega-web-features/asset-library/bookmarks.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.
