# Design & Structure

### Customizing Pages

A Page is an interface element that can span across various use cases. Create pages from scratch or generate an Admin Panel to get your application ready in less than 2 minutes.

{% content-ref url="/pages/-M9tUq1eD\_6YPawVI\_DQ" %}
[Customizing Pages](/user-guide/design-and-structure/pages.md)
{% endcontent-ref %}

### Filters (built-in)

Every table in your Jet app has built-in filtering functions. There are two ways to access these:

1. By the filter icon on the upper right of the table.
2. By *Filter by field* optio&#x6E;*.*

{% content-ref url="/pages/-MijoZUEOtf35bal9eUu" %}
[Filters (built-in)](/user-guide/design-and-structure/components/lists/table/filter.md)
{% endcontent-ref %}

### Sort

You can sort your data or set a default sorting.

{% content-ref url="/pages/-MijoyKmrWoVNio7U5Uu" %}
[Sort](/user-guide/design-and-structure/sort.md)
{% endcontent-ref %}

### Group

You can group your data to display on charts.

{% content-ref url="/pages/-Mijp1OtWHACDRUaIgFm" %}
[Group](/user-guide/design-and-structure/group.md)
{% endcontent-ref %}

### Actions

Action is an operation that you can perform in Jet Admin. Visually, the action is a button in the Jet Admin interface.

{% content-ref url="/pages/-MA3iezGqny48f7Qu0s3" %}
[Actions](/user-guide/design-and-structure/actions.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.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.
