# Create Views

### Create new views from Table:

1. 'Save Click on (+) icon on your table\
   ![](/files/Lz5xg416BcEpdr2srfhK)
2. Choose "Grid" option\
   ![](/files/ADosTJMgzQtp6zZR3YEN)
3. Type your view name, click enter\
   ![](/files/whsDGX1xtsfCJhWWbZgz)
4. Your new view will be created

### Save modified Table as new View:

1. [Modify your table](/table/modify-table.md) based on what you need. You can use [sort](/table/modify-table/sort.md), [filter](/table/modify-table/filter.md), or [hide/show field](/table/modify-table/hide-and-show-field.md) feature
2. Click "Save to new view" button\ <mark style="background-color:red;">\[screenshot]</mark>
3. Type your view name, click enter\ <mark style="background-color:red;">\[screenshot]</mark>
4. Your new view will be created


---

# 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.qore.dev/table/manage-views/create-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.
