> 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 %}

## Related articles

* [Introduction to Tasks](/support/operations/tasks/introduction-to-tasks.md) — Get an overview of the Tasks page and task workflow
* [Create a Task](/support/operations/tasks/how-to-create-a-task.md) — Create reminders and follow-ups linked to deals and contacts
* [Checklists](/support/operations/tasks/checklists.md) — Apply repeat task workflows to new deals


---

# 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://help.paintscout.com/support/operations/tasks/managing-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.
