# Translations

ProcessMaker IDP supports the following four languages by default:

* English
* Dutch
* French
* Spanish&#x20;

To customize one of these languages, copy the Labels JSON and create a new language entry as an Enum Value of the Language Domain. This approach ensures that your custom changes are preserved during future updates.

## **Create a Custom Translation**

Follow these steps to create a custom translation:

1. Navigate to **Global Settings** -> **Translations** in the admin menu.
2. Click **Create New Translation**.
3. Select your custom language.
4. Optionally, add a description.
5. Add the Labels JSON.


---

# 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://processmaker.gitbook.io/idp/idp-administrator/translations.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.
