> For the complete documentation index, see [llms.txt](https://docs.pakk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pakk.io/customers-and-sales/credit-management/credit-terms.md).

# Credit Terms

The credit terms that are applied by default when a customer places an order with an invoice flow (both via a webstore or the admin panel) can be configured on a customer-by-customer basis with the following fields:

* **Terms:** number of days credit to apply by default
* **EOM Terms:** EOM (End of Month) means that instead of an invoice falling due the exact number of days after the invoice date as specified by the terms, it will fall due at the end that month. For example, if you apply 60 days terms and EOM and the invoice date is 15/6/22, instead of the invoice being due on 15/8/22, it will be due on 31/8/22.

These are the terms applied by default on new orders, but admins can vary them on an ad-hoc, order-by-order basis if necessary.

\ <br>


---

# 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.pakk.io/customers-and-sales/credit-management/credit-terms.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.
