> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/mobile-app/android-outsmart-next/core-functionalities/sign-and-send-a-work-order.md).

# Sign and send a work order

Review, sign, preview, and send a completed work order in Android OutSmart NEXT.

## Sign and send a work order

Use **Sign and send** to complete a work order and email it.

Review the job, capture a customer signature, and choose email recipients.

### Before you send

Check the client information, delivery address, description, photos, hours, and materials.

The totals show registered hours and materials. Prices appear when your account allows them.

Amounts are shown excluding VAT.

### Completion details

Depending on your company setup, set the work status and completion value.

You might also need a signer name, comment, payment method, or signature.

Use saved snippets to insert standard text in supported comment fields.

### Send the work order

{% stepper %}
{% step %}

### Open Sign and send

Open the completed work order and select **Sign and send**.
{% endstep %}

{% step %}

### Set completion details

Set the work status and mark the job as completed when shown.

Enter **Signed by** when your company requires it.
{% endstep %}

{% step %}

### Choose recipients

Open **Sent to** and select the contacts that should receive the work order.

Add extra valid email addresses when needed. Remove addresses you added when necessary.
{% endstep %}

{% step %}

### Capture the signature

Ask the customer to sign using a finger or stylus.

Use **Clear** to restart a signature. Save it when complete.
{% endstep %}

{% step %}

### Preview and send

Open the preview when your company enables it.

Tap **Send** and confirm the submission.
{% endstep %}
{% endstepper %}

### Recipients and preview

The recipient list can include client, invoice, company, and employee contacts.

New addresses must use a valid email format.

Preview shows the finished work order before sending.

### When sending is unavailable

Complete any highlighted required field first. Required fields vary by company setup.

They can include a comment, work status, completion value, signer name, or signature.

When offline, the app queues the work order. It sends after reconnection.

### Related pages

* [Completing and submitting a work order](/mobile-app/android-outsmart-next/core-functionalities/completing-and-submitting-a-work-order.md)
* [Uploading photos and documents](/mobile-app/android-outsmart-next/core-functionalities/uploading-photos-and-documents.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://knowledge.out-smart.com/mobile-app/android-outsmart-next/core-functionalities/sign-and-send-a-work-order.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.
