# Integrating Version Control

Firefly supports integrating with various version control systems to help manage and track your code assets, repositories, and related configurations.

> **Note:** After adding a version control integration, it may take a few minutes for Firefly to initially fetch your repositories and related assets. All assets are automatically refreshed every few hours to ensure your data in Firefly remains up-to-date.

## Supported Version Control Systems

* [GitHub](/integrations/version-control/github.md)
* [GitLab](/integrations/version-control/gitlab.md)
* [Bitbucket](/integrations/version-control/bitbucket.md)
* [Azure DevOps](/integrations/version-control/azuredevops.md)

## Request Additional Version Control Support

If you need integration with a version control system that is not currently supported, please contact Firefly's support team via email at <help@firefly.ai>. When requesting a new version control integration, please provide details about the platform and your specific use case to help our team better understand your requirements.


---

# 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://docs.firefly.ai/integrations/version-control.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.
