# Configure bidders

You can access the "SSP" tab on the "Account settings" section. Within this section, you have the capability to oversee and adjust your bidder settings.

* **Activation:** Select or deselect the checkbox next to each bidder to control their visibility in the configuration panel. This setting is reversible and can be modified at any time.

{% hint style="warning" %}
If you deactivate bidders that are currently included in your configuration, their associated bidder IDs will be **automatically paused once you save your changes.**
{% endhint %}

* **Display name:** Modify the name of the bidder that appears in reporting, tailoring it to your preferences.
* **Bid reduction:** If the SSP provides bids in gross, customize their fee to enable fair competition among bidders. The default value is `1`. For example, if the bidder gets a 15% fee, set it to `0.85`.

{% hint style="info" %}
👉🏼 More info on bid reductions [here](/general-configuration/bid-reductions.md).
{% endhint %}

* **Geotargeting**: If needed, control bid requests for a specific SSP by either limiting them to certain countries or excluding specific ones. The default setting is to include countries, but you can switch to exclusion by adjusting the radio button.

<figure><img src="/files/cMKoXqghhW7wZy8T9Ju1" 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://developer.nexx360.io/getting-started/account-settings/configure-bidders.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.
