# Customer Credits

There are a number of basic facts you need to remember:

1. They always impact the customer’s account balance positively. If the customer was on zero, you now owe them money. If they owed you money previously, now they owe you less.
2. They do NOT impact stock - you need to also enter a 'Return' if you want to bring stock back.
3. They are required before a refund can be entered.
4. They can be applied in lieu of payment to Orders that are pending payment.


---

# 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.pakk.io/customers-and-sales/credits-refunds-returns-and-replacements/customer-credits.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.
