> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/administration/settings/configure-custom-task-timing.md).

# Configure Custom Task timing

Custom Task settings control when Essential creates internal recurring-service tasks. They are independent from the customer-facing Automated Outreach sequence.

> **Where to find it:** Settings -> Automations -> Custom Tasks tab

1. Use the **Active / Paused** switch to resume or freeze Custom Task creation without changing the schedule.
2. Set **Days before due** to choose the lead time from each recurring service's due date.
3. Choose **Relative to due date** to use that lead time directly. Turn on the weekday option to count the lead time in business days and skip weekends.
4. Choose **Fixed day of month** to snap the calculated task date to the nearest occurrence of a selected calendar day. Turn on the weekday option to move a fixed date that lands on a weekend to the next weekday.
5. Under **Folder terminology**, set the name used for this recurring-service folder in the Tasks sidebar and Task Statuses settings.
6. Click **Save changes**. Recalculating existing recurring services may take a few minutes.

Automated Outreach and Custom Tasks have separate Active / Paused switches. Pausing one does not pause the other.

While Essential is still completing a new business's setup review, the switch is locked and automations stay paused; it unlocks once the review is done.

## Related guides

* [Configure the automated outreach sequence](/administration/settings/configure-the-automated-outreach-sequence.md)
* [Set the confirmation email for automated outreach](/administration/settings/set-the-confirmation-email-for-automated-outreach.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://learn.withessential.com/administration/settings/configure-custom-task-timing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
