> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yaymail/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yaymail/integrations/custom-order-status-by-nuggethon.md).

# Custom Order Status by Nuggethon

**Step 1: Created Statuses**

Go to **WooCommerce > Custom Order Statuses > Add New Custom Order Status**

<figure><img src="/files/aIxOJR2ztzLfd1FMcz6w" alt=""><figcaption></figcaption></figure>

You can go to **WooCommerce > Settings > Emails** to edit the email subject and heading, and remember to **enable** the email notification because it is disabled by default.

<figure><img src="/files/RrIXXxuWB6BTQhbN0AIw" alt=""><figcaption></figcaption></figure>

Once the status has been changed, it will automatically send an email to the customer.

<figure><img src="/files/JttljR2qY39C6ZJ8pVVh" alt=""><figcaption></figcaption></figure>

**Step 2: Design custom order status email**

After you successfully set up a new order status, you will see a new email template nested under the template selector.

Please choose a template and customize it.

<figure><img src="/files/OUSYRgfl7JlMxSuzyfN4" alt=""><figcaption></figcaption></figure>

And don't forget to enable and Save it!

For more details, you may refer to our [WooCommerce tutorial](https://yaycommerce.com/customize-custom-order-status-emails/)


---

# 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.yaycommerce.com/yaymail/integrations/custom-order-status-by-nuggethon.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.
