# Adding a View

* To add a View, navigate to your App and go to “Data Views” as shown below :
* Click on “+ New View” to add a new view :
* Follow below steps to setup your new view :

1. Add a name for the view.
2. Select at least one display type for your view (you can select more than one)&#x20;
3. Select the columns you want to display (only applicable for display type List View)&#x20;
4. (Optional) Select Grouping if you want to group your records by a particular field&#x20;
5. (Optional) Select Sorting for your records&#x20;
6. (Optional) Select Filters to filter out any records which match certain criteria(s)&#x20;
7. Click “Save” to save your new view.


---

# 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://help.workdigital.io/custom-database-apps/views/adding-a-view.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.
