# 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


---

# 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://help.bots.business/git.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.
