> For the complete documentation index, see [llms.txt](https://docs.nected.ai/nected-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nected.ai/nected-docs/development-lifecycle/git-based-source-control/setup.md).

# Setup

Nected GitHub Sync lets your teams integrate decision automation development directly with Git-based workflows. Once configured, every Rule, Workflow, Integration, and Dataset in your workspace can be version-controlled, reviewed, and deployed through your connected repository.

With Source Control enabled, your organization can:

* Develop on branches to support parallel work across teams
* Commit and push updates from Nected to your GitHub repository
* Pull and merge changes from GitHub back into Nected
* Maintain an auditable change history across all decisioning assets<br>

GitHub Sync is available for all Nected Cloud and Self-Hosted deployments. Setup requires workspace admin access

### **Supported Git Providers**

Nected currently supports:

* **GitHub**

Coming soon:

* **GitLab Cloud**
* **Other Git Providers (Bitbucket, Azure DevOps, etc.)**

As support for additional providers rolls out, you will be able to connect Nected to any Git-backed system used in your development workflow.

### **Connect Your Repository**

Use the guides below to configure Git-based Source Control for your workspace. Each guide covers prerequisites, authentication, and steps for connecting to the repository.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><strong>GitHub</strong></h4></td><td>Sync changes between Nected and GitHub to improve collaboration, branching workflows, version tracking, and so on.</td><td><a href="/pages/MgGbEmJMQse2JznALIso">/pages/MgGbEmJMQse2JznALIso</a></td><td><a href="/files/k9CbSfQ64okuxpExNhKt">/files/k9CbSfQ64okuxpExNhKt</a></td></tr><tr><td><h4><strong>Other Git Providers</strong> <em>(Coming Soon)</em></h4></td><td>Future support for Bitbucket, Azure DevOps, and other Git systems will allow Nected workspaces to integrate with any version-control workflow.</td><td></td><td><a href="/files/k9CbSfQ64okuxpExNhKt">/files/k9CbSfQ64okuxpExNhKt</a></td></tr></tbody></table>


---

# 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.nected.ai/nected-docs/development-lifecycle/git-based-source-control/setup.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.
