> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.2/modules/model-editor.md).

# Model Editor

The **Model Editor** allows the user to set 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 open the **Model Editor**, double-click on a **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/1tNTelCGG1pqEysVpQn6)

The sections defined in the **Model Editor** are discussed below:

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

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

`New Model`, as its name suggests, allows us to create new **Models**. The illustration below depicts its behavior when clicked.

![](/files/BMu285Tk4jbQIKQTzGLW)

`Open Model` opens a window that allows us to select an existing **Model** file. An example of the window is shown below:

![](/files/7HjNmniYadNyZehPfXeY)

## 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/2023.2/toolbox/events/list.md)


---

# 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.incari.com/incari-studio/2023.2/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.
