# How to block registration for a country

To block registration for clients from a specific country:

{% stepper %}
{% step %}
Navigate to **System** > **Countries**.

The list of countries available for registration is displayed on the **Countries** page.
{% endstep %}

{% step %}
For a country for which you want to block registration, toggle the **Enabled** switch to an inactive state.
{% endstep %}

{% step %}
In the displayed popup, click **Yes** to confirm the action.
{% endstep %}
{% endstepper %}

The selected country is now unavailable in the Registration form.

{% embed url="<https://www.youtube.com/embed/4X9x91oxUDk>" %}


---

# 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.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-block-registration-for-a-country.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.
