# Databases

Our database feature simplifies the creation process, allowing you to provision database instances tailored to your testing needs. With just a name and password, generate a fully functional database ready for immediate use, saving you time and hassle.

## Please follow the steps to set up your new database instance:

### Step 1: Click on the CREATE A NEW DATABASE button.<br>

<figure><img src="/files/2NeXyzEFRDIwiWp6jJcv" alt=""><figcaption></figcaption></figure>

### Step 2: Select Database Type

You can create a new database by clicking on the PostgreSQL database.

<figure><img src="/files/8YRSItk4jpAJ1uWtiDzg" alt=""><figcaption></figcaption></figure>

### Step 3: Setup Database

Provide the database name of your choice, Postgres version and enter description. Then click on CREATE DATABASE button to activate it.

<figure><img src="/files/2nFWvnlG7ikQjAshaIiH" alt=""><figcaption></figcaption></figure>

### Step 4: View your Database Plan Details and choose a Plan.

Click on create database and choose a database plan of your requirement and proceed with payment and activation.

<figure><img src="/files/9Ar1luMJlUk78djLnPFj" alt=""><figcaption></figcaption></figure>

### Step 5: Proceed with Payment and Activation

Click on proceed with payment and activation button and then choose the method of payment for database activation.

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

Once the payment is successful and your purchase is confirmed, GO TO DATABASE DASHBOARD.&#x20;

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

### Step 6:  Plan Activation

Click on Activate Now button, in order to activate and initialize your database.

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

### Step 7: Set up your Password to Activate the Database

Set up your password to activate the database and save it securely for future use and reference.

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

### Step 9 :  View your Database Credentials

You can now view your database credentials such as Host name, User Name,  Database Name and Port number and start using it for your project/application.

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

### &#x20;Step 10: Delete Database

You can also choose to delete your database at any point of time, if not required by clicking on DELETE database button provided.


---

# 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.toystack.ai/get-started/databases.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.
