# Implement throttling

Within the "Throttling" tab located in the "Account settings" section, you can access details about your adstack performance and implement a throttling strategy.

Nexx360 has developped an algorithm that assesses your inventory on a scale from A to F (A being the best, F the least performant). This classification is determined by a combination of factors such as placement, SSP, browser, OS, geo, etc., and takes into consideration bid rate, bid value, and revenue.

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

Setting up throttling enables rationalizing the volume of requests sent to bidders based on their response rate or the revenue they generate. In short, throttling means keeping only relevant requests.

In the example below, the publisher opted to retain 50% of the requests for category D, 20% for category E and 5% for category F. Categories A, B and C remain unfiltered, with all requests being sent.

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

{% hint style="warning" %}
It is mandatory to maintain at least 5% for each category to ensure continued analysis of behavior and automatic adaptation.
{% endhint %}

{% hint style="info" %}
There is an option to exclude specific bidders from the throttling process.\
![](/files/e3fdGLPhcpvcSskLWPg1)
{% endhint %}


---

# 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://developer.nexx360.io/getting-started/account-settings/implement-throttling.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.
