# Jurisdictions

On this page, you can create, view, and manage jurisdictions to which clients can be automatically assigned after registration. Jurisdictions help segment clients by region or regulatory needs, ensuring efficient operations and compliance.

Jurisdiction-based restrictions can be used to control access to specific products, deposit and withdrawal methods, or verification levels, making them available to clients from certain jurisdictions while restricting access for others.

Jurisdictions are assigned to clients based on a combination of the client’s **country** and **client type**.

{% hint style="success" %}

### Key points

* If a client registers with a country and client type that match an existing jurisdiction, the jurisdiction is assigned to the client automatically.
* If no matching country and client type combination is found during registration, the jurisdiction isn’t assigned to the client.
* If a client isn’t required to select their country during registration, the jurisdiction is assigned automatically after the country is set through the KYC process, taking the client type into account.
* When the client’s country changes, the jurisdiction is automatically updated if a matching one exists, taking the client type into account.
* Jurisdictions can also be manually assigned or changed in the client details without changing the country.
  {% endhint %}

The following information is provided about each jurisdiction:

**ID**

The jurisdiction identifier.

***

**Caption**

The jurisdiction name.

***

**Description**

The description providing additional details about the jurisdiction.

***

**Countries**

The list of countries included in the jurisdiction.

***

**Client types**

The list of [client types](/back-office-guide/clients/types.md) associated with the jurisdiction.

***

**Tags**

One or more [client tags](/back-office-guide/system/users/client-tags.md) associated with the jurisdiction. These tags are automatically assigned to clients along with the respective jurisdiction.

{% hint style="success" %}
**See also**

[How to create a jurisdiction](/how-to-articles/manage-clients/how-to-create-a-jurisdiction.md)

[How to edit a jurisdiction](/how-to-articles/manage-clients/how-to-create-a-jurisdiction.md#how-to-edit-a-jurisdiction)
{% 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://docs.b2core.b2broker.com/back-office-guide/clients/jurisdictions.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.
