# Invoicing

The invoicing page gives you a paginated view of all invoices in your organization.

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

Filters can be applied to show invoices matching specified criteria.

Clicking "Export CSV" will export a .csv file with selections made in the template. (No selection will download all invoices)

Clicking "Export/Import CSV" will export a .csv file to be edited and imported back.

Clicking "Import" will take an invoice .csv file to be imported into Clever Case.

Clicking "Batch Actions" button will show you applicable actions to perform on multiple selected invoices.

Clicking " New" button will you the option to create a new single or batch invoice(s).


---

# Agent Instructions: 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:

```
GET https://docs.clevercase.com/accounting/invoicing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
