# Components

- [Multistep Form](https://readme.directual.com/web-pages/components/multistep-form.md): 🪜 Build complex dynamic personalised forms in no time!
- [MultiForm Custom API](https://readme.directual.com/web-pages/components/multistep-form/multiform-custom-api.md): Control your form like a boss — programmatic API to read/write data, manage steps, submit forms, and trigger actions from your JavaScript.
- [Cards](https://readme.directual.com/web-pages/components/cards.md)
- [Custom HTML filters](https://readme.directual.com/web-pages/components/cards/custom-html-filters.md): 🎠 Create any filtering experience you like
- [Table](https://readme.directual.com/web-pages/components/table.md): Work with a lot of data
- [Kanban](https://readme.directual.com/web-pages/components/kanban.md)
- [Markdown text](https://readme.directual.com/web-pages/components/rich-text.md)
- [HTML code](https://readme.directual.com/web-pages/components/html-code.md)
- [Custom Browser API](https://readme.directual.com/web-pages/components/html-code/custom-browser-api.md)
- [HTML component custom API](https://readme.directual.com/web-pages/components/html-code/html-component-custom-api.md)
- [Hint](https://readme.directual.com/web-pages/components/hint.md)
- [Link Button](https://readme.directual.com/web-pages/components/link-button.md)
- [Video](https://readme.directual.com/web-pages/components/video.md)
- [Plugins](https://readme.directual.com/web-pages/components/plugins.md)
- [Messenger](https://readme.directual.com/web-pages/components/plugins/messenger.md)
- [Chart](https://readme.directual.com/web-pages/components/plugins/chart.md)
- [Legacy components](https://readme.directual.com/web-pages/components/legacy-components.md)
- [Cards (legacy)](https://readme.directual.com/web-pages/components/legacy-components/cards.md): Role-based access to your data 🃏
- [Form (legacy)](https://readme.directual.com/web-pages/components/legacy-components/form.md): An interactive web form ⌨️


---

# 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://readme.directual.com/web-pages/components.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.
