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

# Dashboard Overview

When you log in, you'll land on your Dashboard — your home base in PayBee.

Here's what you'll find:

<figure><img src="/files/QGJIQP4GACJtfaMoYl7P" alt=""><figcaption><p>Here is a Sample of an organization's Dashboard. The Donation Snapshot is showing the total raised Last Year</p></figcaption></figure>

At the top of the Dashboard Page you will find your organization's mission statements and the QR Code and link to your all campaigns page .

**Donations Snapshot** A summary of total donations received — month-to-date, year-to-date, last month, and last year. Also includes a link to any outstanding pledges.

**Active Campaigns** A quick view of all currently active campaigns, showing paid and pending amounts broken down by the same time periods.

**Recent Donations** A live feed of your most recent transactions.

**Getting Started** Shortcuts to the most helpful setup articles in this help center.

**Planning Your Next Event** Guidance on the calls and check-ins you can expect from the PayBee team as your event approaches, depending on your event type.

**Refer a Friend** Know another nonprofit that could benefit from PayBee? Submit a referral and your organization receives a $50 donation when they sign up — and they get $150 off their first membership fee.

**Left sidebar navigation** Use the collapsible menu on the left to access everything in PayBee:

| Menu Item                                                        | What It's for                                                                                                                                                 |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Account](/home/getting-started/account-settings.md)             | Organization info, branding, and settings                                                                                                                     |
| [Campaigns](/home/resources/general-campaign-settings.md)        | Create and manage fundraising campaigns                                                                                                                       |
| [Manage](/home/events/hybrid-events.md)                          | Event Creation and Management of tickets and guests, including paddles, table assignments, merchandise, party sign-ups, auctions, and peer-to-peer campaigns. |
| [Reports](/home/guides/reports-and-analytics.md)                 | Transactions, analytics, and reconciliation                                                                                                                   |
| [Volunteers](/home/volunteers/adding-and-removing-volunteers.md) | Add and manage your volunteer team                                                                                                                            |
| [Users](/home/guides/users.md)                                   | Admin users for your account                                                                                                                                  |
| [Add Donations](/home/add-donations/users.md)                    | Manually or in bulk record cash, check, or offline donations                                                                                                  |


---

# 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://docs.paybee.io/home/getting-started/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.
