> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/oms/translatable-models.md).

# Translatable Models

This tutorial provides instructions on how to add or edit a translatable model within the OMS screens. Translatable models are essential for setting language translations for states and state transitions, improving user understanding and interaction within Akinon OMS.

## <mark style="color:red;">Step 1: Access Translatable Models​</mark> <a href="#step-1-access-translatable-models" id="step-1-access-translatable-models"></a>

* To add a new state transition, start by selecting the **Settings** tab under the Akinon OMS menu.
* Next, click on **Translatable Models**.<br>

  <figure><img src="/files/QNAChViD88NB47FrdQ8d" alt=""><figcaption></figcaption></figure>
* Then, click on the **+Model to be Translated** button.<br>

  <figure><img src="/files/t2CEp201iWzldE0qWKBt" alt=""><figcaption></figcaption></figure>
* To edit an existing translatable model, follow the same steps to access **Translatable Models** under the **Settings** tab. Select the translatable model you want to edit from the list and proceed to its details.<br>

  <figure><img src="/files/65rZaeLhoX7tzlR0wvFI" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">Step 2: Define Translatable Model​</mark> <a href="#step-2-define-translatable-model" id="step-2-define-translatable-model"></a>

* To add or edit a translatable model, you need to provide the following details:
  * **Model Type**: Select the type of model you want to translate. There are two options: State and State Transition.
  * **Model to be Translated**: After selecting the Model Type, select the specific model to be translated.
  * **Turkish**: Enter the related value in Turkish.
  * **English**: Enter the related value in English.<br>

    <figure><img src="/files/sdSALWmBPxd1kxb1u9BL" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.akinon.com/tutorials/oms/translatable-models.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.
