# Importing a repository

Paradime allows you to import Git repositories using any valid Git URL that points to a repository.

{% hint style="info" %}
After importing a project, Paradime generates a Deploy Key that must be added to your Git provider's repository configuration. This Deploy Key needs read and write access.
{% endhint %}

### Supported Git Providers

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th align="center"></th><th data-hidden align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><a href="importing-a-repository/azure-devops"><strong><code>Connect an Azure DevOps git repository</code></strong></a></td><td align="center"><strong>Connect an Azure DevOps git repository</strong></td><td><a href="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2Fextpz0dLstUYSLSZMZee%2Fazure.png?alt=media&#x26;token=0c01ec8c-7f92-4b2c-9840-8fd93373ccfa">azure.png</a></td><td><a href="importing-a-repository/azure-devops">azure-devops</a></td></tr><tr><td align="center"><a href="importing-a-repository/bitbucket"><strong><code>Connect a BitBucket git repository</code></strong></a></td><td align="center"></td><td><a href="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2F84AGsvJr1CZWp2C2IC1t%2Fbitbucket.png?alt=media&#x26;token=e6cea7a3-e895-44de-99b0-8bfe3e203325">bitbucket.png</a></td><td><a href="importing-a-repository/bitbucket">bitbucket</a></td></tr><tr><td align="center"><a href="importing-a-repository/github"><strong><code>Connect a GitHub git repository</code></strong></a></td><td align="center"></td><td><a href="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FzugMmfFHLDUMpWclH0So%2Fgithub.png?alt=media&#x26;token=54d76abe-1bda-474f-bf3e-daa87e429fd9">github.png</a></td><td><a href="importing-a-repository/github">github</a></td></tr><tr><td align="center"><a href="importing-a-repository/gitlab"><strong><code>Connect a GitLab git repository</code></strong></a></td><td align="center"></td><td><a href="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FPmVQl2eWDiS24liRTiLq%2Fgitlab.png?alt=media&#x26;token=65abbf33-84c5-450e-ae35-9c1542325c7a">gitlab.png</a></td><td><a href="importing-a-repository/gitlab">gitlab</a></td></tr></tbody></table>

{% hint style="info" %}
Don't see your Git provider? Contact us - we're happy to help you set up Paradime with any supported Git providers 🤘
{% endhint %}

***

{% hint style="info" %}
Need to update your Git Repository? See [documentation](https://docs.paradime.io/app-help/documentation/settings/git-repositories/update-connected-git-repository).
{% endhint %}


---

# 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.paradime.io/app-help/documentation/settings/git-repositories/importing-a-repository.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.
