# Views

## Creating / updating / deleting views

To create a *View* (i.e., freeze the current filters so that you can easily return to them again later or share them with project team members), first set the *Filters* as desired, then click the “Save View” button (floppy disk icon) in the left-hand sidebar, click “Create New View”, and fill out the form. Similarly, if you are currently looking at a *View* that you’d like to make edits to, then update the filters, click that same “Save View” button in the sidebar, and click “Update current View”. To delete a View, simply click the trash can icon in the sidebar.

{% hint style="info" %}
**NOTE**: Edits to views apply to all other users in the same project.
{% 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.animl.camera/fundamentals/views.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.
