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

# What's New

***

## June 2026

### Multiple choice questionnaires

Questionnaire templates now support a **Multiple choice** question type — clients see a checkbox list and can select all that apply. Great for questions like "Which vendors do you need help with?" Answer selections are stored and displayed in the completed questionnaire view and PDF export.

### Consultation sync — Google Calendar & Calendly

Lead status now updates automatically when a consultation is booked:

* **Google Calendar**: WeddingOS checks daily for new calendar events. If an attendee email matches a Lead or Contacted customer, their status advances to Consultation Scheduled automatically.
* **Calendly**: Connect your Calendly account under Settings → Integrations to get real-time status updates the moment a lead books.

### Rep Performance analytics

The Analytics page now includes a **Rep Performance** table showing per-planner sales metrics: leads assigned, consultations, proposals sent, bookings, win rate, average contract value, and total revenue closed. Useful for agencies with dedicated sales roles.

### Sales commission architecture

The Staff tab on a client detail page now supports assigning a **Sales Rep** role separately from the planning role. Sales rep comp pays out at signing (not post-wedding), and shows in the Financials → Team → Comp view as "At Signing."

### Open Pipeline metric

The Analytics hero strip now shows **Open Pipeline** — the total contract value of all leads currently in Proposal Sent status.

***

## May 2026

### Admin health scores

The `/admin` page now shows an org health score (0–100) based on 12 signals: activity frequency, Google connection, onboarding completion, payment collection, and more. Orgs scoring below 50 surface in a "Needs Attention" list with specific failure reasons.

### Budget tracker

Each client now has a **Budget** tab with 25 default categories. Track estimated, negotiated, and actual spend per vendor category with a running summary bar.

### Onboarding wizard

New orgs get a guided onboarding experience: self-serve (8 steps) or white-glove (4 steps). Progress is tracked and the wizard can be resumed at any time until dismissed.


---

# 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/releases/latest.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.
