# Tasks & Projects

## Tasks

Tasks are individual pieces of customer work either to be done by you or the customer.&#x20;

<figure><img src="/files/W2erMxNpA9vc75n8ZtYS" alt=""><figcaption></figcaption></figure>

Tasks can be created:

* Manually
* Automatically from calls with [AI Tasks](/pylon-docs/account-intelligence/tasks-and-projects/ai-tasks.md)
* Automatically as part of [Project Templates](/pylon-docs/account-intelligence/tasks-and-projects/project-templates.md)
* Through the [Broken mention](broken://pages/LzGCAMoRytAg54v52JRN) API

## Statuses

Custom task statuses allow you to create additional task states beyond the default statuses to represent your team's unique task lifecycles.

Go to the [Task Statuses](https://app.usepylon.com/settings/task-statuses) page in settings to create custom task statuses. Once created, you can set tasks to your custom statuses anywhere you can normally set task status.

## Projects

Projects are a collection of tasks organized into a set of milestones and optionally based off of a [Project Templates](/pylon-docs/account-intelligence/tasks-and-projects/project-templates.md).

Projects can rollup onto the account level so project progress can be visible at a glance on a book of business level. Additionally filter Tasks by Project and Project owner to find what's relevant to you.&#x20;

<figure><img src="/files/MU1bNW8Wpb7Uka2ayKkp" alt=""><figcaption></figcaption></figure>

## Subtasks

Subtasks allow you to break down complex tasks into smaller, manageable pieces of work.

Subtasks inherit the same account, project, and milestone as their parent task. Completing subtasks does not affect milestone progress, only the parent task's completion counts toward milestone tracking.

## Comments

Task comments enable your team and end-users to have discussions directly on tasks, creating a shared communication channel. End-users can leave comments on tasks from within the customer portal, while your team can comment from within Pylon.

<figure><img src="/files/1XatpiTidNJTvKFrTRAj" alt=""><figcaption></figcaption></figure>


---

# 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.usepylon.com/pylon-docs/account-intelligence/tasks-and-projects.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.
