> For the complete documentation index, see [llms.txt](https://help.getweddingos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getweddingos.com/getting-started/login-and-navigation.md).

# Logging In & Navigation

## Logging In

Go to **app.getweddingos.com** and enter your email and password.

If you've forgotten your password, click **Forgot your password?** on the login page and you'll receive a reset link by email.

> **Heads up:** WeddingOS will automatically log you out after 60 minutes of inactivity. Just log back in and you'll be right where you left off.

***

## The Navigation Bar

The dark bar across the top is your main navigation. What you see depends on your role.

### Everyone sees:

| Link          | What it is                                                                        |
| ------------- | --------------------------------------------------------------------------------- |
| **Dashboard** | Your home base — sales pipeline for owners/admins, upcoming weddings for planners |
| **Leads**     | Everyone who's inquired but isn't booked yet                                      |
| **Clients**   | Everyone who's booked or actively in planning                                     |
| **Inbox**     | Your full email inbox — all client threads in one place                           |
| **Calendar**  | Your wedding and consultation calendar (syncs with Google Calendar)               |
| **Library**   | Org-wide document templates                                                       |
| **Compose**   | Start a new email to anyone                                                       |

### Owners & admins also see:

| Link           | What it is                                                             |
| -------------- | ---------------------------------------------------------------------- |
| **Analytics**  | Full funnel reporting — conversion rates, revenue, planner performance |
| **Financials** | Monthly payment tracker and ledger export                              |
| **Vendors**    | Your agency's vendor rolodex                                           |
| **Settings**   | All agency configuration                                               |

### Planners see:

* **My Account** instead of Settings — use this to update your name, phone, and connect Google

***

## Search

The search bar in the nav lets you find any lead or client by name instantly. Click it or start typing — results appear as you type.

***

## Help

The **?** button in the top right opens a menu with:

* **Getting Started** — a guided setup checklist for new accounts
* **FAQ** — answers to common questions

***

## Logging Out

Click **Logout** on the right side of the nav bar. WeddingOS will also automatically log you out after 60 minutes of inactivity.


---

# 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://help.getweddingos.com/getting-started/login-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.
