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

# Flow Components

- [Overview](https://docs.avonnicomponents.com/projects/flow-components/overview.md)
- [Get Started](https://docs.avonnicomponents.com/projects/flow-components/get-started.md)
- [Building Left-Side Vertical Navigation](https://docs.avonnicomponents.com/projects/flow-components/get-started/building-left-side-vertical-navigation.md)
- [Navigational Screen Flows in Router Mode](https://docs.avonnicomponents.com/projects/flow-components/get-started/navigational-screen-flows-in-router-mode.md)
- [Working with Records](https://docs.avonnicomponents.com/projects/flow-components/working-with-records.md)
- [Advanced related list](https://docs.avonnicomponents.com/projects/flow-components/working-with-records/advanced-related-list.md)
- [Contacts List](https://docs.avonnicomponents.com/projects/flow-components/working-with-records/contacts-list.md)
- [Bulk Edit on the Data Table](https://docs.avonnicomponents.com/projects/flow-components/working-with-records/bulk-edit-on-the-data-table.md)
- [Map with Accounts Insights](https://docs.avonnicomponents.com/projects/flow-components/working-with-records/map-with-accounts-insights.md)
- [User Activity Report](https://docs.avonnicomponents.com/projects/flow-components/working-with-records/user-activity-report.md)
- [Interactive Layouts](https://docs.avonnicomponents.com/projects/flow-components/interactive-layouts.md)
- [Account Management](https://docs.avonnicomponents.com/projects/flow-components/interactive-layouts/account-management.md)
- [Product Showcase](https://docs.avonnicomponents.com/projects/flow-components/interactive-layouts/product-showcase.md)
- [Interactive Map Filtering](https://docs.avonnicomponents.com/projects/flow-components/interactive-layouts/interactive-map-filtering.md)
- [Map with Detailed Information](https://docs.avonnicomponents.com/projects/flow-components/interactive-layouts/map-with-detailed-information.md)
- [Video Playlist](https://docs.avonnicomponents.com/projects/flow-components/interactive-layouts/video-playlist.md)
- [Dashboards & Reporting](https://docs.avonnicomponents.com/projects/flow-components/dashboards-and-reporting.md)
- [Building Reactive Metrics Dashboards](https://docs.avonnicomponents.com/projects/flow-components/dashboards-and-reporting/building-reactive-metrics-dashboards.md)
- [Today's Accounts to Visit](https://docs.avonnicomponents.com/projects/flow-components/dashboards-and-reporting/todays-accounts-to-visit.md)
- [Business Use Cases](https://docs.avonnicomponents.com/projects/flow-components/business-use-cases.md)
- [Building a Business Quote](https://docs.avonnicomponents.com/projects/flow-components/business-use-cases/building-a-business-quote.md)
- [Building a Marketing Campaign Calendar](https://docs.avonnicomponents.com/projects/flow-components/business-use-cases/building-a-marketing-campaign-calendar.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.avonnicomponents.com/projects/flow-components.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.
