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

# GitHub Setup

> Connect GitHub through the product’s current app-install flow, verify repository sync, and then enable repository-level workflows.

# GitHub Setup

GitHub is the most direct Git provider path in Cloudgeni today.

Use it when you want repository access for:

* Static analysis
* PR reviews
* Agent sessions
* Cloud resource import handoff

## In The UI

1. Go to `Settings` -> `Integrations` -> `Git`
2. Choose **Connect GitHub**
3. Complete the GitHub app install or authorization flow
4. Return to Cloudgeni and wait for the integration to become active

## What To Verify

After the connection completes:

* The GitHub integration appears in the Git integrations list
* Repositories are visible on the integration detail page
* You can open a repository and enable [Pull Request Reviews](/features/pull-request-reviews) if needed

## CLI Option

The current CLI has a GitHub integration create command:

```bash theme={null}
cloudgeni integration create github \
  --org <org-id-or-slug> \
  --wait \
  --print-url
```

That is useful for scripted setup, but most teams still complete the real authorization step through
the browser.

## Next

<CardGroup cols={2}>
  <Card title="Connect Git" icon="code-branch" href="/getting-started/connect-git-provider">
    Read the cross-provider guidance and troubleshooting notes.
  </Card>

  <Card title="PR Reviews" icon="git-alt" href="/features/pull-request-reviews">
    Turn on repository-level reviews after the sync is healthy.
  </Card>
</CardGroup>
