# GitHub Enterprise

#### Use cases for GitHub Enterprise in GitProtect show common scenarios for backing up and restoring repository data.

***

## Cross recovery

One use of backups is cross-recovery of data between different **Git** providers. However, not all data can be restored across organizations. For details on cross-recovery possibilities, see [this article](https://helpcenter.gitprotect.io/backup-and-recovery/devops/github-enterprise/recovery/cross-recovery).

***

## Backup <a href="#backup" id="backup"></a>

Using **GitProtect**, you can create backup plans for your organization. These plans can cover a single repository or multiple repositories, depending on your needs.

***

## Achieve goals <a href="#archive_goals" id="archive_goals"></a>

Using backups can also help reduce expenses on your **Git** service. **GitProtect** allows you to keep repositories in backup storage, so you can remove them from the **Git** platform.

This archiving is managed through the [retention policy](https://helpcenter.gitprotect.io/management/scheduler-and-retention), which lets you decide how long to store your repositories.

***

## Restoration <a href="#restoration" id="restoration"></a>

If you already have a repository backup, you can restore it to any organization added to your **GitProtect** console, including between **Git** instances or even across different **Git** providers.


---

# 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://helpcenter.gitprotect.io/use-cases/devops/github-enterprise.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.
