> 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/welcome.md).

# Welcome

WeddingOS is a CRM built specifically for wedding planning agencies — not just solo planners, but teams. It manages your entire business in one place: leads, proposals, contracts, payments, checklists, timelines, vendor relationships, and client communication.

***

## Where to start

**New to WeddingOS?** Start with [Login & Navigation](/getting-started/login-and-navigation.md) to get your bearings, then [Your Role Explained](/getting-started/your-role-explained.md) to understand what you can access.

**Setting up your agency for the first time?** Head to [Owner & Admin](/admin/agency-profile-setup.md) — work through those articles in order and you'll be fully configured in under an hour.

**Just need to find something?** Use the search bar at the top of this page, or browse by section in the sidebar.

***

## How the docs are organized

| Section             | Who it's for                             |
| ------------------- | ---------------------------------------- |
| **Getting Started** | Everyone — login, navigation, roles      |
| **Owner & Admin**   | Setup, settings, reporting, integrations |
| **Owner & Sales**   | Leads, proposals, contracts, payments    |
| **All Users**       | Day-to-day client work                   |
| **Planners**        | Planner-specific dashboard and workflows |
| **FAQ**             | Quick answers and support                |

***

## Need help?

Check the [FAQ](/help/faq.md) or reach out via [Contact Support](/help/contact-support.md).


---

# 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/welcome.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.
