Skip to main content
A patient connect exposes 50 tools — everything a patient can do on hi-doctor.ai. Each belongs to a permission group, and if a permission is not granted the tool is not offered at all: calling it is refused rather than silently ignored.
Signing in with a clinician or back-office account produces a different, smaller catalogue. Roles do not stack: an account gets exactly one.

Profile

Permission: Your profile

Consultations and records

Permission: Consultations and prescriptions
Reporting a side effect through a chat assistant is not urgent care. For a severe reaction, contact your local emergency number.

Billing and subscription

Permission: Consultations and prescriptions hidoctor_subscription_early_order — pull the next renewal forward — is listed under Payment below rather than here. It creates the renewal consultation immediately and consumes the period’s single early order, so it belongs with the actions that can lead to a charge.
Cancellation is never immediate — access continues to the end of the period you already paid for, and you can reactivate before that date passes.There is no pause tool. Pausing is a staff-only action on the backend, so it is deliberately not offered here rather than faked.

Messages

Permission: Messages with your medical team

Questionnaires

Permission: Health questionnaires The conversational loop is start → answer → review / back → submit. See Build on Hi-Doctor with AI for the protocol and the answer shapes.

Progress tracking

Permission: Health tracking. Weight-loss treatment only — the journal is built around weight, injections and an injection plan, so it is not offered on hair-growth or sexual-health treatments. Call hidoctor_progress_status first; it tells you whether tracking is enabled, needs an active weight-loss plan, or is unavailable.
Start with hidoctor_progress_day_get when correcting something. It returns the entry_id you need to update or delete, so you never have to page through a list to find it.
Two behaviours worth knowing:
  • Weight replaces by date. Logging weight for a day overwrites that day’s entry. Omitting the date uses today in your profile timezone, and omitting the note keeps the note already stored.
  • Injections and notes append. Logging twice creates two entries.

Payment

Permission: Payment Payment is listed separately because it is the group that can lead to a charge — the approval screen calls it out on its own for that reason.
An early order is irreversible. It creates the renewal consultation immediately and uses up the one early order allowed in the current period. An assistant should tell you exactly what will happen and get an explicit yes before calling it.

Not exposed to anyone

Approving a consultation, issuing or changing a prescription, and changing a dose are absent from the tool surface entirely — not gated behind a permission. Those are clinician actions. See Safety.