# The ValQ Workflow

The ValQ workflow consists of four steps - Model, Plan, Simulate and Report – all of which are available as individual tabs at the top.

<figure><img src="/files/1DWjA0rbWjBYDwvB6iSI" alt="" width="375"><figcaption><p><strong>Tabs in ValQ</strong></p></figcaption></figure>

Let us see an overview of these tabs:

<table><thead><tr><th width="81"></th><th width="155">TAB</th><th>PURPOSE</th></tr></thead><tbody><tr><td>1</td><td><a href="/pages/UIyMkhcQOmhVgSwCMneu">Model</a></td><td>Create models based on your business logic by leveraging ValQ's model building capabilities, functions and templates.</td></tr><tr><td>2</td><td><a href="/pages/m5pVMrHM40kXCKGYrxyO">Plan</a></td><td>Adopt intelligent planning grid to perform budgeting, allocations, rolling forecast and time-series forecasting.</td></tr><tr><td>3</td><td><a href="/pages/R9nS1Q8XeuSGt8MvIyHO">Simulate</a></td><td>Perform on-the-fly simulations, conduct scenario analysis and comparisons in tree/ table interface and also present them. </td></tr><tr><td>4</td><td><a href="/pages/vTAaX4j0fqxvbt3TP9qz">Report</a></td><td>Perform in-depth variance analysis including Top N and generate templated reports.</td></tr></tbody></table>

{% hint style="info" %}
In Power BI service, Model and Plan tabs can be accessed by changing the mode from Read-Only to **Edit** (Click Edit at the top of Power BI service). This helps in data integrity by preventing multiple users from altering the model and plan grid.&#x20;

Business users who require strict access permissions can use ValQ preferably in Power BI service than in a desktop version, so that they can make use of the default Power BI roles and access permission settings.

Users can also use the **Enterprise** edition for better user and data security.
{% endhint %}

What follows is a preview of these workflow items and we'll explore them in detail later.

{% hint style="info" %}
*ValQ can be used with other native and custom Power BI visuals, but throughout this guide, we will be using ValQ images in full-screen mode for the best experience.*
{% endhint %}

### Model

The Model tab helps the analyst or the planner bring a data model to life and build complex visuals without writing a single line of code.

<figure><img src="/files/t5Ms1WVohFWEz0a0Xl5t" alt=""><figcaption><p><strong>Model Tab</strong></p></figcaption></figure>

While modeling, the user can leverage the Fields, Visualizations & Filters pane in Power BI to connect to data and configure the visual. By choosing appropriate [formulas and functions](/model/formula-functions.md), a fully functional model can be built. Further, [templates](/model/templates.md) help in scaling the model with ease.<br>

<figure><img src="/files/RDKmumaHhZ5LUhNSivJ2" alt="" width="563"><figcaption><p><strong>Leveraging Model with Fields &#x26; Visualizations pane</strong></p></figcaption></figure>

### Plan

The Plan tab is used to create new plans and budgets for business cycles, perform top-down and bottom-up analyses using goal seek, apply different allocation methods, and perform time series forecasting.

<figure><img src="/files/sKu6iO6mHJLPYujhrR26" alt=""><figcaption><p><strong>Plan Tab</strong></p></figcaption></figure>

### Simulate

In the Simulate tab, you would be able to visualize the KPIs and identify their key drivers arranged in a tree-like fashion. From this tab, you can create new initiatives and scenarios, run simulations, and perform scenario comparisons. You can also present the results to your team using the **Presentation** option available.

<figure><img src="/files/N1mWvdrI1BPE2G15gUuK" alt=""><figcaption><p><strong>Simulate Tab</strong></p></figcaption></figure>

### Report

The Report tab allows the user to run advanced analysis such as variance analysis as well as download the results of the analysis as reports in a spreadsheet and PDF file.

<figure><img src="/files/w2GNozwBAs1ypWfAJ7uc" alt=""><figcaption><p><strong>Report Tab</strong></p></figcaption></figure>


---

# 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/introduction-to-valq/the-valq-workflow.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.
