# Concepts

- [Components](https://docs.uibakery.io/concepts/components.md)
- [Components basics](https://docs.uibakery.io/concepts/components/components-basics.md)
- [Components methods](https://docs.uibakery.io/concepts/components/component-methods.md)
- [Components best practices](https://docs.uibakery.io/concepts/components/work-with-components.md)
- [Input validation](https://docs.uibakery.io/concepts/components/work-with-components/validation.md)
- [Linking a Table to a Form/Detail](https://docs.uibakery.io/concepts/components/work-with-components/linking-components.md)
- [Using a single Form to add and update data](https://docs.uibakery.io/concepts/components/work-with-components/create-a-single-form-to-add-and-update-data.md)
- [Searching Table based on input value](https://docs.uibakery.io/concepts/components/work-with-components/filtering-table-based-on-input-value.md)
- [Configuring server-side pagination](https://docs.uibakery.io/concepts/components/work-with-components/table-server-side-pagination.md)
- [Managing Date object time zones](https://docs.uibakery.io/concepts/components/work-with-components/manage-date-object-time-zones.md)
- [Role-based Menu component items](https://docs.uibakery.io/concepts/components/work-with-components/role-based-menu-items.md)
- [Field types & types recognition](https://docs.uibakery.io/concepts/components/work-with-components/field-types-and-types-recognition.md)
- [Select/Tag field: Utilizing Tag mapper](https://docs.uibakery.io/concepts/components/work-with-components/field-types-and-types-recognition/select-tag-field-utilizing-tag-mapper.md)
- [Expanding component to fit screen/container](https://docs.uibakery.io/concepts/components/work-with-components/expand-component-to-fill-screen-container.md)
- [Controlling component's visibility](https://docs.uibakery.io/concepts/components/work-with-components/control-components-visibility.md)
- [Custom component](https://docs.uibakery.io/concepts/components/custom-component.md)
- [Unrestricted custom component](https://docs.uibakery.io/concepts/components/custom-component/unrestricted-custom-component.md)
- [Custom components 2.0](https://docs.uibakery.io/concepts/custom-components-2.0.md)
- [Data sources](https://docs.uibakery.io/concepts/data-sources.md)
- [Data source environments](https://docs.uibakery.io/concepts/data-sources/data-source-environments.md)
- [Connecting local database via ngrok](https://docs.uibakery.io/concepts/data-sources/connecting-local-database-via-ngrok.md)
- [SSH Tunneling](https://docs.uibakery.io/concepts/data-sources/ssh-tunneling.md)
- [Actions](https://docs.uibakery.io/concepts/actions.md)
- [Actions basics](https://docs.uibakery.io/concepts/actions/action-basics.md)
- [Calling actions from code](https://docs.uibakery.io/concepts/actions/action-basics/use-actions.name.trigger.md)
- [Actions management & shortcuts](https://docs.uibakery.io/concepts/actions/actions-management-and-shortcuts.md)
- [Actions settings](https://docs.uibakery.io/concepts/actions/additional-action-settings.md)
- [Actions library](https://docs.uibakery.io/concepts/actions/actions-library.md)
- [Server actions](https://docs.uibakery.io/concepts/actions/server-actions.md)
- [Logs and debugging](https://docs.uibakery.io/concepts/actions/logs-and-debugging.md)
- [App & page triggers](https://docs.uibakery.io/concepts/app-and-page-triggers.md)
- [UI Bakery variables](https://docs.uibakery.io/concepts/working-with-variables.md)
- [State variables](https://docs.uibakery.io/concepts/app-state-variables.md)
- [Local storage](https://docs.uibakery.io/concepts/localstorage.md)
- [Modules](https://docs.uibakery.io/concepts/modules.md)
- [Custom JavaScript](https://docs.uibakery.io/concepts/custom-javascript.md)
- [JavaScript files](https://docs.uibakery.io/concepts/custom-javascript/javascript-files.md)
- [Workspace management](https://docs.uibakery.io/concepts/workspace-management.md)
- [Account & workspace](https://docs.uibakery.io/concepts/workspace-management/account-and-organization.md)
- [Seats & Shared permission groups in UI Bakery](https://docs.uibakery.io/concepts/workspace-management/seats-and-shared-permission-groups-in-ui-bakery.md)
- [Roles in UI Bakery](https://docs.uibakery.io/concepts/workspace-management/roles-in-ui-bakery.md)
- [Role permissions](https://docs.uibakery.io/concepts/workspace-management/role-permissions.md)
- [Explore the interface](https://docs.uibakery.io/concepts/workspace-management/interface.md)
- [App environments](https://docs.uibakery.io/concepts/workspace-management/app-environments.md)
- [Release management](https://docs.uibakery.io/concepts/workspace-management/app-environments/release-management.md)
- [Audit logs](https://docs.uibakery.io/concepts/workspace-management/audit-logs.md)
- [Multi-factor authentication](https://docs.uibakery.io/concepts/workspace-management/multi-factor-authentication.md)
- [Export & import an app](https://docs.uibakery.io/concepts/export-import-an-app.md)
- [Mobile layout](https://docs.uibakery.io/concepts/mobile-layout.md)
- [Theme editor](https://docs.uibakery.io/concepts/theme-editor.md)
- [Changing theme from the app](https://docs.uibakery.io/concepts/theme-editor/change-theme-from-the-app.md)
- [UI Bakery source control](https://docs.uibakery.io/concepts/source-control.md)
- [Git controls overview](https://docs.uibakery.io/concepts/source-control/getting-started.md)
- [Migrating your app model to the latest version](https://docs.uibakery.io/concepts/source-control/migrate-your-app-model-to-the-latest-version.md)


---

# 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://docs.uibakery.io/concepts.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.
