# Layout and Navigation

#### In this article, we'll explain:

1. [The three main types of tabs](#tab-types)
2. [The basic layout and logic flow of the tabs](#tab-layout-and-logic-flow)
3. [How to navigate between tabs](#navigating-between-tabs)

### Tab Types

The contains three primary kinds of tabs that work together to create the model's output and provide various ways to read and worth with model output.&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><mark style="color:blue;"><strong>Reports</strong></mark></td><td>Reports are tabs that present the output of your model. </td></tr><tr><td></td><td><mark style="color:yellow;"><strong>Schedules</strong></mark></td><td>Schedules include inputs and are how the model calculates its outputs.</td></tr><tr><td></td><td><strong>Data Tabs</strong></td><td>Data tabs contain data tables that are used to drive your schedules.</td></tr></tbody></table>

{% hint style="info" %}
:point\_up:**Quick Tip:** Tabs are color-coded by convention to help you quickly orient yourself when working in the model.&#x20;

**Report** tabs are <mark style="color:blue;">**BLUE**</mark>

**Schedule** tabs are <mark style="color:yellow;">**GOLD**</mark>

**Data** tabs are **GREY**&#x20;
{% endhint %}

### Tab Layout and Logic Flow

By default, the tabs are laid out from left to right starting with <mark style="color:blue;">**Reports,**</mark> then <mark style="color:yellow;">**Schedules,**</mark> then **Data Tabs.**  This is intended to make it easy for a non-modeler to understand and work with the output of the model, will revealing complexity and functionality as you move across the tabs to the right.

<figure><img src="/files/dwVAZ2JUcAb4qo6JEGCe" alt=""><figcaption></figcaption></figure>

The logic flow of the model moves in the **opposite** direction, meaning that the most detailed user inputs happen in tabs to the right, and are used in shedules and reports that "flow" into tabs on the left.&#x20;

As an example, let's look at how the model forecasts orders for the DTC channel:&#x20;

<figure><img src="/files/sVrevvp0C26QNCmUPdCZ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

### All roads lead to M-Monthly.

The out schedules are consolidated together to form your forward-looking financial statements in the M-Monthly tab. In this tab, you'll find a complete register of your Income Statement, Balance Sheet, Cash Flow Statement, and a number of financial and operational metrics.&#x20;

For the most part, your Reports will be referencing data on this tab, so if you ever need to de-bug or investigate where a number in your reports is coming from, this is a good place to start. As we like to say, "all roads lead to M-Monthly."
{% endhint %}

### Navigating between tabs


---

# 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.drivepoint.io/working-in-the-smartmodel-tm/layout-and-navigation.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.
