> ## Documentation Index
> Fetch the complete documentation index at: https://docs.famulor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Example prompts

> Ready-to-adapt system prompts for common assistant scenarios

Each page below is a complete, working system prompt for a common scenario — not just a snippet. Copy one into a new assistant, swap the placeholders for your own business details, and test it before it takes a real call.

The assistant editor offers the same kind of head start from the other direction: **Choose template** applies a ready-made prompt (and sometimes a whole flow) from your workspace's template library. Use these pages when you'd rather see the full text and adapt it by hand.

For the craft behind these prompts — how to structure one, write clear tool conditions, and get spoken details right — see [Prompt writing](/assistants/prompt-writing) and [Prompting for speech](/assistants/prompting-for-speech).

<CardGroup cols={2}>
  <Card title="Receptionist" icon="user" href="/assistants/example-prompts/receptionist">
    Greets callers, routes requests to the right team, and takes a message when no one is available.
  </Card>

  <Card title="Appointment booking" icon="calendar-check" href="/assistants/example-prompts/appointment-booking">
    Understands why the caller wants an appointment, picks the right appointment type, and books it.
  </Card>

  <Card title="Intelligent voicemail" icon="voicemail" href="/assistants/example-prompts/intelligent-voicemail">
    Captures the caller's request and contact details for a callback, without trying to resolve it.
  </Card>

  <Card title="First-level support" icon="headset" href="/assistants/example-prompts/first-level-support">
    Triages a support request, answers common questions, and routes what it can't resolve.
  </Card>

  <Card title="Sales and collections" icon="handshake" href="/assistants/example-prompts/sales-and-collections">
    Outbound scripts for a sales offer and a payment reminder, with objection handling built in.
  </Card>
</CardGroup>

Every template only needs light editing to go live: your company name, real transfer destinations, and the [tools](/assistants/built-in-tools) it should use.
