> For the complete documentation index, see [llms.txt](https://docs.ib.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ib.b2core.b2broker.com/for-brokers/back-office-guide/preferences/location/geolocation.md).

# Geolocation

By default, you can use the service which determines the client's geolocation based on the IP address. You can edit the available geolocation services or add custom ones.

## Providers list

The following information is provided about each provider:

**Priority**

The provider priority.

If you have multiple providers configured, data requests are sent based on their priority. If the highest priority provider doesn’t respond, the request moves to the next provider in line, continuing in this manner until the data is received.

***

**Name**

The name of a provider.

This is a link to provider details.

***

**Created**

The date and time when a provider was added.

## Provider details

To access details, click the **provider name** or **pencil icon**.

Here you can adjust provider settings.

The page is divided into the following tabs:

{% tabs %}
{% tab title="Preferences" %}
On this tab, you can view general information on a provider, as well as change its name and priority.
{% endtab %}

{% tab title="Database" %}
On this tab, you can view general information on a database, including the number of records.
{% endtab %}

{% tab title="Drivers" %}
On this tab, you can run diagnostics and check the connection to a provider, by clicking the **Test connection** button.
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ib.b2core.b2broker.com/for-brokers/back-office-guide/preferences/location/geolocation.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.
