> 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/administration/settings/turn-invoicing-on-or-off.md).

# Turn invoicing on or off

Invoicing is controlled by a single on/off toggle at the top of **Settings → Invoicing**. When invoicing is off, the invoice, payments, receipts, and follow-up settings are hidden and the page shows just this toggle. When it's on, all of those tabs appear and your team can send invoices and take payments.

## Turn invoicing on

1. Open **Settings → Invoicing**.
2. Switch **Invoicing** on.
3. Select **Save**.

Essential sets up everything a new invoicing business gets so the page is ready to use right away, adding any of these that you don't already have:

* a default invoice document (PDF) template
* a default invoice email with reminder follow-ups
* default receipt document and receipt email templates

Anything you already have is left untouched—turning invoicing on never overwrites or duplicates your existing templates. Once it's on, the Invoice, Receipts, Payments, Follow-ups, and AI Prompts tabs appear so you can customize the defaults.

## Turn invoicing off

1. Switch **Invoicing** off.
2. Select **Save**.
3. Confirm **Turn off invoicing**.

Invoicing, payments, and the invoice settings tabs are hidden for everyone in your business. Your existing invoices and payments are kept—they become visible again if you turn invoicing back on. Any pending automatic invoice reminders are stopped and do not resume when invoicing is turned back on.

Turning invoicing on or off requires the invoicing setup permission, so it's an admin action.

> **Where to find it:** Settings → Invoicing, the toggle at the top of the page

## Related guides

* [Choose and customize your invoice document template](/administration/settings/choose-and-customize-your-invoice-document-template.md)
* [Customize your invoice email and receipt templates](/administration/settings/customize-your-invoice-email-and-receipt-templates.md)
* [Connect Stripe for payments and automatic sales tax](/administration/settings/connect-stripe-for-payments-and-automatic-sales-tax.md)
* [Turn scheduling and GPS features on or off](/administration/settings/turn-scheduling-and-gps-features-on-or-off.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/administration/settings/turn-invoicing-on-or-off.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.
