> For the complete documentation index, see [llms.txt](https://docs.gridmate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridmate.io/product-tour.md).

# Product Tour

- [Related List Grid](https://docs.gridmate.io/product-tour/related-list-grid.md)
- [Parent Related List Grid](https://docs.gridmate.io/product-tour/parent-related-list-grid.md)
- [List View Grid](https://docs.gridmate.io/product-tour/list-view-grid.md)
- [Kanban List View Grid](https://docs.gridmate.io/product-tour/kanban-list-view-grid.md)
- [Kanban Board](https://docs.gridmate.io/product-tour/kanban-board.md)
- [Field Set Grid](https://docs.gridmate.io/product-tour/field-set-grid.md)
- [User Grid](https://docs.gridmate.io/product-tour/user-grid.md)
- [Pivot Grid](https://docs.gridmate.io/product-tour/pivot-grid-in-action.md)
- [Report Table](https://docs.gridmate.io/product-tour/report-table.md)
- [Multi Calendar](https://docs.gridmate.io/product-tour/multi-calendar-in-action.md)
- [Single Calendar](https://docs.gridmate.io/product-tour/single-calendar.md)
- [End User Calendar](https://docs.gridmate.io/product-tour/end-user-calendar.md)
- [Compact Calendar](https://docs.gridmate.io/product-tour/compact-calendar.md)
- [Object Timeline](https://docs.gridmate.io/product-tour/object-timeline.md)
- [File Explorer](https://docs.gridmate.io/product-tour/file-explorer.md)
- [Record Layout](https://docs.gridmate.io/product-tour/record-layout.md)
- [Record Layout (LWC)](https://docs.gridmate.io/product-tour/record-layout-lwc.md)
- [Record KPI](https://docs.gridmate.io/product-tour/record-kpi.md)
- [Field Path](https://docs.gridmate.io/product-tour/field-path.md)
- [Map Record](https://docs.gridmate.io/product-tour/map-record.md)
- [Map List](https://docs.gridmate.io/product-tour/map-list.md)
- [Gantt Chart](https://docs.gridmate.io/product-tour/gantt-chart.md)
- [Flow Grids](https://docs.gridmate.io/product-tour/smart-grids-in-flows.md)
- [Utility Bar Grid](https://docs.gridmate.io/product-tour/smart-grids-in-utility-bar.md)
- [Record App Switcher](https://docs.gridmate.io/product-tour/app-switcher-in-action.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gridmate.io/product-tour.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
