# Customize the Page

Once you create a new page, you can customize it by dragging and dropping any components to the page to succeed with your use cases.

To add a Table and Text field components to the page, follow the steps:

1. Drag and drop the **Table** component to the page
2. Go back to the **All Components** section
3. Drag and drop the **Text field** component to the page

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

Components are UI elements inside Jet Admin that can be used to visualize and interact with your data. Find out more about the components you can use on your page in the following article:

{% content-ref url="/pages/-M9tgQqAMkCrAe7cLrC2" %}
[Components](/user-guide/design-and-structure/components.md)
{% endcontent-ref %}


---

# 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/user-guide/design-and-structure/pages/customize-the-page.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.
