> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dcdeploy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy a Database

> Provision and deploy a managed database in your DCDeploy environment.

<iframe src="https://app.supademo.com/embed/cmldiilii4tr0vhwz0gpqein6" width="100%" height="500" allowFullScreen />

<Steps>
  <Step title="Navigate to Deploy tab">
    Go to the **Deploy** tab of the environment in your DCDeploy dashboard.\
    Here you can deploy both services and databases.

    <img height="200" src="https://mintcdn.com/dcdeploy-9454b28e/pB_4WKNF_G09F_LI/docs/deploy/images/deploy.png?fit=max&auto=format&n=pB_4WKNF_G09F_LI&q=85&s=a7f60611746e34f17663c1c756fa5973" data-path="docs/deploy/images/deploy.png" />
  </Step>

  <Step title="Add a new database">
    Click on **Add Database**. A new form will appear where you can configure your database.
  </Step>

  <Step title="Fill in the details">
    Provide the following details:

    * **Database Name**: Enter a unique name for your database instance.
    * **Engine**: Select the database engine and version. Supported engines:
      * MongoDB (v4, v5, v6, v7)
      * MariaDB
      * PostgreSQL
      * MySQL
    * **Region**: Choose the DCDeploy region where your database should be deployed.
    * **Machine Type**: Select a machine type that fits your resource needs (CPU, RAM, Disk).

    <img height="200" src="https://mintcdn.com/dcdeploy-9454b28e/pB_4WKNF_G09F_LI/docs/deploy/images/db-form.png?fit=max&auto=format&n=pB_4WKNF_G09F_LI&q=85&s=efde481bb03bdbd195b83340d2e25c21" data-path="docs/deploy/images/db-form.png" />
  </Step>

  <Step title="Deploy">
    Click **Continue > Deploy** to start provisioning your database.

    <img height="200" src="https://mintcdn.com/dcdeploy-9454b28e/pB_4WKNF_G09F_LI/docs/deploy/images/summary.png?fit=max&auto=format&n=pB_4WKNF_G09F_LI&q=85&s=87ba5a0954ee94d2eeebd04a4ffd940f" data-path="docs/deploy/images/summary.png" />

    * Deployment may take a few minutes depending on the engine and machine type selected.
    * Once deployed, connection details (hostname, port, username, password) will be available in the dashboard.
  </Step>
</Steps>
