# ⛺️ Database Heroku deployment

Once you have created the project, connected the resource, and selected the [Instant Cloud](/user-guide/integrations/database-resources/instant-cloud.md) deployment method you need to deploy your database on hosting.

In this step-by-step guide, we'll take a closer look at the complete database deployment process on [Heroku](https://www.heroku.com/).

### 1. Sign up for Heroku

To deploy your database you need to [sign up](https://signup.heroku.com/) a free Heroku account. You need to fill in the data and just click on **Create a free account**.

![](/files/-M9_Q1tM6xmqh4DMs2NT)

### 2. Create a new app

Once you have completed the registration process, you will see this page. Just click on **Create new app**.&#x20;

![](/files/-M9_YqvIjrUR3zr9c1Fm)

The next step is to specify the application name. Keep in mind that you can't use spaces and symbols. You also have to choose a region.

![](/files/-M9__PGQjNcjr69PXCAN)

### 3. Configure your application

Go to the Resources menu. Just search for **Postgres** in the add-ons and select it.

![](/files/-M9_bamouhlykqSQswjS)

Then you need to choose a plan for the add-on. Depending on it you'll have different resources. For test purposes, we will pick **Hobby Dev - free**.

![](/files/-M9_d2iej6Tyfn4YLo_Y)

### 4. Find the credentials

Now you have a working Postgres database. You need to find the credentials. Click on Heroku Postgres to find the data you need.

![](/files/-M9_eFk6XGRpwNf7EMPI)

Go to the settings and click View Credentials.

![](/files/-M9_fLkMVsp1Vg1Zq02U)

You need to enter these data in the fields required by the [Instant Cloud](/user-guide/integrations/database-resources/instant-cloud.md) deployment method.

![](/files/-M9YfsJcJj_kFzppWVYh)

Congratulations! You've deployed your database on Heroku. Now you're ready to [integrate](/user-guide/integrations.md) it into Jet Admin.


---

# 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.jetadmin.io/jet-bridge-deployment/database-heroku-deployment.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.
