# Adding views

{% embed url="<https://www.youtube.com/watch?v=6wEccR4NA4k>" %}

One of the quickest ways to get started with Noloco is by adding Views that list the data in any of your tables (from Airtable, Postgres, Google Sheets etc.).

Views also automatically come with record pages and forms out of the box, so your team can easily view, update and add new records via your app.

Watch the above video to learn how to:

* Add views
* Edit what data gets displayed in views
* Navigate to record pages to view a particular record
* Add new records to your table via ready-made forms

Read the full guide:

{% content-ref url="/pages/rt7Tk8EAr0ClfVzam8DV" %}
[Views](/pages/views.md)
{% endcontent-ref %}


---

# 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://guides.noloco.io/views/adding-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.
