> For the complete documentation index, see [llms.txt](https://help.bots.business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bots.business/git.md).

# Git

![](/files/-LZsx6pWoRgaf7g74dm-)

## Git support

* Bot exporting to external Git repository. For example, Github
* Bot importing from external Git repository

## Requirements

#### 1. Need set Git repository on bot

Go to Bot->Edit-> show Advanced&#x20;

or:

Go to Bot -> Tools section -> Git sync

![](/files/-LZsyAVym85wy-JGNaEx)

#### 2. Need set Deploy Key on external repository

{% hint style="success" %}
You do not need Deploy Key for read access of public repository&#x20;
{% endhint %}

Go to Bot-> Sync in menu, then Git Sync -> Deploy Key show

![](/files/-LZszSBi4XIsdiAHzM0d)

**Copy Deploy Key**

Now you need set this Deploy Key on external repository.

**Github**

Please see [this](https://developer.github.com/v3/guides/managing-deploy-keys/#deploy-keys). For Git exporting also need "write" access.

#### 3. Now you can make exporting or importing with Git
