# Tables

The way to access most data in Bunny is through tables as shown below. You can use the filters at the top of the table to narrow down your search and also save that view for later use.

<figure><img src="/files/D7SZVY5FaTKnydQKr0oV" alt=""><figcaption><p>Account table</p></figcaption></figure>

All tables in Bunny allows you to do the same things:

* Search for records by a text string
* Filter records using one or more conditions via Add filter
* Save filters as views
* Select previously saved views
* Paginate through search results
* Sort by column
* Export the current view as CSV or XLS
* Create a new object (a few tables don't have this option)
* Configure columns and sort order

&#x20;Some tables have a more compact layout where the form is shown right next to the table. This is particularly convenient for smaller records that you want to be able to traverse quickly.

<figure><img src="/files/ymrRmIjHlb68Ygu0WaNg" alt=""><figcaption><p>User table and form</p></figcaption></figure>

### Configure columns

The default view has a predefined set of columns. Views you have saved yourself can be edited via the `...` menu. You can add and remove fields, change their order and also choose which column to sort by

<figure><img src="/files/EhnjtGCoxByT4vZyDUJL" alt=""><figcaption><p>Configure view</p></figcaption></figure>


---

# 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.bunny.com/guide/tour/admin-ui-basics/tables.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.
