# Import GitHub Repos

You can import a project from a **GitHub repository** and continue working on it in Arkain.

{% stepper %}
{% step %}

### **Go to the** [**Dashboard**](https://arkain.io/my/dashboard) **page and click the \[+ New container] button.** <a href="#step-1-go-to-the-dashboard-and-click-new-container" id="step-1-go-to-the-dashboard-and-click-new-container"></a>

{% endstep %}

{% step %}

### **Authenticate your GitHub account** <a href="#step-2-authenticate-your-github-account" id="step-2-authenticate-your-github-account"></a>

* In the 'Create Container' popup, click the **\[Import from GitHub]** button in the top right corner.
* Click the **\[GitHub authorization]** button to link your account through GitHub account.
* Upon successful authentication, the list of your GitHub repositories will be displayed.
  {% endstep %}

{% step %}

### **Create a container from the GitHub repository** <a href="#step-3-create-a-container-from-github-repository" id="step-3-create-a-container-from-github-repository"></a>

* Select the repository you want to import. If the repository is set as private, it will be indicated with a badge in the list.
* The base template and name will be automatically entered based on the selected repository, and you can freely modify them as needed.
* If needed, activate additional modules/packages to install them.
* Lastly, click the **\[Import project]** button to create the container based on the provided settings.
  {% endstep %}
  {% endstepper %}


---

# 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.arkain.io/user-guide/dashboard/container/container-management/import-github-repos.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.
