# Model Editor

This section details the concepts of building the node structure, editing the nodes, and making changes to the model.

To go to the Model Tab, click **Model** on the top left corner of the visual.

<figure><img src="/files/9fiiUmU2i11gszjXX78M" alt="" width="375"><figcaption><p><strong>Model Tab</strong></p></figcaption></figure>

This opens the model in the form of a grid where the nodes are listed in the model hierarchy along with their node properties. Find below the image of a custom model where the node structure can be customized and edited manually.

<figure><img src="/files/gzxJJOLFQiraQ9mgbWoi" alt=""><figcaption><p><strong>A sample editable model with template</strong></p></figcaption></figure>

Within this view, there are various editing options provided at the node level and the model level. They are explained in the sections [Node Operations](/model/model-editor/node-operations.md) and [Editor Features](/model/model-editor/editor-features.md). &#x20;

Let us start with the modeling features that are available with respect to nodes.


---

# 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.valq.com/model/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.
