> 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/field-operations/tasks/common-task-questions.md).

# Common task questions

## How do I clean up jobs in Missing Summary?

If the job is complete and only the summary is missing, open the task and either mark it done or use **Move to Another Folder** to move it into the correct job folder, such as Complete (Ready to Invoice).

If the job should not be invoiced, move it to the folder your business uses for no-invoice or completed/no-action work.

## A customer approved work. Why is it not in the scheduling backlog?

Approvals appear in the Recurring Services Approved folder first. Open the task and use the Quick Action to create a job or visit. That action creates the schedulable work and places it in the backlog.

See [Quick Actions on a task](/field-operations/tasks/quick-actions-on-a-task-create-a-visit-invoice-or-quote-without-leaving-the-task.md).

## A customer confirmed by phone. How do I clear Unanswered?

If the customer confirmed outside Essential, work the task manually. Mark the task completed or move it to the folder that matches what happened, then create the visit or follow-up work if needed.

## Can tasks clear automatically when we take action?

Yes. In Settings -> Task Statuses (Task Status Automations tab), choose the task folder and trigger, then set the status that should apply when the action happens. To clear the task from active counts, choose a done status.

Common examples are moving approved recurring-service tasks to done after Create Job / Visit, bounced quote or invoice tasks to done after Edit Contact and Resend, job tasks to done after Create an Invoice, and overdue invoice tasks to done after the invoice is marked paid.

## Can I send another outreach email immediately?

For recurring service outreach, use **Edit Contact and Resend** when it is available on the task. Today this action expects a contact edit, so making a small update such as a note can allow the resend.

If the resend action does not fit the situation, contact Essential through the Talk to a human tab.

## Does customer-updated contact information update the contact record automatically?

No. If a customer changes contact information while responding to outreach, review that task and update the contact record manually if your team wants the new information to become the source of truth.

## Where do property or customer notes show on a task?

Tasks can show note icons near the property address or customer name. Use those icons to view context from the customer or property without leaving the task.

Task notes are separate. They are internal notes for that specific task and must be saved from the task detail panel.

## Can tasks be split by department?

Use the task folders, status filters, and search first. If your business needs custom department-specific folders, filters, or task routing beyond what Settings offers, contact Essential through the Talk to a human tab.

> **Where to find it:** Tasks page, task detail panel, and Essential Assistant > Talk to a human

## Related guides

* [The Tasks inbox: folders, status filters, and search](/field-operations/tasks/the-tasks-inbox-folders-status-filters-and-search.md)
* [Working a task: changing its status and saving notes](/field-operations/tasks/working-a-task-changing-its-status-and-saving-notes.md)
* [Automate task statuses with Task Automations](/administration/settings/automate-task-statuses-with-task-automations.md)
* [Where to see customer approvals and responses to service requests](/field-operations/tasks/where-to-see-customer-approvals-and-responses-to-service-requests.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/field-operations/tasks/common-task-questions.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.
