# Individual limits

To set **individual limits** switch to the 2nd tab on the page **Limits**.

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

To find a customer for whom you want to set individual limit choose a counterparty and fill in account number of customer. Press the button ***Search*** and individual limits available for the customer are displayed:

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

The same as for [Standard Limits](/user-guide-bank/product-features/limits/standard-limits.md), here you can set up:

* [#user-limit](#user-limit "mention")
* [#operation-limit](#operation-limit "mention")

Press the button *Set Limits* and the limits are set.

### User limit

For user you can set limits for a day, week, month, year or custom days.

{% hint style="success" %}
Note: At each moment of time, the limit is calculated as a sum of transactions for the last one { day | week | year } ago or X days (option "Custom days").
{% endhint %}

To set the day limit for individual user press here:

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

An appropriate form will be opened where you should set the day limit:

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

After clicking the button ***Set limits*** the limit will be set.

If you need to set a limit for a week, month, or year you can do it in respective cells.

To set a limit for **custom days** click to the appropriate form:

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

and in the opened ***Set Limits*** window fill in the days and the limit:

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

After clicking the button ***Set limits*** the limit is set.

{% hint style="success" %}
Note:&#x20;

* "max" value is not included into allowed amount. For example, to permit payments up to 100 identifiers, please set up `max=100.1`&#x20;
* "min" value is also not included into allowed amount. For example, to permit payments from 10 identifiers, please set up `min=9.9`
  {% endhint %}

### Operation limit

To set operation limit click here:

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

On the opened window fill in limits for operation:

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


---

# 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.prozora.network/user-guide-bank/product-features/limits/individual-limits.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.
