# Using Version Control

When using version control, it is recommended to set a different folder location for the runtime **DataLibrary** and ensure this folder is ignored by version control.

## Setting a Different Folder for the Runtime DataLibrary

1. Open **Save Settings**.
2. Under the **Runtime DataLibrary** section, click **Set Different Runtime DataLibrary Location**.
3. Select a folder that is ignored by version control.

<div align="left"><figure><img src="/files/faTVgC35pkRfoK1gueMe" alt=""><figcaption></figcaption></figure></div>

Additionally, it is recommended to enable the **Custom DataObjects Folder** in the settings. This will unparent all DataObjects from the initial DataLibrary.\
For more details, please refer to the following page:

{% content-ref url="/pages/IcPNjOCKvV86Q4YX2BzM" %}
[Separate DataObjects](/databrain/separate-dataobjects.md)
{% endcontent-ref %}


---

# 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://giantgrey.gitbook.io/databrain/using-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.
