> For the complete documentation index, see [llms.txt](https://docs.buildertek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildertek.com/index/review-share-work.md).

# Review, Share, and Create Work

The actions at the top of a Walk Through move approved scope into customer communication, bidding, and execution.

## Review and Sign

1. Click `Review & Sign`.
2. Select the email template and recipient.
3. Review the email body and document preview.
4. Generate the signed document or send it for signature, depending on your configuration.

![Review and sign](/files/2AiRu8ltc5xomUjB3Imq)

## Preview and Email

Use `Preview & Email` to send the Walk Through without starting a signature workflow. Confirm recipients, subject, body, attachments, and the generated preview before sending.

![Preview Walk Through email](/files/DHndeQIREN7IeBtZ59Ca)

## Create a Work Order

1. Click `Create Work Order`.
2. Choose a grouping option such as all lines, section, or selected lines.
3. Select only the line items that should become work-order scope.
4. Click `Create Work Order`.

![Select Work Order lines](/files/sylaMTfxcxPpzyTpmCYa)

## Create an RFQ

When vendor pricing is needed, use `Create RFQ`. The selected Walk Through lines become RFQ lines so scope does not need to be re-entered.

[Continue to Create an RFQ from a Walk Through](/index-1/create-from-walk-through.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://docs.buildertek.com/index/review-share-work.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.
