# Model

Model tab is the first tab on ValQ where you can create the structure of your model and configure the node properties for your business-specific use case.

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

To understand the Model tab, its features have been explained in these major sections:

1. [Create Model](/model/create-model.md)
2. [Model Editor](/model/model-editor.md)
3. [Node Settings](/model/node-settings.md)
4. [Templates](/model/templates.md)
5. [Formula Functions](/model/formula-functions.md)
6. [Global Settings](/model/global-settings.md)

Let us have an overview of each section.

{% hint style="info" %}
In the Power BI service, the model tab is available only in the **Editing view**.

To view the model in the reading view, you can enable this option - '**Enable Model tab in the Reading view'** in the [**Settings**](https://docs.valq.com/pages/9dRQlKNML0z3zNWEfNgv#1.1.-about-model) menu.&#x20;
{% endhint %}

## 1. Create Model

The first step is to choose how you would like to begin building the ValQ model. We'll look into the three ways to create a new model.

<figure><img src="/files/1auzj1XgKu5sib8epBz2" alt="" width="563"><figcaption><p><strong>Three ways to Create Model</strong></p></figcaption></figure>

## 2. Model Editor

Editing a model involves structuring the entire layout of the model and setting up each node using features such as formulas, templates, bulk edit, node settings, display properties, and more.

<figure><img src="/files/PeZm7QUZUAjeMUdjBzGP" alt=""><figcaption><p><strong>Model Editor</strong></p></figcaption></figure>

## 3. Node Settings

Editing the model requires editing and configuring the node properties such as node name, type, configuration, simulation method, etc. - all of which are available in the [Node Settings](/model/node-settings.md) window.

<figure><img src="/files/MrYjizKNOeWclQl1pEvD" alt=""><figcaption><p><strong>Node Settings window</strong></p></figcaption></figure>

## 4. Templates

While building a model, you can make use of the Template feature whenever you need to create a repetitive node structure. Templates are discussed in detail in [this section](/model/templates.md).

## 5. Formula Functions

In this section, you can find information about [Functions and Formula](/model/formula-functions.md) keywords.

## 6. Global Settings

You might need to use the Settings menu on the toolbar for configuring the global level settings of the visual anytime during the ValQ workflow. This is explained separately in the section [Global Settings. ](/model/global-settings.md)

<figure><img src="/files/VheCpbnOMdGKJhwRutE0" alt=""><figcaption><p><strong>Settings</strong></p></figcaption></figure>

While we explore each of the above sections in the upcoming pages, let us first learn to get data into ValQ.


---

# 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.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.
