> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/country/country-centre.md).

# Country Centre

The Country Centre lists all the countries that have been created within your system and serves as a central hub for managing all the countries. The module includes detailed information for each country and offers various options for managing these entries.

{% hint style="info" %}
To access the Country Centre, go to **Menu > Admin > Country > Country Centre**
{% endhint %}

#### Country Centre Fields

<table><thead><tr><th width="179">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>This filed shows the name of the country. </td></tr><tr><td>Iso Code 2</td><td>This field shows the two-letter ISO code representing the country.</td></tr><tr><td>Iso Code 3</td><td>This field shows the three-letter ISO code representing the country.</td></tr><tr><td>Numeric Code</td><td>This field displays the three-digit numeric code associated with the country.</td></tr><tr><td>Is Active?</td><td>This field indicates whether the country is currently active in the system. Inactive countries are typically not available for selection in various system functionalities.</td></tr><tr><td>Is Home Country?</td><td>This field indicates if the country is designated as the "home country" within your system.</td></tr><tr><td>Phone Code</td><td>This field shows the country's dialing code used for international phone calls.</td></tr></tbody></table>

{% hint style="info" %}
If **no Home Country is configured**, or if the **selected Home Country is inactive**, the system displays an alert message across multiple modules (including Sales, Purchase, Inventory, B2B, Warehouse, etc.) to notify users of the missing or invalid configuration.
{% endhint %}

### Country Centre Options

The Country Centre offers several options for managing country entries, both at the header level and record level.

#### Header Level Options

* **Batch Delete**: This option allows you to select multiple countries and delete them in a single action. It's useful for cleaning up outdated or incorrect entries quickly and efficiently.

#### Right-Click Options

* **Open**: This option lets you open and view the details of a specific country entry. It helps verify or edit country information.
* **Delete**: This option enables you to delete a single country entry. Use this for removing individual countries that are no longer needed in the system.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/admin/country/country-centre.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
