> For the complete documentation index, see [llms.txt](https://docs.uibakery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uibakery.io/extras/ui-bakery-postgres/database-editor.md).

# Database editor

UI Bakery allows you to manage your *hosted databases* all in one place. You can click *Database* at the bottom of the workspace menu or click on the *Database Editor* tab from the Builder to open the editor.

<figure><img src="/files/flUbOKzEe2vbw5nU0FWP" alt=""><figcaption></figcaption></figure>

There, you can see a list of all your hosted databases in the dropdown in the header and you can select the database you want to manage. All the databases *created during Custom App generation* are also displayed in the list.

<figure><img src="/files/ddi4R7ayQ5R5aNZFe3Lc" alt=""><figcaption></figcaption></figure>

## Working with the editor

The Database editor allows you to:

* Create and delete databases
* Make changes to database tables: add new tables, duplicate, edit, and delete existing ones
* Add new rows to the tables
* Import your data in the CSV format
* Add filtering to the tables

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

{% hint style="info" %}
Access to databases is based on data source permissions.
{% endhint %}


---

# 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.uibakery.io/extras/ui-bakery-postgres/database-editor.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.
