> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/invoicing-and-payments/invoices/invoicing-faq.md).

# Invoicing FAQ

## Do I need to accept the estimate first?

Depending on your settings, **Create Invoice** may only appear for accepted estimates.

## Can I edit the invoice after creating it?

Yes. The invoice captures the estimate at creation time. Later changes **do not sync** between documents.

## What if I need to invoice for additional work?

Approved additional work transfers to the invoice. You can also [create additional work](/support/estimating/line-items-and-options/additional-work-change-orders.md) before creating the invoice.

## Can I create multiple invoices from one estimate?

No. Each estimate creates one invoice. Use [payment requests](/support/invoicing-and-payments/payment-requests/how-to-create-a-payment-request.md) for deposits or progress payments.

## Can I archive an invoice?

Yes. Archiving removes an invoice from your active list. It remains available in reports and can be reactivated.

1. On the invoice, open the dropdown beside **Send**.
2. Select **Archive Invoice**.
3. Confirm the archive banner appears.

<figure><img src="/files/3LdS9wWNYxkx8MiQjWaU" alt="Screenshot showing the Archive Invoice option in the dropdown beside the Send button"><figcaption></figcaption></figure>

&#x20;&#x20;

## Related articles

<table data-view="cards"><thead><tr><th>Article</th><th data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td>Create an invoice from an accepted estimate and email it to your customer.</td><td><a href="/pages/R8QcUKrK9j75LK9BFEjR">/pages/R8QcUKrK9j75LK9BFEjR</a></td></tr><tr><td>Configure due dates and automatic invoice generation.</td><td><a href="/pages/SossHyh4N6dIP8ZO3j42">/pages/SossHyh4N6dIP8ZO3j42</a></td></tr><tr><td>Review invoice status, payments, and cash flow.</td><td><a href="/pages/gGw4tlGkY4emDonELmWl">/pages/gGw4tlGkY4emDonELmWl</a></td></tr></tbody></table>


---

# 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://help.paintscout.com/support/invoicing-and-payments/invoices/invoicing-faq.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.
