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

# Import from GitHub

> Create an Ardor service from an existing GitHub repository.

**Use this when:** You already have code on GitHub and want to deploy it through Ardor.

<Tip>
  **Cerebrum can import your repo for you.** Say "create a service from my GitHub repo" or point Cerebrum to the project you want to deploy, and it will guide the setup and configuration.
</Tip>

## How to create

<Tabs>
  <Tab title="1. Add Service">
    <img src="https://mintcdn.com/ardor/sf-RwXk0pWSNetwj/docs/services/create_service/images/import-from-github/Step3A_1.png?fit=max&auto=format&n=sf-RwXk0pWSNetwj&q=85&s=d917a864d40db6cd1710e741f67949a3" alt="Step 1" width="1800" height="853" data-path="docs/services/create_service/images/import-from-github/Step3A_1.png" />

    Click **Add Service → From GitHub Repo**
  </Tab>

  <Tab title="2. Select Repo">
    <img src="https://mintcdn.com/ardor/sf-RwXk0pWSNetwj/docs/services/create_service/images/import-from-github/Step3A_2.png?fit=max&auto=format&n=sf-RwXk0pWSNetwj&q=85&s=2dcc3d2c55ef071c8ec59f0feb4daff6" alt="Step 2" width="1800" height="846" data-path="docs/services/create_service/images/import-from-github/Step3A_2.png" />

    Choose a repository from your GitHub account
  </Tab>

  <Tab title="3. Configure">
    <img src="https://mintcdn.com/ardor/sf-RwXk0pWSNetwj/docs/services/create_service/images/import-from-github/Step3A_4.png?fit=max&auto=format&n=sf-RwXk0pWSNetwj&q=85&s=b2045f0b13b9c5e2c568962aa841999f" alt="Step 4" width="2228" height="1564" data-path="docs/services/create_service/images/import-from-github/Step3A_4.png" />

    Name your service and set deployment options
  </Tab>

  <Tab title="4. Create">
    <img src="https://mintcdn.com/ardor/sf-RwXk0pWSNetwj/docs/services/create_service/images/import-from-github/Step3A_5.png?fit=max&auto=format&n=sf-RwXk0pWSNetwj&q=85&s=c02e8b72ca370ee41b74f7c468994eb9" alt="Step 5" width="1503" height="800" data-path="docs/services/create_service/images/import-from-github/Step3A_5.png" />

    Click **Create Service**
  </Tab>
</Tabs>

Ardor clones the repo and creates the service.

<Note>
  This flow is for importing existing GitHub repos. If you already have a service in Ardor's internal Git, use **Export to GitHub** instead.
</Note>
