# Model Editor

The **Model Editor** allows the user to create **Localizations** and **Models**.

To open the **Model Editor**, double-click on a **Localization** or **Model** file in the **Asset Manager** or right-click on the Menu bar in **Incari** and click on **Model Editor** from the drop-down list. This can be seen in the illustration below:

![](/files/ZAHmzGz6MeaRqlAnWggH)

When opened for the first time, the **Model Editor** appears like this:

![Model Editor.](/files/dMJuT5GrNBLjzlVDhG2L)

Note: These sections will not be opened if a **Model** or **Localization** file has already been opened in the **Model Editor**.

`New Localization/Model` lets the user create a new file of the desired type.

`Open Localization/Model` allows the user to open an already created **Localization** or **Model**.

The `Used Localizations/Models` section contains **Localizations** and **Models** that have been previously applied. These **Localizations** or **Models** can be edited by clicking on them.

## Localizations

A **Localization** consists of **Keys**, **Languages**, and **Translations**. The keys (rows) act as a sort of base token which can be a specific word or descriptor. Languages encompass *columns* and their respective cells are populated with the translation for what the key describes. The **Localization** files have `.local` as their filename extension. These are added in the [**Project Settings**](/incari-studio/2024.1/modules/project-settings/localization.md) and only one `.local` file can be added at a time.

![](/files/LolRdanpDmUQszSqrnV8)

It is also possible to add phrases/sentences as a translation. Within these phrases, the user can plant `Translation Attributes` by using curly braces around the important words like so: {{word}}. These make the sentences dynamic and editable within the **Project's Logic**.

For example, if the phrase has two `Translation Attributes` like in the image below:

![](/files/CKTMEHy57Nk3eadLSLcg)

The terms {{number\_of\_people}} and {{name\_of\_place}} can be filled in with **Strings** using the [**Set Translation Attribute Node**](/incari-studio/2024.1/toolbox/localization/settranslationattribute.md).

![](/files/K6s2SKU7mxa6hvyvcMdx)

Which, when attached to a **Console Node**, leads to the output in the **Console**:

![](/files/937Pn6p4jOFVRcMZa27U)

## Models

A **Model** sets up data in **Fields** (columns) and **Records** (rows) that will be used later with a **List Object**. The **Model** files have `.incmod` as their filename extension.

To create a new **Model**, simply select `Create Model`, name it, and populate the rows and columns with the appropriate information.

![](/files/XGvqlrEhRiz36l2sbG83)

## See Also

* [**Incari Model File**](https://docs.incari.com/incari-studio/v/2021.3-unreleased/objects-and-types/scene-objects/list-widget#incari-model-file)
* [**List**](/incari-studio/2024.1/toolbox/events/list.md)


---

# 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://docs.incari.com/incari-studio/2024.1/modules/model-editor.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.
