# Version control

{% hint style="warning" %}
This is a beta feature aimed at enhancing the content authoring on Instruqt. Feedback on the feature so we can improve it is highly appreciated.
{% endhint %}

## Overview

With the addition of version control we can now support integration of your version control system at Instruqt. This allows changes to be synched both ways. Changes on the Instruqt platform will trigger a commit on your system and changes on your system will trigger updates on Instruqt.

{% hint style="info" %}
This feature is only enabled on a per request basis. Please reach out to your Instruqt representative to have this feature enabled for you.
{% endhint %}


---

# 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.instruqt.com/settings/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.
