> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/reports/accounting-reports/customer-behaviour.md).

# Customer Behaviour

Go to Accounting Reports > choose the report: Last Payment / Customer Behavior.

This report show quickly whats the status of each account on credit term and credit limit. If you would activate the credit term and/or credit limit control settings in admin, the accounts with a red cross would get blocked to sell at.&#x20;

{% content-ref url="/pages/-M3RQ86rk81O2k01aZns" %}
[Broken mention](broken://pages/-M3RQ86rk81O2k01aZns)
{% endcontent-ref %}

{% hint style="danger" %}
This report is heavy to run (lots of data to loop thru), use the filters well to get a quick result.&#x20;
{% endhint %}

step 1) Can you quickly change the credit limit and/or credit term, or give the client an extension to his existing credit term (in days).&#x20;

![Customer Behavior // Edit credit limit and -term](/files/-M3Rjy9vAOsfrXK4evwB)

Step 2) Select the clients that need to get their credit limits and -term being reset. You can select specific clients, or you can use the function to select all.

![Customer Behavior // Select client to reset their credit limit and -term](/files/-M3Rmf3q0IACg5jzvnMu)

Step 3) Run the script to update the credit limit and -terms with.

![Customer Behavior // Run the script](/files/-M3RnhWUNsFFLPsRisJp)

### Days Remaining Alert Function

{% hint style="info" %}
This page also contains some alerts to know which accounts are going to be blocked any soon, this helps to anticipate and contact the clients to pay, before their account gets blocked.&#x20;
{% endhint %}

![Customer behavior // Alert function](/files/-M3RoRxpKYBJUwI4x9On)

{% hint style="danger" %}
Once a client paid, it's important to manually reset the credit extension that you applied to the credit term.&#x20;
{% endhint %}

### Recommended Credit Limit

This is a proposed, calculated value, being given via an [Accounting Admin](#recommended-credit-limit) setting.&#x20;

<figure><img src="/files/4n5TiJq1LgkAhawMKqkB" alt=""><figcaption><p>recommended credit limit</p></figcaption></figure>


---

# 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://manual.unosofbooks.com/reports/accounting-reports/customer-behaviour.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.
