> 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/sales/assigning-a-planner.md).

# Assigning a Planner

Every lead and client can have one assigned planner. Assignments control what your team members can see and who gets notified about activity on that record.

***

## Assigning from the client profile

Open the client's Details tab and find the **Assigned Planner** field. Click to select from your active team members. The change saves immediately.

When you reassign a client to a new planner:

* The newly assigned planner receives an email notification
* The activity log records the change and who made it
* The record appears in the new planner's client list

***

## Who can see what

| Role                    | Visibility                                     |
| ----------------------- | ---------------------------------------------- |
| **Owner / Admin**       | All leads and clients regardless of assignment |
| **Planner / Assistant** | Only records assigned to them                  |

If a planner is removed from a client, that client disappears from their list. Owners and admins always have full visibility.

***

## Assigning at lead creation

When you add a lead manually, you can assign a planner in the Add Lead form. If you skip it, the record is unassigned and only visible to owners and admins until someone is assigned.

Leads that come in through the website intake form are unassigned by default.

***

## Best practices

* Assign leads early. Planners can't act on records they can't see.
* Reassign promptly if a planner's workload changes or someone leaves the team.
* If a planner is going on leave, reassign their active clients to make sure nothing falls through.

***

## Workload visibility

Owners and admins can see how many active weddings are assigned to each planner on the admin dashboard. Use this when deciding who to assign a new client to.


---

# 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/sales/assigning-a-planner.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.
