> For the complete documentation index, see [llms.txt](https://docs.ezra360.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezra360.com/configurations/components/entities/listing/views.md).

# Views

The image below shows the views available for the entity. <mark style="color:orange;">**#1**</mark> shows the list of a views available , and also in the grid table. The default views that gets created with the entity are, **Active**, **Inactive**, **Lookup** and **My** Views. To add a new view, click the "**Add New**" button the the form will open where you can add view information.

<figure><img src="/files/r0Y7pUa2XnSChaGLpJKQ" alt=""><figcaption><p><mark style="color:red;">Click image to view full screen</mark></p></figcaption></figure>

\
\
Then when modifying a existing view, you click at the point <mark style="color:$warning;">**#1**</mark> and then form will appear for you to modify. The following form will be display at point <mark style="color:$warning;">**#2**</mark> with the fields to be filled.&#x20;

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

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

On the following example on <mark style="color:orange;">**#1**</mark> View Type we have the following different types of views.

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

| View Type        | Description |
| ---------------- | ----------- |
| System View      |             |
| Document View    |             |
| Search View      |             |
| Lookup View      |             |
| Quick Grid View  |             |
| Portal List View |             |
| Calendar View    |             |

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

&#x20;Select <mark style="color:$warning;">**#1**</mark> **View Query** then type the SQL query in the  <mark style="color:$warning;">**#2**</mark> **Design View Query field** to filter your views.

<pre class="language-sql" data-title="The query for Active View"><code class="lang-sql"><strong>Select TOP 50 AccommodationId, Name FROM FilteredAccommodation WHERE IsActive = 1
</strong></code></pre>


---

# 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.ezra360.com/configurations/components/entities/listing/views.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.
