# Master your UI

### What is a view? <a href="#what-is-a-view" id="what-is-a-view"></a>

A view is simply the way to visualize your data in the Forest UI. By default, Forest Admin renders your data using a Table View when you access multiple records and a form view to access, edit and create a specific record.

### Forest Admin's different views

After browsing through the Table View of a Collection, you might want to dig further into a specific record. Click on a specific row to display a record’s page.

#### Table View

The Table View is the most basic view of your collection. It shows collections as rows and their fields as columns:

![](/files/pfW0qMqJBWIxeH2SanAr)

{% content-ref url="/pages/-LycxpiIce5kLZw3hLNf" %}
[The Table View](/user-guide/getting-started/master-your-ui/the-table-view.md)
{% endcontent-ref %}

{% hint style="info" %}
You can switch your default Table View to a **Smart View**. Learn more [here](/user-guide/getting-started/master-your-ui/create-and-manage-smart-views.md#what-is-a-smart-view-business-plan).
{% endhint %}

#### Details View

The Details View is a list of all your collection's fields and their values:

![](/files/aCae7t8VEcytqyDGGlqa)

This view is useful, but a bit abrupt. This is why we created the Summary View.

#### Summary View

The Summary View is much more user-friendly and it's created by you! Check out the [Build a Summary View](/user-guide/getting-started/master-your-ui/build-a-summary-view.md) page.

![](/files/nzjuqbhGRSjvWUY0lnUf)


---

# 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.forestadmin.com/user-guide/getting-started/master-your-ui.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.
