> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/operations/tasks/managing-tasks.md).

# Managing Tasks

Tasks in PaintScout help you track follow-ups, reminders, and job-related to-dos. Every task is linked to a deal and automatically connected to the related contact and company.

Use single tasks for one-off work. Use [Checklists](/support/operations/tasks/checklists.md) when you need the same task list on multiple deals.

This article gives you an overview of managing tasks, with links to detailed guides for each action.

{% hint style="danger" %}
**Important:** this feature requires the paid **Operations add-on.**
{% endhint %}

***

## ➕ Creating Tasks

Add new tasks to remind yourself or assign them to a teammate. [Create a Task](/support/operations/tasks/how-to-create-a-task.md)

***

## 📑 Using Checklists

Use checklists for repeat workflows like handoffs, kickoff steps, and closeout. Apply a checklist from a deal's **Tasks** tab, then assign owners and due dates to each task. [Checklists](/support/operations/tasks/checklists.md)

***

## ✏️ Editing Tasks

Update a task's title, due date, description, or assigned user if details change. [Edit a Task](/support/operations/tasks/how-to-edit-a-task.md)

***

## ✅ Completing Tasks

Check off a task when it’s finished. Completed tasks move to the **Completed** tab with a strikethrough. If you mark one complete by mistake, you can reopen it. [Mark Complete](/support/operations/tasks/how-to-mark-a-task-as-complete.md)

***

## 🗑 Deleting Tasks

Remove a task if it's no longer needed. Deleted tasks are removed from the Tasks page, but activity history remains on the related Deal, Contact, and Company. [Delete a Task](/support/operations/tasks/how-to-delete-a-task.md)

***

## 📋 Viewing Tasks in Context

Tasks appear not only on the **Tasks page**, but also in the:

* **Deal page** (Tasks section + Activity)
* **Contact page** (Tasks section + Activity)
* **Company page** (Tasks section + Activity)

{% hint style="info" %}
**Pro tip:** Use single tasks for one-time reminders. Use checklists when your team repeats the same process across deals.
{% endhint %}

&#x20;&#x20;

## Related articles

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Introduction to Tasks</strong></td><td>Overview of the tasks page including categories, filtering, sorting, and managing follow-ups linked to deals.</td><td><a href="/pages/rTWt12f31f9YgsvV8Gf8">/pages/rTWt12f31f9YgsvV8Gf8</a></td></tr><tr><td><strong>Create a Task</strong></td><td>Create tasks in PaintScout to track reminders and follow-ups linked to deals, contacts, and companies.</td><td><a href="/pages/beJ1IV4UKuR5gXJ73cRQ">/pages/beJ1IV4UKuR5gXJ73cRQ</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://help.paintscout.com/support/operations/tasks/managing-tasks.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.
