> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/system-settings/localizing-agilecase.md).

# Localizing AgileCase

This lesson will show you how to set your location in AgileCase using our localization feature.

### Access the localization feature

<figure><img src="/files/pU3dYdSbmf6XrveCgh43" alt="" width="190"><figcaption></figcaption></figure>

To access localization settings, click the "Localization" button on the setting menu under "System Settings".

### Localization

<figure><img src="/files/SgZFh67vrxuHFPogonGT" alt=""><figcaption></figcaption></figure>

On the localization page you can select from our preset region or create your own custom location.

Choosing a locale changes your date format, currency and certain pieces of terminology. For example the US locale uses the term "Zip Code" whilst the UK uses "Postcode".

This allows you to tailor AgileCase to the vocabulary of your company and user's home country.

{% stepper %}
{% step %}

### Selecting a region

<figure><img src="/files/TZx7CpSEjjyWJGf2ceT9" alt="" width="230"><figcaption></figcaption></figure>

To select your region from our default range, simply use the dropdown menu at the top of the page and select the relevant region from the list.

If you are not based in one of these regions, you can use the "Custom" option to create your own localization settings.
{% endstep %}

{% step %}

### Select a base

<figure><img src="/files/gpu4Kwg5Crkokg5nKSgy" alt=""><figcaption></figcaption></figure>

The first step in creating a custom region is to select a base. If your base is not included, select other and you will be able to manually fill out each option. Once you have chosen your base, click "Populate" to proceed.
{% endstep %}

{% step %}

### Choose your settings

<figure><img src="/files/lN2AugoABlOMkNKcJJkI" alt=""><figcaption></figcaption></figure>

After choosing a base for your custom location you will be able to fill out the date, currency and vocabulary options that are preset in the default regions. This means you can customize the vocabulary of the system to your location, your industry and the internal vocabulary of your company.

For example, the term "customer" may be more appropriate for your business than "client". To change this simple enter "Customer" in to the text box beside "Client" and all instances in your system will be amended after you save.
{% endstep %}

{% step %}

### Save you changes

<figure><img src="/files/jnQqD4qJQ0Ms43F7wVbZ" alt="" width="217"><figcaption></figcaption></figure>

Once you have finished configuring your localization settings, click "Save Changes" to save and enact them.
{% endstep %}
{% endstepper %}


---

# 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.agilecase.com/administrator-documentation/system-settings/localizing-agilecase.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.
