# Guides

- [Quickstart](https://docs.jetadmin.io/getting-started/quickstart-2.md)
- [Building an Internal Tool](https://docs.jetadmin.io/getting-started/quickstart.md): Get your first internal app up and running in under 10 minutes
- [Connect your Data](https://docs.jetadmin.io/getting-started/quickstart/connect-your-data.md)
- [Configure Data](https://docs.jetadmin.io/getting-started/quickstart/configure-data.md)
- [Build UI](https://docs.jetadmin.io/getting-started/quickstart/set-the-layout.md): Discover how to utilize components to build your app's user interface
- [Run Actions](https://docs.jetadmin.io/getting-started/quickstart/run-actions.md): Add actions that users can trigger
- [App Customization](https://docs.jetadmin.io/getting-started/quickstart/app-customization.md): Branding, color, typographic and menu
- [Publish your App](https://docs.jetadmin.io/getting-started/quickstart/publish-your-app.md)
- [Creating a Customer Portal](https://docs.jetadmin.io/getting-started/creating-a-customer-portal.md): In this section you will learn how to create a customer portal
- [Prepare your Data](https://docs.jetadmin.io/getting-started/creating-a-customer-portal/prepare-your-data.md): In this section you will learn how to prepare your data for creating a customer portal
- [Generate the App](https://docs.jetadmin.io/getting-started/creating-a-customer-portal/generate-the-ui.md): In this section you will learn how to generate the app for creating a customer portal
- [Set the Layout](https://docs.jetadmin.io/getting-started/creating-a-customer-portal/set-the-layout.md): In this section you will learn how to set the layout for creating a customer portal
- [Link Related Tables](https://docs.jetadmin.io/getting-started/creating-a-customer-portal/link-related-table.md): In this section you will learn how to link related tables for creating a customer portal
- [Customize your Portal](https://docs.jetadmin.io/getting-started/creating-a-customer-portal/customize-your-portal.md): In this section you will learn how to customize your customer portal
- [Users & Permissions](https://docs.jetadmin.io/getting-started/creating-a-customer-portal/invite-users.md): In this section you will learn how to link set Users and Permissions for creating a customer portal
- [ Deep dives](https://docs.jetadmin.io/getting-started/part-2-intermediate.md): In depth tutorials covering multiple topics
- [Single relations](https://docs.jetadmin.io/getting-started/part-2-intermediate/single-relations.md)
- [Conditional Visibility](https://docs.jetadmin.io/getting-started/part-2-intermediate/conditional-visibility.md)
- [Reading data from API](https://docs.jetadmin.io/getting-started/part-2-intermediate/perform-api-requests.md)
- [Reading data from SQL](https://docs.jetadmin.io/getting-started/part-2-intermediate/reading-data-from-sql.md): The SQL Query Builder lets you create, edit, and run queries easily. You can write SQL manually, insert tables and columns, or let AI generate queries and transformations for you.
- [Reading data from SQL](https://docs.jetadmin.io/getting-started/part-2-intermediate/reading-data-from-sql-1.md)
- [Generate Invoice or Document](https://docs.jetadmin.io/getting-started/part-2-intermediate/generate-invoice-or-document.md)
- [Document](https://docs.jetadmin.io/getting-started/part-2-intermediate/generate-invoice-or-document/document.md): Create documents from your data right in Jet Admin
- [Send Emails](https://docs.jetadmin.io/getting-started/send-emails.md): Send emails from a Jet app
- [Pixel Perfect App](https://docs.jetadmin.io/getting-started/pixel-perfect-app.md): Design your first custom component from scratch using Component Designer
- [Designing your component](https://docs.jetadmin.io/getting-started/pixel-perfect-app/designing-your-component.md): Discover how to custmize Cards in Gallery
- [Adding Images](https://docs.jetadmin.io/getting-started/pixel-perfect-app/adding-images.md): Explore how to customize background
- [Apply Frame to Image](https://docs.jetadmin.io/getting-started/pixel-perfect-app/apply-frame-to-image.md): Explore how to set up Frame for Image
- [Pass values to Image](https://docs.jetadmin.io/getting-started/pixel-perfect-app/pass-values-to-image.md): Explore how to data from Visual Builder to Component Designer
- [Pass values to Text Field](https://docs.jetadmin.io/getting-started/pixel-perfect-app/pass-values-to-text-field.md): Discover how to pass values to Designer
- [Binding data](https://docs.jetadmin.io/getting-started/pixel-perfect-app/binding-data.md): Discover how to pass and bind the data with elements
- [Hide elements](https://docs.jetadmin.io/getting-started/pixel-perfect-app/hide-elements.md): Discover how to hide elements with Conditional Visibility
- [Support multi-screens](https://docs.jetadmin.io/getting-started/pixel-perfect-app/support-multi-screens.md): Explore how to do your components responsive
- [UI in seconds](https://docs.jetadmin.io/getting-started/ui-in-seconds.md): Learn how to generate CRUD interface in seconds
- [Figma design into a web app](https://docs.jetadmin.io/getting-started/figma-design-into-a-web-app.md): From MVPs to web apps, Jet helps you to deliver pixel-perfect apps that users will love.


---

# 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.jetadmin.io/getting-started.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.
