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

# Tasks

> Everything a task can hold, and how to work with it

<Card title="Check out a video walkthrough showing the basics of Sonto" icon="video" href="/guides/the-basics" arrow="true" cta="Open the Walkthrough">
  Get introduced to the basic functionality of Sonto.
</Card>

A **task** is the atomic unit of work in Sonto. Everything you do flows through tasks — capturing them,
scheduling them, and checking them off.

## Adding tasks

Click or tap the purple `+` button to add a task. On Mac you can also press <kbd>Cmd</kbd> + <kbd>N</kbd>.

<Frame caption="Adding a new task">
  <img src="https://mintcdn.com/space-cf2a2060/Zrss98CLiACaH_OU/images/tasks/new.png?fit=max&auto=format&n=Zrss98CLiACaH_OU&q=85&s=6516cf35e3dcaa6c1b8feadf16f030a9" alt="Adding a new task with the purple plus button" width="1226" height="520" data-path="images/tasks/new.png" />
</Frame>

## Type tasks naturally

You can set a task up as you name it. Type a date, a time, a project or area, and tags right into the
name, and Sonto files them for you — `Prepare deck #Work @urgent tomorrow 3pm` schedules the task for
tomorrow at 3 pm, files it in **Work**, and tags it **urgent**, leaving the name as *Prepare deck*. See
[Natural language input](/reference/natural-language-input) for everything it understands.

## Editing tasks

To begin editing a task, double-click it (or tap it on iPhone), or select it with the arrow keys and
press <kbd>Return</kbd>. The buttons at the bottom-right let you take quick action — move it, schedule
it, or reach many more actions through the … menu.

<Frame caption="Moving a task">
  <img src="https://mintcdn.com/space-cf2a2060/JKd4UgoTX8m8I8U_/images/tasks/move.png?fit=max&auto=format&n=JKd4UgoTX8m8I8U_&q=85&s=6e18878e96a451a70de6854bab1329ae" alt="The quick-action buttons on a task, including move and schedule" width="918" height="320" data-path="images/tasks/move.png" />
</Frame>

<Info>
  You can do almost everything to a task from the keyboard. See
  [Keyboard shortcuts](/reference/other-topics/keyboard-shortcuts).
</Info>

## What a task can hold

A single task can carry all of the following:

* **Important flag** — mark a task important so it stands out and surfaces on your day
  (<kbd>Cmd</kbd> + <kbd>T</kbd>).
* **Scheduling** — assign a task to a **day** or a **week**, or place it on the
  [calendar](/reference/calendar) as a time block.
* **Notes & checklist** — context, links, formatting, and sub-tasks. See
  [Notes & Checklists](/reference/notes).
* **Project or area** — file a task in a [project or area](/reference/projects-areas), or leave it in
  the [inbox](/reference/screens).
* **Tags** — label a task so it shows up across [tag filters](/reference/tags)
  (<kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>T</kbd>).
* **Deadline** — a task inherits the deadline of its [project](/reference/projects-areas), which Sonto
  surfaces as the date approaches.

## Task states

A task moves through three states:

* **Open** — not started.
* **In progress** — currently being worked on. Toggle with <kbd>Cmd</kbd> + <kbd>R</kbd>, or long-press
  the checkbox.
* **Complete** — done. Toggle by clicking the checkbox or pressing <kbd>Cmd</kbd> + <kbd>E</kbd>.

## Repeating tasks

Any task can repeat — on a fixed schedule or when you complete it — and optionally add itself to your
calendar. See [Repeating tasks](/reference/repeating-tasks).

<Frame caption="Editing task repetition">
  <img src="https://mintcdn.com/space-cf2a2060/7cVYkN9OQMk2As1c/images/tasks/recurring.png?fit=max&auto=format&n=7cVYkN9OQMk2As1c&q=85&s=84df3dcf5228b09cd8a7501ce07d2f67" alt="The Edit Repetition dialog for a task" width="2216" height="922" data-path="images/tasks/recurring.png" />
</Frame>

## Focus

To work on a task distraction-free, open it in [Focus](/reference/focus) — full screen, with everything
else out of the way (<kbd>Cmd</kbd> + <kbd>.</kbd> on Mac).

## Related

<CardGroup cols={2}>
  <Card title="Screens" icon="table-columns" href="/reference/screens">
    Where tasks live: inbox, day, week, projects, areas.
  </Card>

  <Card title="Keyboard shortcuts" icon="keyboard" href="/reference/other-topics/keyboard-shortcuts">
    Every task action from the keyboard.
  </Card>
</CardGroup>
