> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runspark.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tasks

> Manage follow-ups, to-dos, and action items

Tasks are action items and follow-ups tied to your contacts and deals. They keep things from falling through the cracks — whether it's a call you need to make, a proposal to send, or a check-in your agent handles automatically.

## Creating Tasks

### From the UI

Click **New Task** from the Tasks view. Fill in:

* **Title** — what needs to happen
* **Due date** — when it's due
* **Assignee** — who's responsible (you, a team member, or your agent)
* **Contact** — the person this task relates to
* **Deal** — optionally link it to a deal
* **Priority** — high, medium, or low
* **Description** — additional context

### From Chat

Ask your agent to create tasks naturally:

> "Remind me to follow up with the Acme Corp team on Thursday"

> "Create a task to send a proposal to Jordan by end of day Friday — high priority"

> "After we onboard the new client, schedule a 30-day check-in task"

Your agent creates the task, sets the due date, links the contact, and confirms.

### Automatically

Tasks can be created automatically by:

* **Your agent** during lead processing ("New lead → create follow-up task for tomorrow")
* **Scheduled tasks** that generate action items
* **Automations** triggered by events like new contacts or stage changes

## Task States

Tasks have a simple lifecycle:

| State         | Meaning                        |
| ------------- | ------------------------------ |
| **Open**      | Not yet started or in progress |
| **Completed** | Done — marked as finished      |
| **Overdue**   | Past due date and still open   |

Mark a task complete by clicking the checkbox in the task list, or tell your agent:

> "Mark the Acme follow-up task as done"

## Task Views

Tasks appear in several places:

* **Tasks view** — a dedicated list of all tasks, filterable by status, assignee, due date, and priority
* **Contact profile** — tasks associated with a specific contact
* **Deal detail** — tasks linked to a deal
* **Dashboard** — task list widget showing upcoming and overdue items

## Working with Your Agent

Your agent is particularly useful for task management because it can think about what needs to happen next:

<Tabs>
  <Tab title="Smart Follow-ups">
    When your agent processes a new lead or finishes a call, it can automatically decide what the next step should be and create a task:

    > "When you finish processing a new lead, always create a follow-up task for the next business day with a note about what to discuss."

    Add this to your agent's instructions, and it happens every time.
  </Tab>

  <Tab title="Task Reviews">
    Ask your agent to review your task list and surface what matters:

    > "What tasks are overdue? And what's due today?"

    > "Look at my open tasks and prioritize them — what should I tackle first?"
  </Tab>

  <Tab title="Bulk Operations">
    Your agent can handle tasks in bulk:

    > "Create follow-up tasks for all contacts in the Contacted stage who haven't been reached in 5 days"

    > "Mark all tasks related to the trade show as complete"
  </Tab>
</Tabs>

## Scheduled Task Generation

One powerful pattern is using scheduled tasks to generate follow-up tasks:

<Steps>
  <Step title="Create a Schedule">
    Set up a daily schedule: "Every morning at 8am, review all contacts in the pipeline and create tasks for any that need follow-up."
  </Step>

  <Step title="Agent Reviews Contacts">
    Your agent scans your contacts, checks last activity dates, and identifies who needs attention.
  </Step>

  <Step title="Tasks Are Created">
    The agent creates specific, actionable tasks: "Call Jordan at Acme Corp — last contact was 6 days ago, was interested in premium tier."
  </Step>

  <Step title="You Execute">
    Open your task list each morning and you've got a clear, prioritized action plan — no manual pipeline review needed.
  </Step>
</Steps>

## Task Notifications

When tasks are due or overdue, they appear in your dashboard and your agent can proactively remind you during chat:

> "Hey — you've got 3 tasks due today and 1 overdue from yesterday. Want me to walk through them?"

<Tip>
  Always link tasks to contacts. Orphan tasks ("send that email") are easy to lose context on. Tasks linked to contacts carry the full history — you can click through to see who the person is and what's happened so far.
</Tip>

<Warning>
  Tasks created by scheduled runs appear in your task list like any other task. If your schedule runs daily and creates tasks every time, make sure the task prompt includes logic to avoid duplicates — e.g., "only create a follow-up task if one doesn't already exist for that contact."
</Warning>
