> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/integrations/scm.md).

# SCM

- [GitHub](https://docs.hivel.ai/integrations/scm/github.md)
- [How to integrate GitHub with account wide access?](https://docs.hivel.ai/integrations/scm/github/how-to-integrate-github-with-account-wide-access.md)
- [How to re-authorize / re-initiate GitHub integration with account wide access?](https://docs.hivel.ai/integrations/scm/github/how-to-re-authorize-re-initiate-github-integration-with-account-wide-access.md)
- [How to re-authorize / re-initiate GitHub integration with repository level access?](https://docs.hivel.ai/integrations/scm/github/how-to-re-authorize-re-initiate-github-integration-with-repository-level-access.md)
- [How to integrate GitHub with repository level access?](https://docs.hivel.ai/integrations/scm/github/how-to-integrate-github-with-repository-level-access.md)
- [GitHub-Alternate SignUp Method Instructions](https://docs.hivel.ai/integrations/scm/github/github-alternate-signup-method-instructions.md)
- [Alternate methods](https://docs.hivel.ai/integrations/scm/github/alternate-methods.md)
- [How to integrate GitHub with Classic Token?](https://docs.hivel.ai/integrations/scm/github/alternate-methods/how-to-integrate-github-with-classic-token.md)
- [How to create Github fine-grained token for Hivel Integration?](https://docs.hivel.ai/integrations/scm/github/alternate-methods/how-to-create-github-fine-grained-token-for-hivel-integration.md)
- [How to reauthorize Github with a classic token?](https://docs.hivel.ai/integrations/scm/github/alternate-methods/how-to-reauthorize-github-with-a-classic-token.md)
- [Gitlab](https://docs.hivel.ai/integrations/scm/gitlab.md)
- [Gitlab Server](https://docs.hivel.ai/integrations/scm/gitlab/gitlab-server.md): How do I sign-up with GitLab Server?
- [Gitlab Cloud](https://docs.hivel.ai/integrations/scm/gitlab/gitlab-cloud.md): How do I sign-up with GitLab Cloud?
- [How to ensure Gitlab token has access to required groups/repositories](https://docs.hivel.ai/integrations/scm/gitlab/how-to-ensure-gitlab-token-has-access-to-required-groups-repositories.md)
- [BitBucket](https://docs.hivel.ai/integrations/scm/bitbucket.md)
- [BitBucket Integration](https://docs.hivel.ai/integrations/scm/bitbucket/bitbucket-integration.md): Bitbucket Integration Instructions
- [Validation at a metric level for BitBucket](https://docs.hivel.ai/integrations/scm/bitbucket/validation-at-a-metric-level-for-bitbucket.md)
- [Azure](https://docs.hivel.ai/integrations/scm/azure.md)
- [Azure DevOps](https://docs.hivel.ai/integrations/scm/azure/azure-devops.md): How do I signup using Azure Dev Ops (Repos and Boards)?
- [Azure GIT Server](https://docs.hivel.ai/integrations/scm/azure/azure-git-server.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hivel.ai/integrations/scm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
