> ## Documentation Index
> Fetch the complete documentation index at: https://doc.entelligence.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Repository management

> Synchronize repositories and configure linked codebases, PR Review, PR Evaluation, Deduplication, context, and repository lifecycle.

Open **Settings → Code Management** to synchronize repositories and manage repository-level product controls.

Source-control authentication is managed under **Settings → Auth**. Git providers are not configured from the general Connectors catalog.

## Add or synchronize a repository

1. Confirm the provider connection under **Settings → Auth**.
2. Run repository synchronization.
3. Search for the repository in Code Management.
4. Add or enable one pilot repository.
5. Verify that only intended members can see it.
6. Run an explicit review test.

If a repository is missing, check the provider installation scope first, then synchronize again.

## Repository controls

Repository rows can expose these controls:

| Control         | Purpose                                                               |
| --------------- | --------------------------------------------------------------------- |
| Linked codebase | Adds related-repository context for cross-codebase behavior           |
| PR Review       | Enables Entelligence review for the repository                        |
| PR Evaluation   | Enables the evaluation behavior described in the current workspace UI |
| Deduplication   | Reduces duplicate review output where configured                      |

Read the current UI explanation before changing **PR Evaluation** or **Deduplication**. The labels alone do not define their algorithm.

## Linked codebases

Link repositories only when there is a real dependency, such as:

* A service and its SDK
* A shared schema and its consumers
* A frontend and its backing API

Before linking across teams or organizations, confirm that the extra code context is permitted.

## Repository context

Additional review configuration lives in Code Review, including repository details, guidelines, Learnings, context, exclusions, and active pull requests.

## Remove access safely

1. Disable repository-level product controls.
2. Inventory dependent documentation, reports, mappings, and automations.
3. Preserve required exports.
4. Remove the repository from the provider installation scope.
5. Synchronize Code Management.
6. Verify that future access stops.
7. Handle historical data according to your retention policy.

## Next step

Configure [Code Review settings](/code-review/settings) or [verify access](/get-started/verify-access).
