> ## 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.

# Quick Start

> Deploy your app or service within a minute

<Steps>
  <Step title="Login into dashboard">
    Firstly login into your DCDeploy dashboard using your Github account. If you're a new user, your account will be created automatically.

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

  <Step title="DCDeploy dashboard">
    A default organization will be created for you. All the activities, environments, billing and more is present in the dashboard.

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

    Now create a new environment. An environment can be viewed as a group of services / apps / databases which are required to run your business and will be interdependent to each other.
    For example, you may start with Dev environment, then go to QA and then go to Prod.
    You can create multiple environments as per your requirement.

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

  <Step title="Deploy">
    Deploy your services or databases. You may deploy as many service or database as you want. All these services and databases are networked together in a private wireguard vpn based networking as well as public Endpoints are also available.

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

    For advance users, a yaml editor is also available to deploy services and databases in a single click.

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