> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/getting-started/creating-a-customer-portal/generate-the-ui.md).

# Generate the App

### Connect your Data Source

After creating a project, you'll be prompted to start with the Blank app or your Data. Select your chosen Data Source, fill in the credentials, and finish the process.

1. Click on the `Data Source` icon
2. Click on the `Add Resource` icon
3. Choose **Airtable**

{% @arcade/embed flowId="JP2Q7Vs9Of2LQ4rYdTey" url="<https://app.arcade.software/share/JP2Q7Vs9Of2LQ4rYdTey>" %}

### Choose the Page

You can **navigate through** pages and **create new** ones in the top left tab. Now,  let's pick another page:

1. Click on the Pages icon
2. Choose and Navigate to the Page

{% @arcade/embed flowId="b2ownQCQUDzU1CFsdcNx" url="<https://app.arcade.software/share/b2ownQCQUDzU1CFsdcNx>" %}

{% hint style="info" %}
When you connect a Database, Jet Admin automatically **generates an app** based on the pages you selected in the previous step
{% endhint %}

Now let's **test** how it works by&#x20;

1. Clicking on the `Table` to select it
2. Clicking on a `Row` to drill down to the record view

![](/files/-Mj-Td2lG6dOI_ywDYUJ)

Next, let's set up **the Layout**:

{% content-ref url="/pages/-Mizqghl0EdvkHXzRHd7" %}
[Set the Layout](/getting-started/creating-a-customer-portal/set-the-layout.md)
{% endcontent-ref %}


---

# 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.jetadmin.io/getting-started/creating-a-customer-portal/generate-the-ui.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.
