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

# How-tos

- [File management](https://docs.uibakery.io/how-tos/file-management.md)
- [Working with PDF files](https://docs.uibakery.io/how-tos/file-management/generate-a-pdf-document.md)
- [CSV import & export](https://docs.uibakery.io/how-tos/file-management/csv-import.md)
- [Uploading files using methods](https://docs.uibakery.io/how-tos/file-management/uploading-the-files.md)
- [Displaying files from Google Drive and Dropbox](https://docs.uibakery.io/how-tos/file-management/display-files-from-google-drive-and-dropbox.md)
- [Parsing and sending XML](https://docs.uibakery.io/how-tos/file-management/parsing-and-sending-xml.md)
- [Styling](https://docs.uibakery.io/how-tos/styling.md)
- [Modifying components with CSS](https://docs.uibakery.io/how-tos/styling/modify-components-with-css.md)
- [Layout & navigation](https://docs.uibakery.io/how-tos/layout-and-navigation.md)
- [Adding navigation to application](https://docs.uibakery.io/how-tos/layout-and-navigation/add-navigation-to-application.md)
- [Reading query params from URL](https://docs.uibakery.io/how-tos/layout-and-navigation/read-query-params-from-url.md)
- [Hiding UI Bakery loader in the Embedded mode](https://docs.uibakery.io/how-tos/layout-and-navigation/hide-loader-in-the-embedded-mode.md)
- [Data](https://docs.uibakery.io/how-tos/data.md)
- [Managing user data with the {{user.email}} variable](https://docs.uibakery.io/how-tos/data/load-user-specific-data-with-user.email-variable.md)
- [Using JS libraries](https://docs.uibakery.io/how-tos/data/connect-external-js-library.md)
- [Internationalization (i18n) & Localization: Translating UI Bakery Apps](https://docs.uibakery.io/how-tos/data/connect-external-js-library/internationalization-i18n-and-localization-translating-ui-bakery-apps.md)
- [Implementing row-level security](https://docs.uibakery.io/how-tos/data/implementing-row-level-security.md)
- [Copying to clipboard](https://docs.uibakery.io/how-tos/data/copying-to-clipboard.md)
- [Custom code](https://docs.uibakery.io/how-tos/custom-code.md)
- [Implement custom validation](https://docs.uibakery.io/how-tos/custom-code/custom-validation.md)
- [Communicating with external sites via Iframe](https://docs.uibakery.io/how-tos/custom-code/communicating-through-the-iframe-component.md)
- [Implementing custom app hotkeys](https://docs.uibakery.io/how-tos/custom-code/implementing-custom-app-hotkeys.md)
- [Retrying API with HTTP status code 202](https://docs.uibakery.io/how-tos/custom-code/retrying-api-with-http-status-code-202.md)
- [Components recipes](https://docs.uibakery.io/how-tos/components-recipes.md)
- [Building Wizard UI with Stepper](https://docs.uibakery.io/how-tos/components-recipes/building-wizard-ui-with-stepper.md)
- [Adding context menu to the Avatar](https://docs.uibakery.io/how-tos/components-recipes/adding-context-menu-to-the-avatar.md)
- [100% height components](https://docs.uibakery.io/how-tos/components-recipes/100-height-components.md)
- [Using Tabset component in the app](https://docs.uibakery.io/how-tos/components-recipes/using-tabset-component-in-the-app.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.uibakery.io/how-tos.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.
