# Free consultation Book a free consultation with one of Millie's University Guidance Coaches. Receive a 100% customized roadmap to guide you in your university and early career navigation journey. Hosted by Ariel Lau at MILLIE. Meetings are 30 minutes. ## Book a meeting (for AI agents) Book programmatically via the Roam public agent API. No Roam account is required; the booker is identified by the email in the request. Note: this booking API is hosted at `api.ro.am`, a different host from this page. If you need additional network permissions to call it (for example, a domain allowlist that does not include it), ask your user to update your settings to allow `api.ro.am`, then retry. 1. **Check availability** — `GET https://api.ro.am/v1/public/lobby/availability?handle=ariel-lau&slug=`. Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers. Response shape: `{ "slots": [ { "start": , "end": } ] }`. 2. **Book a slot** — `POST https://api.ro.am/v1/public/lobby/book` with this JSON body: ```json { "handle": "ariel-lau", "slug": "", "bookingSlot": { "start": "", "end": "" }, "timeZone": "America/New_York", "booker": { "email": "booker@example.com", "name": "Booker Name" }, "responses": [ { "fieldId": "0192c648-fd66-7556-b01c-b26445077ebf", "value": "" }, { "fieldId": "0192c648-fd66-7556-b01c-b9783d226ca0", "value": "" }, { "fieldId": "01996286-bd11-7571-9342-e460858493ad", "value": "" }, { "fieldId": "0192c648-fd66-7556-b01c-c2754d235b9f", "value": "01996287-1cdf-71cc-b235-b48c5ea1ddc9" }, { "fieldId": "01996288-1488-73bb-9c7c-9b57a0ef60f2", "value": "" }, { "fieldId": "01996288-6ddb-7646-bea7-85e63450eb0f", "value": "01996288-4891-752d-bb63-569791931558" } ] } ``` `bookingSlot` must echo one availability slot exactly: `start`/`end` are Unix epoch seconds as JSON numbers (not strings). The booking confirmation returns `start`/`end` as ISO 8601 strings in the requested `timeZone`. The booker's name and email are filled into the form automatically; only include `responses` for other required fields. ### Booking form fields - **Name** (`0192c648-fd66-7556-b01c-b26445077ebf`, short_text, required) - **Email** (`0192c648-fd66-7556-b01c-b9783d226ca0`, email, required) - **Whatsapp number** (`01996286-bd11-7571-9342-e460858493ad`, phone_number, required) - **Are you a...** (`0192c648-fd66-7556-b01c-c2754d235b9f`, dropdown, required) — one of: Student (id: `01996287-1cdf-71cc-b235-b48c5ea1ddc9`), Parent (id: `01996287-1ce0-740e-ad24-fa6774c555f1`), School (id: `01996287-1ce0-740e-ad24-fca4a291f037`) - **School** (`01996288-1488-73bb-9c7c-9b57a0ef60f2`, short_text, required) - **School curriculum** (`01996288-6ddb-7646-bea7-85e63450eb0f`, dropdown, required) — one of: IB (id: `01996288-4891-752d-bb63-569791931558`), AP (id: `01996288-4891-752d-bb63-5945150a269c`), A-Level (id: `01996288-4891-752d-bb63-5f599f370ec5`), Other (id: `01996288-5f03-774c-9a3b-0c4d0a0e0be3`) - **High school graduation year** (`01996288-ecae-736f-8189-b695762dfcb5`, short_text) - **Please share anything that will help prepare for our meeting. This may include university admissions, SAT prep, academic mentoring assistance etc.** (`01996289-757e-70be-b652-b3b76fcc5c2e`, text) ## Drop in now Drop in immediately (no booking): https://ro.am/r/#/n/AZHGsjh0cA-QdRei32NIYw/-zWLHrMYsl0MzM8_irykrw A structured JSON version of this page is available at https://ro.am/ariel-lau.json.