> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/data-warehouse/databases.md).

# Databases

### Create Database

To create a new “**Database**”, follow these steps:

1. In the left-hand menu, click "**Database**".
2. Then, click "**Create Database**".
3. No modal exibido, preencha os seguintes dados:

* Database Name (required)
* Read Groups
* Write Groups
* Tags

4. Click the "**Save**" icon to complete the creation.

<figure><img src="/files/MJ8CUj6Uid5EHvaGrqgj" alt=""><figcaption><p>New Database Creation Screen</p></figcaption></figure>

#### Refresh tables

To reload the tables of a database:

1. Hover over the desired item in the list.
2. Click the "**Refresh Tables**" option.&#x20;

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

#### Edit a **Database**

To edit a "**Database**", follow these steps:

1. Go to the "**Database**" section in the left-hand menu to view all created databases.
2. Hover over the desired database and click the three-dot icon.
3. Select "**Edit"**.
4. Make the necessary changes and click "**Save**". Done! The database has been updated.

#### Delete a **Database**

To delete a "**Database**", follow these steps:

1. Go to the "**Database**" section in the left-hand menu to view all created databases.
2. Hover over the desired database and click the three-dot icon.
3. Select "**Delete**".
4. Enter the database name in the confirmation field and click "**Delete**".  Done! The database has been deleted.


---

# 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.skyone.cloud/english/skyone-studio/data-warehouse/databases.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.
