> For the complete documentation index, see [llms.txt](https://docs.ezra360.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezra360.com/overview/components-overview/dashboard.md).

# Dashboard

When you first log in to the <mark style="color:orange;">**Ezra**</mark><mark style="color:blue;">**360**</mark>, you will land on a customizable dashboard composed of different widgets. <br>

<mark style="color:orange;">**#1**</mark> Shows the current logged in user.

<mark style="color:orange;">**#2**</mark> Shows the [Navigation (Modules)](/configurations/components/navigation-modules.md) that can be accessed in two ways, by using the dropdown select OR by clicking on the **≡**  icon to access the modules.&#x20;

<mark style="color:orange;">**#3**</mark> Shows the entities, these are direct links available under specific module, each module has its own entities.\
\ <mark style="color:orange;">**#4**</mark> Shows the name of your organization on the top left-hand corner of the top bar. The organization name and the logo, composing of organization color theme, this is a customizable preference. The UI, including logo, colors on the <mark style="color:green;">Top Bar</mark> are customizable to best fit your business and organization theme and requirements.

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

\
\&#xNAN;***Dashboards** pages serves as a central hub that provides an overview of your activities, tasks, and important updates related to your role or responsibilities.* Ezra360 dashboards are customizable, The system has  several dashboard layouts that can be tailored for your role. You can have different types of charts that best display your data right from within the dashboard layout.

On the image below, shows Ezra dashboard with data components and different graphs for report.  \
To select a different dashboard, select the dropdown arrow on <mark style="color:orange;">**#1**</mark>  on the image below.\
\
You can also have an **embedded Dashboard** that is integrated with **PowerBI** on Ezra360, that allows you to use your <mark style="color:orange;">**PowerBI**</mark> account to sign in and have your dashboard displaying data from PowerBI for business intelligence decision. <mark style="color:blue;">For more information on imbedded dashboard see</mark> [Dashboards](/configurations/components/dashboards.md) <mark style="color:blue;">on how to configure it.</mark>

<figure><img src="/files/teH5fR5SiiQPDwzFn5aG" alt=""><figcaption><p><mark style="color:red;">Click image to view full screen</mark></p></figcaption></figure>

#### Types of Dashboard

| Type          | Description                                                                                                                                 |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| **Taskboard** | It is a representation of tasks or work items presented in a structured format that allows for easy tracking, management, and collaboration |
| **Data Grid** | is a component that presents tabular data in a structured format within the context of a dashboard                                          |
| **Graphs**    | <p><br>Line<br>Bar Column<br>Column<br>Pie<br>Area<br>Scatter<br>Histogram<br>Candlestick<br>Organizational Tree<br>Treemap<br>Guage</p>    |
| **IFrame**    | iFrame is used to display content from another web page or application within a designated area of the current page.                        |

#### Dashboard Templates

<table><thead><tr><th width="407.3333333333333">Template</th><th></th></tr></thead><tbody><tr><td><strong>Single Large Area</strong></td><td>Refers to a type of dashboard layout where the whole dashboard display takes the whole portion of the screen or display, dedicated to showcasing a single, prominent visual element or information panel.</td></tr><tr><td><strong>Top and Bottom Areas</strong></td><td>This layout divides the screen into two primary sections: the "Top Area" and the "Bottom Area." </td></tr><tr><td><strong>2 Top and Single Bottom Areas</strong></td><td>In this layout, there are two distinct "Top Areas" located at the upper part of the screen, divided into 2 sections. The bottom area is contains one full section </td></tr><tr><td><strong>3 Top and Single Bottom Areas</strong></td><td>In this layout, there are three separate "Top Areas," this layout provides even more space for different report data. The "Single Bottom Area" at the bottom accommodates single type.</td></tr><tr><td><strong>3 Top and 2 Bottom Areas</strong></td><td>This layout, there are configuration features three "Top Areas" at the top of the screen, allowing three types  in the top area. There are also "Two Bottom Areas" at the bottom, that accommodates 2 types at the bottom.</td></tr><tr><td><strong>3 Top and 3 Bottom Areas</strong></td><td>This layout, there are configuration features three "Top Areas" at the top of the screen, allowing three types  in the top area. There are also "three Bottom Areas" at the bottom, that accommodates 3 types at the bottom.</td></tr><tr><td><strong>2 Top and 2 Bottom Areas</strong></td><td>This layout, there are configuration features two "Top Areas" at the top of the screen, allowing two types  in the top area. There are also "Two Bottom Areas" at the bottom, that accommodates 2 types at the bottom.</td></tr><tr><td><strong>Single Top and Two Bottom Areas</strong></td><td>Featuring a minimalistic approach, this layout consists of a single "Top Area". The "Two Bottom Areas" at the bottom allow to cater two types of graphs.</td></tr><tr><td></td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ezra360.com/overview/components-overview/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
