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