> 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/state-province/state-province-centre.md).

# State/Province Centre

The State/Province Centre houses a comprehensive list of all defined states and provinces, allowing for streamlined administration and easy access to relevant information. The centre offers various options to ensure that the regional information is accessible and accurately managed.&#x20;

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

### State/Province Centre Fields

The State/Province Centre lists important fields for each state or province, providing detailed information at a glance.

<table><thead><tr><th width="212">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>This field displays the full name of the state or province. It is the primary identifier used for reference within the system.</td></tr><tr><td>Abbreviated Name</td><td>This field shows abbreviated name field shows the shortened version of the state or province name, commonly used in addresses.</td></tr><tr><td>Alias</td><td>This field displays the alternative names or common abbreviations used to identify the state or province.</td></tr><tr><td>Country</td><td>This field indicates the country to which the state or province belongs.</td></tr></tbody></table>

### State/Province Centre Options

The State/Province Centre offers various options at the header-level and record-level for accessing and managing information.

#### Header Level Options

* **Batch Delete**: This option allows users to select multiple states or provinces and delete them simultaneously. This feature is particularly useful for cleaning up outdated or incorrect records, saving time and effort.

#### Right-Click Options

* **Open**: This option enables users to access the detailed view of a selected state or province. This view provides in-depth information and allows for editing or updating the record as needed.
* **Delete**: This option allows users to remove a specific state or province from the system. This helps to ensure that unwanted records can be quickly and efficiently removed.


---

# 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/state-province/state-province-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.
