# How it Works

The **Change Management** module in Sprinto helps you monitor change requests, code commits, and operational workflows by connecting to your code repositories and ticketing systems. Once set up, Sprinto automatically collects evidence and runs checks to ensure compliance with your organisation’s change management policies.

Here’s how it works:

<figure><img src="/files/gkEFYnWGCLqbSsvePsGb" alt="" width="563"><figcaption></figcaption></figure>

***

### 1. Add a Change Management System

First, connect your existing change management tools to Sprinto.\
You can integrate with:

* **Code repositories** – Bitbucket, Azure DevOps, GitLab, GitHub, and more.
* **Ticketing systems** – Jira Software, Jira Service Management, Asana, Trello, ClickUp, Hive, Linear, Shortcut, Teamwork, Wrike, and others.

**To add a system:**

1. Go to **Change Management** in the Data Library.
2. Click **Add Change Management System**.
3. Select a provider from the list.
4. Click **Connect** and follow the on-screen steps to authenticate.

Once connected, Sprinto starts collecting change data from the provider.

***

### 2. Create Workflow Checks

Workflow checks allow you to validate that changes follow approved processes.

**To add a workflow check:**

1. In **Change Management**, click **Add a Workflow Check**.
2. Enter details such as the check name, description, and rules.
3. Save the check to make it active.

You can edit existing checks at any time by clicking **Edit** next to the check name.

***

### 3. Monitor Your Checks

Use the **Monitoring** tab to track all automated and workflow checks.

* **Automated checks** – Generated from integrated systems and run automatically.
* **Workflow checks** – Custom checks you’ve created for compliance tracking.

**From the Monitoring tab, you can:**

* Filter results by check type, integration, or status.
* View all available checks and add relevant ones.
* Review failures and take corrective action.

***

### 4. Classify and Assign Owners

For better organisation and audit readiness, classify repositories or projects and assign owners.

* **Classify** – Categorise each integration for easier tracking.
* **Assign owners** – Allocate responsibility for change management in each system.

***

### 5. Stop Tracking a System

If a repository or ticketing system no longer needs to be monitored:

1. Open the integration in Change Management.
2. Select **Stop Tracking**.
3. Confirm the action.

Sprinto will stop collecting data from that provider.

***

**In summary:**

1. Add a change management system.
2. Create workflow checks.
3. Monitor results in real time.
4. Classify and assign owners.
5. Stop tracking when no longer required.


---

# 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.sprinto.com/data-library/change-management/how-it-works.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.
