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

# App interface

- [Web-App Builder basics](https://readme.directual.com/web-pages/portal.md): Create marvelous, mobile-friendly web apps 🦄
- [Web-App Settings](https://readme.directual.com/web-pages/web-app-settings.md)
- [General web-app settings](https://readme.directual.com/web-pages/web-app-settings/general-web-app-settings.md)
- [Main menu](https://readme.directual.com/web-pages/web-app-settings/main-menu.md)
- [Creating a logotype](https://readme.directual.com/web-pages/web-app-settings/creating-a-logotype.md)
- [Web-App color scheme](https://readme.directual.com/web-pages/web-app-settings/web-app-color-scheme.md)
- [Web-app typography](https://readme.directual.com/web-pages/web-app-settings/web-app-typography.md)
- [White Labeling](https://readme.directual.com/web-pages/web-app-settings/white-labeling.md)
- [Web-App Icon](https://readme.directual.com/web-pages/web-app-settings/web-app-icon.md)
- [Custom Domain](https://readme.directual.com/web-pages/web-app-settings/custom-domain.md): Give your app a unique web address 🕸
- [Custom code](https://readme.directual.com/web-pages/web-app-settings/custom-code.md)
- [Setting Up Page Layout](https://readme.directual.com/web-pages/setting-up-pages-layout.md)
- [Subpages and URL Parameters](https://readme.directual.com/web-pages/setting-up-pages-layout/subpages-and-url-parameters.md)
- [Components](https://readme.directual.com/web-pages/components.md): Components are the fundamental building blocks of your app's interface 🧱
- [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 ⌨️
- [Embedding Pages](https://readme.directual.com/web-pages/embedding-pages.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://readme.directual.com/web-pages.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.
