> For the complete documentation index, see [llms.txt](https://userguidesgitbook.aerofiler.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguidesgitbook.aerofiler.com.au/documents/views.md).

# Views

The "Views" button:

![](https://support.aerofiler.com/hc/article_attachments/360067592073/mceclip0.png)

allows you to create, modify and delete Views. A View can be used to store:

* Column Layouts
* Filters

For example, suppose you want to create a View for the Finance team displaying only contracts above a certain value. To do this, begin by applying a filter:

![](https://support.aerofiler.com/hc/article_attachments/360066544774/mceclip2.png)

Then click "Views" -> "Save as New"

![](https://support.aerofiler.com/hc/article_attachments/360067592353/mceclip3.png)

choose a name, for example "Finance View":

![](https://support.aerofiler.com/hc/article_attachments/360067592393/mceclip4.png)

Once the view is saved, you will have a link which will allow you to share the View:

&#x20;

![](https://support.aerofiler.com/hc/article_attachments/360067592413/mceclip5.png)

&#x20;

Only the View itself is shared. Users will still only be able to access data in accordance with the permissions set by Administrators.

### Demonstration - Company Views

{% embed url="<https://www.loom.com/share/60577610c64741b49b91458461ae94df>" %}


---

# 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:

```
GET https://userguidesgitbook.aerofiler.com.au/documents/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.
