# Views

- [Adding views](https://guides.noloco.io/views/adding-views.md): How to add views to your Noloco app
- [Display](https://guides.noloco.io/views/display.md): Choose the display layout that works best for your views
- [Rows](https://guides.noloco.io/views/display/rows.md): Display records as full-width rows you can group, scan and drag.
- [Cards](https://guides.noloco.io/views/display/cards.md): Display records as a responsive grid of cards that wrap to fill the page.
- [Columns](https://guides.noloco.io/views/display/columns.md): Display records as fixed columns with horizontal scroll inside each group.
- [Tables](https://guides.noloco.io/views/display/tables.md): Learn how to use the Tables and Full-width table view display options
- [Kanban boards](https://guides.noloco.io/views/display/kanban-boards.md): Track records as cards across columns with the Kanban board display.
- [Calendar](https://guides.noloco.io/views/display/calendar.md): Learn how to use the calendar view display option
- [Timeline](https://guides.noloco.io/views/display/timeline.md): Plan, schedule and track records over time with the Timeline display
- [Split-view](https://guides.noloco.io/views/display/split-view.md): Show your table list and records side by side with split-view.
- [Charts](https://guides.noloco.io/views/display/charts.md): Learn how to add and configure chart views.
- [Maps](https://guides.noloco.io/views/display/maps.md): Learn how to add the map view display to show location data.
- [Pivot Table](https://guides.noloco.io/views/display/pivot-table.md): Transform your data into a pivot table to gain meaningful information by grouping, aggregating, and filtering data
- [Checklist](https://guides.noloco.io/views/display/checklist.md): The Checklist Layout is a list-based layout designed to let users mark items as completed via a checkbox. It offers a simple way to track tasks, steps in a process, or reminders.
- [Single record view](https://guides.noloco.io/views/display/single-record-view.md): Use the single record view display to skip the list view and just show the user a particular record page
- [Grouping records](https://guides.noloco.io/views/display/grouping-records.md): Group records into expandable lanes in your list views.
- [Record Colors](https://guides.noloco.io/views/display/record-colors.md): Visually distinguish records with custom highlight colors based on conditions
- [Filters](https://guides.noloco.io/views/filters.md): Apply filters on views to only show specific records to users.
- [Logged in user](https://guides.noloco.io/views/filters/logged-in-user.md): Set up filters on record tables based on the logged in user.
- [Relative Filters](https://guides.noloco.io/views/filters/relative-filters.md): Relative Filter allows you to filter a table element based on the context of the page or the logged-in user.
- [Record values](https://guides.noloco.io/views/filters/record-values.md): Learn how to filter views based on record values
- [Filter fields](https://guides.noloco.io/views/filter-fields.md): Enable your app users to filter the data that gets displayed on views
- [Sort & limit](https://guides.noloco.io/views/sort-and-limit.md): Learn how to sort & limit records that get shown in views.
- [Row Action](https://guides.noloco.io/views/row-action.md): Control what happens when you click on a record in a view
- [Column Summaries](https://guides.noloco.io/views/column-summaries.md): Add a summary to any numeric column in your table layout


---

# 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.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.
