> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/core-platform/platform-administration/admin-panel-options/configurations/version-control.md).

# Version Control

This section helps the user to get a private token to access multiple versions of the Data Science workflows, scripts, and models.

* Click the ***Version Control*** option from the Configurations menu.

&#x20;    ![](/files/qcBUd6V7ms0vEDmmYcSo)

* The ***Version Control*** page opens.
* Provide the ***Host address of the GitLab link***.
* Select the ***User Credential*** as Token type (if the user can select the ***Private Token*** option if the user has access to the Private Token from Git Lab).
* Provide an email address of the GIT Lab account.
* Provide a valid password.
* Put a checkmark in the given box to generate and store a new Private Token.
* Click the ***Test*** option.

![](/files/yDYoaharMkm3NseOaBcb)

* A success message appears.

&#x20;    ![](/files/ibeegWrRKknyRoFeTq57)

* The ***Private Token*** option gets selected.
* The ***Token Key*** from the Git Lab account gets entered by default.
* Select a ***Project*** from the drop-down menu.
* Select a ***branch*** from the drop-down menu.
* The ***Save*** option gets enabled. Click the ***Save*** option.

![](/files/6ktuKdjJvzjYD8qxXfyI)

* A success message appears to inform the version control update.

&#x20;     ![](/files/jlL3dYYSuTDqdUYuXy8m)


---

# 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.bdb.ai/bdb-documentation/core-platform/platform-administration/admin-panel-options/configurations/version-control.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.
