> For the complete documentation index, see [llms.txt](https://docs.crewcost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crewcost.com/documentation/daily-workflows/accounts-receivable/create-an-invoice.md).

# Create an Invoice

Creating invoices in the system allows you to bill customers accurately, track outstanding amounts, and maintain organized financial records. Invoices connect customer details, products, and payment terms into a single document, making it easier to manage receivables and keep your revenue reporting up to date.

To create an invoice:&#x20;

1. Select **+ New** in the upper-right menu. Then, in **Customer**, select **Invoice**.
2. Fill in the invoice details, including:
   * **Customer**
   * (Optional) **Job**&#x20;
   * **Terms**
     * Immediate
     * Net 15
     * Net 30
     * Net 60
   * **Transaction Date**
   * **Posting Period**
   * **No.** (invoice number)
   * **Revenue Account**
3. (Optional) Add products by selecting **+ New Item**. Enter the quantity, unit of measure, unit price, total price, and tax if applicable.
4. (Optional) Under **Additional Details**, you can include notes or any extra information relevant to the invoice.
5. Select **Save** to create the invoice.

<figure><img src="/files/33RUeDXhzUTSun5GcOLT" alt=""><figcaption></figcaption></figure>

With your invoice created, you’re ready to streamline billing, track customer payments, and maintain clear financial visibility across your projects.

### See also

Keep exploring our platform by taking the next step:

* [Create an Invoice](/documentation/daily-workflows/accounts-receivable/create-an-invoice.md): Learn how to generate customer invoices, assign them to jobs, and send them for payment. Covers progress billing, fixed-fee billing, and retainage when applicable.
* [Record a Payment:](/documentation/daily-workflows/accounts-receivable/record-a-payment.md) Learn how to record customer payments, apply payments to outstanding invoices, and manage partial payments and overpayments.


---

# 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.crewcost.com/documentation/daily-workflows/accounts-receivable/create-an-invoice.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.
