> 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/mobile/create-a-work-acknowledgment.md).

# Create a work acknowledgment on mobile

A work acknowledgment captures customer sign-off or other configured confirmation for the visit. The button appears only when Work Acknowledgments are enabled for your business and the visit is eligible. Open the visit and tap Create Work Acknowledgment. Complete each step in the form.

Required fields must be filled before moving forward or submitting. Depending on your business setup, fields can include text, photos, invoice line items, and signatures. On the last step, tap Submit Work Acknowledgment.

If an acknowledgment already exists, the button changes to Update Work Acknowledgment. After submission, the app shows the generated Work Acknowledgment file and lets you email it to selected contacts, new contacts, or ad hoc email addresses.

An administrator can turn Work Acknowledgments on or off and customize the generated PDF and email in Settings. Turning the feature off prevents new acknowledgments from being collected but keeps already-submitted records.

> **Where to find it:** Mobile app > Visits > visit detail > Create Work Acknowledgment

## Related guides

* [Add a visit summary on mobile](/field-operations/mobile/add-a-visit-summary.md)
* [Add files, notes, and access info on mobile](/field-operations/mobile/add-files-notes-and-access-info.md)
* [Enable and customize Work Acknowledgments](/administration/settings/enable-and-customize-work-acknowledgments.md)
* [Feature availability and setup](/getting-started/getting-started/feature-availability-and-setup.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/mobile/create-a-work-acknowledgment.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.
