# GitHub

{% hint style="warning" %}
You must use the `git@...` or `ssh:...` version of your git URL, not the `https://...` version. Paradime uses the SSH protocol to clone repositories, so Paradime will be unable to clone repos supplied with the HTTP protocol.
{% endhint %}

{% hint style="success" %}
We advise creating a service account user in your GitHub account like **`paradime.github.maintainer@yourcompany.com`** with write access to the repository and let this user own the deploy key.
{% endhint %}

To add a deploy key to a GitHub account, navigate to the Deploy keys tab of the settings page in your GitHub repository.

After supplying a name for the deploy key and pasting in your deploy key (generated by Paradime), be sure to check the *"Allow write access"* checkbox. After adding this key, Paradime will be able to read and write files in your dbt™️ project.

{% embed url="<https://docs.github.com/en/developers/overview/managing-deploy-keys#deploy-keys>" fullWidth="false" %}

<figure><img src="/files/pnISrEKAomMEhHn16XI6" alt=""><figcaption></figcaption></figure>


---

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