> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/data-library/change-management/frequently-asked-questions.md).

# Frequently Asked Questions

Here’s the **numbered FAQ** version for the Change Management section.

***

## Change Management – FAQs

**SEO Description:**<br>

***

### Overview

This section covers common questions about setting up, managing, and monitoring Change Management in Sprinto.

***

**1. How do I know which providers are supported in Change Management?**

Sprinto supports popular **code repositories** (Bitbucket, Azure DevOps, GitLab, GitHub, etc.) and **ticketing systems** (Jira Software, Jira Service Management, Asana, Trello, ClickUp, Hive, Linear, Shortcut, Teamwork, Wrike, etc.). You can view the complete list when adding a change management system.

***

**2. Can I connect more than one change management system?**

Yes. You can connect multiple providers of the same type (for example, more than one GitHub account) or mix different providers.

***

**3. What are workflow checks?**

Workflow checks are rules you create to ensure that changes follow your organisation’s approved processes. They can require evidence such as approval records, test results, or change tickets.

***

**4. Can I edit a workflow check after creating it?**

Yes. You can edit the name, description, and rules of any workflow check at any time. Changes apply to all future monitoring cycles.

***

**5. How does monitoring work in Change Management?**

The **Monitoring** tab displays both automated checks from connected systems and custom workflow checks. You can filter results, explore available checks, and review pass/fail statuses.

***

**6. What happens if I stop tracking a system or project?**

When you stop tracking, Sprinto will no longer collect change data for that system or project. The item will be removed from monitoring, and its checks will no longer run.

***

**7. Who can assign owners or classify projects?**

Only Sprinto administrators can classify projects or repositories and assign owners.

***

**8. How often should I review my Change Management setup?**

We recommend reviewing connected systems, workflow checks, classifications, and owners at least quarterly to ensure your compliance tracking remains accurate.


---

# 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:

```
GET https://docs.sprinto.com/data-library/change-management/frequently-asked-questions.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.
