Quincer AI Docs Home Support Start free

Configure

People directory

The directory is your roster of people — the staff your AI is allowed to know about by name. Once someone is in it, the AI can recognise them when a visitor asks for them, add them as a required attendee on a booked meeting, take that meeting’s hours and timezone from them, and (on Scale) connect a live phone caller to them.

i

How many people you can list is the Directory people row on Billing & plans. The roster itself is not sold separately. Two capabilities still need the Scale plan (or the People Directory add-on on a lower plan): connecting a live phone caller to a named person, and letting the AI look someone up by name mid-conversation. Meeting attendees and booking hours — the two reasons most brands fill the directory in — work on any plan.

What it is for

Four different features read the same roster, which is why it lives in one place rather than being retyped into each of them:

Add people

!

Email is required for new people. It is where an unanswered call’s voicemail is delivered, and there is deliberately no org-wide inbox to catch a missing one. If someone’s messages should go elsewhere — a shared desk, a duty phone — set message_to instead; it accepts an email address or a phone number and wins over email at delivery time.

Identity: use your own ids

Every surface addresses a person by external_refyour id from your HR system, PMS, or spreadsheet. GET ?external_ref=, POST {"upsert": true} and /bulk are all keyed on it, so a nightly full-roster sync is idempotent: re-running it updates the people who changed and leaves the rest alone, instead of creating duplicates.

Working hours and timezone

These two fields are what make a person’s meetings land at a sane local time.

!

These two fields have no form in the dashboard yet. Set them through CSV import (timezone) or the developer API (timezone and working_hours). The same is true of a location’s booking_hours. Editing them on-screen is coming; until then the API is the supported path and the values it writes are read back on GET, so a sync can verify itself.

Hours that cannot be parsed are rejected rather than stored: a typo’d import that was accepted and then silently ignored would quietly take someone’s calendar back to the default 9–5, and you would have no way to tell from the screen.

Visibility

Being in the directory does not mean the AI will volunteer someone’s name. Each person has a visibility, and the default is the most private one:

Transfer behaviour

Per person, for phone calls (Scale, or the add-on):

Locations and who can see it

The Directory screen is for owners, admins and viewers. A viewer reads the roster and changes nothing — adding, editing and removing people stay with owners and admins. Agents can’t read it at all: it carries staff phone numbers and personal addresses, including people you’ve marked hidden.

A person can be attached to a location or left brand-wide. If you have given a manager a location scope on Team & roles, they see and manage only their locations’ people — that applies to the list, the search, and to adding, editing and deleting. Brand-wide people are visible to every manager, since they aren’t any one branch’s data.

Tips