# Your Dashboard

After you log in, the first thing you'll see is your **dashboard**. Think of it as your home base — a snapshot of the information and shortcuts that matter most to your daily work.

## What's on the Dashboard?

Your dashboard is made up of **widgets** — small panels that each show a specific piece of information. What you see depends on how your administrator has set things up, but common widgets include:

* **Sales Summary** — Today's sales totals, number of transactions, or revenue.
* **Recent Orders** — A quick list of the latest orders you've placed or that have come in.
* **Queue Status** — How many tasks or orders are waiting to be processed.
* **Charts and Graphs** — Visual breakdowns of sales, popular products, or trends over time.
* **Quick Links** — Shortcuts to your most-used features like POS, Catalog, or Order Forms.

> **Note:** Your dashboard may look different from a coworker's. Dashboards are configured by your administrator based on your role and responsibilities.

## Understanding Your Dashboard

Here's a quick tour of what you'll typically see:

### Top of the Page

* **Header bar** — Shows the application name, your current location/subsidiary (if applicable), and your profile menu.
* **Welcome message** — Some dashboards greet you by name and show today's date.

### Main Area

* **Widgets** — Arranged in a grid layout. Each widget has a title and displays its data (numbers, charts, lists, etc.).
* **Refresh** — Most widgets update automatically, but if something looks stale, try refreshing the page.

### Sidebar

* **Navigation menu** — Your gateway to all the modules available to you (POS, Catalog, Orders, Reports, etc.). More on this in [Navigation Basics](/end-user-guide/welcome/navigation-basics.md).

## Quick Actions

Many dashboards include quick-action buttons that let you jump straight into common tasks:

* **New Sale** — Opens the POS to start a new transaction.
* **New Order** — Opens the order form.
* **Browse Catalog** — Takes you to the product catalog.
* **View Reports** — Opens the reports section.

These save you a click or two compared to navigating through the sidebar.

## Tips for Using Your Dashboard

* **Check it first thing.** Your dashboard gives you a quick summary of what happened and what needs attention.
* **Use it as a launchpad.** Instead of hunting through menus, use quick links and recent items to jump to what you need.
* **Don't worry if it changes.** Your administrator may update the dashboard layout from time to time to improve it. The underlying data is the same — just arranged differently.

## What If My Dashboard Looks Empty?

If your dashboard doesn't show much (or shows nothing at all):

* **You may be new.** If no transactions or orders have been created yet, there's nothing to display. Start using the system and it will fill up.
* **Your role may be limited.** Some roles only have access to certain modules. If you think you're missing something, ask your manager.
* **It might still be loading.** Give it a moment, especially on slower connections. If it stays blank, try refreshing the page.

Next up: [Navigation Basics](/end-user-guide/welcome/navigation-basics.md) — learn how to move around the system.


---

# 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.in8sync.com/end-user-guide/welcome/your-dashboard.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.
