# Manage Views

Qore Data Views is a mirror of your data that can be tailored to your unique needs, all while staying connected to the source. Any data you add or remove from a view will take place in the table it was sourced from without disturbing with the source table’s formatting.

Views allow you to view your data how you want it, when you want it, all while keeping your data up-to-date. Qore Data Views allows you to arrange or visualize your information or data in a table in a different way with [modify data table](/table/modify-table.md) (hide/show field, filter, sort). You can create multiple views of the same table that can look slightly different or substantially different depending on your needs.

{% hint style="info" %}
**Hint:** You can manage your views after you [create new table](/table/manage-table/create-table.md)
{% 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.qore.dev/table/manage-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.
