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

# Dashboard overview

The Dashboard is the central hub for managing and monitoring your Planner ↔ Jira syncs.

<figure><img src="/files/0gx8aHZbx1L1nQXYE55O" alt=""><figcaption></figcaption></figure>

***

### Start a New Sync

Click **+ New Sync** to create:

* A **one-time import/export**
* An **automated sync** (runs every 5 minutes)

***

### Automated Syncs

View and manage your recurring syncs. Each sync shows:

* **Name**
* **Direction** (Planner → Jira, Jira → Planner, or Bidirectional)
* **Microsoft Plan** and **Jira Project**
* **Status** (last run)
* **Last Sync** timestamp

Available actions: **Pause, Edit, Delete**

***

### Recent Activity

Track the most recent sync events, including:

* One-time syncs (imports/exports)
* Automated syncs (only when updates occur or errors are detected)

Details may include:

* Sync name and direction
* Issues created, updated, or skipped
* Error messages (if any)

***

### Company Stats

Get an organization-wide overview of sync activity:

* **Active Syncs** → total running automated syncs
* **Total Changes** → number of fields/issues updated across syncs
* **Last Sync** → time of the most recent successful sync

***

✅ The dashboard gives you a real-time picture of your integration: what’s running, what changed, and where to take action.[<br>](https://msplannertojira.com/docs/activity)


---

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

```
GET https://msplannertojira.gitbook.io/docs/basics/dashboard-overview.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.
