> For the complete documentation index, see [llms.txt](https://guides.livingwriter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.livingwriter.com/desktop-app-+-web-version/timer-and-sprints.md).

# Timer and Sprints

Timers are an essential feature for writers, as they help you manage your time effectively while working on your projects. By keeping track of your writing sessions and aligning them with your goals, timers ensure that you stay focused and productive. This valuable tool assists you in maintaining a consistent writing schedule and helps you achieve your objectives more efficiently.

You can find the feature on the right sidebar by clicking on the clock icon:

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

You have 3 timers to choose from. Let's talk about them individually:

1. Main Timer: The functionality of this timer is straightforward. Simply click "Start" to begin the timer. You have the flexibility to pause and reset it at any time, ensuring you can easily manage your writing sessions according to your needs.

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

2. Pomodoro: The Pomodoro Technique is a time management method where you work on a task for 25 minutes, followed by a 5-minute break, and after completing four of these "pomodoros" (Italian for tomato), you take a longer break of 15 minutes. You can choose to start your Writing Sprint, Short Break, or Long Break at any time, and you will be notified once you have completed each one of them individually.

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

By clicking on the Settings icon, a new window will appear, allowing you to individually modify each timer. Additionally, you have the option to set them to auto-start and customize the alarm sound and its volume.

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

3. Writing Sprints: This timer offers customizable Writing Sprints with automatic breaks. You can easily add more time to each timer by clicking on the "+" sign, or remove time by clicking on the "-" sign.

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


---

# 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://guides.livingwriter.com/desktop-app-+-web-version/timer-and-sprints.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.
