> 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/settings/tasks.md).

# Tasks

The **Tasks** section in *Settings* allows you to integrate Sprinto with popular task management systems, enabling automated ticket creation for compliance-related activities. This integration ensures that pending tasks in Sprinto are synchronised with your external task tracker, helping teams stay organised and reducing manual follow-ups.

Supported integrations include:

* **ClickUp**
* **Asana**
* **Freshservice**
* **Zendesk**

### How It Works

Once connected, Sprinto can:

* Automatically create tickets for pending compliance tasks.
* Monitor upcoming pending tasks and update their status in the connected system.
* Keep your task tracker system synchronised with the latest task information from Sprinto.

### Setting Up a Task Tracker Integration

1. **Navigate to Tasks**
   * Log in to the Sprinto dashboard.
   * Go to **Settings** > **Tasks**.
2. **Initiate Setup**
   * Click **Setup task tracker**.
   * The *Setup task tracker system* drawer will open, displaying available integrations.
3. **Select Your Task Management System**
   * Click **Connect** next to your chosen provider (e.g., ClickUp, Asana, Freshservice, Zendesk).
4. **Authorise Connection**
   * Follow the provider-specific authentication flow to connect your account.
5. **Enable Task Sync**
   * Once connected, Sprinto will automatically:
     * Create tickets for pending compliance tasks.
     * Monitor task progress.
     * Update the external system with new pending tasks.

{% hint style="info" %}

### Notes

* Ensure that you have the necessary permissions in your task management system before attempting to integrate.
* You can disconnect or switch integrations at any time from the same interface.
  {% endhint %}


---

# 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/settings/tasks.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.
