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

# How a call works

> What happens on a Brilo call from ring to hang up, what your agent does while the caller talks, and what is saved afterwards.

A call reaches your agent through the number attached to it, your agent answers and holds the
conversation, and everything that happened is written up afterwards. Understanding the order helps you
work out where something went wrong when a call does not go the way you expected.

## From ring to hang up

1. **Someone dials your number.** If you forwarded an existing business number, your provider passes
   the call to Brilo first.
2. **Your agent answers**, using the greeting in its instructions.
3. **The caller speaks and your agent replies.** It listens while they talk, works out what they want,
   and answers from its knowledge.
4. **An action runs, if one is needed.** Booking, transferring, sending a text. The caller waits a
   moment while it happens.
5. **The call ends**, either because the caller hangs up or because your agent closes it the way your
   instructions describe.
6. **Brilo writes it up.** A written record, a summary, a score, and tags, available in your call
   history about a minute later.

## What your agent is doing while the caller talks

Your agent listens and speaks in turn, so it can be interrupted, and it notices when the caller starts
talking over it. Two settings shape how this feels, both in your agent's **Configure** tab: patience,
which is how long it waits before assuming the caller has finished, and the tone, which shapes how much
it says at a time.

Getting these right matters more than most people expect. An impatient agent talks over people, and an
over patient one leaves silences that make callers think the line has dropped. See
[My agent sounds wrong](/agents/my-agent-sounds-wrong).

## What happens when something goes wrong mid call

* **The caller says nothing.** Your agent prompts them, using the idle reminder in **Configure**.
* **An action fails.** The call carries on and your agent says it could not complete the task. What it
  offers next comes from your instructions.
* **Your agent does not know the answer.** It says so, then follows whatever you told it to do: take a
  message, offer a callback, or transfer.
* **The caller asks for a person.** It transfers, if you have set that up. See
  [Pass the call to a person](/actions/pass-the-call-to-a-person).

## What is saved after the call

| What                    | Where                                                                                  |
| ----------------------- | -------------------------------------------------------------------------------------- |
| The recording           | Your call history. See [Find and listen to a call](/reports/find-and-listen-to-a-call) |
| The written record      | The call, alongside the recording                                                      |
| A summary               | The call record, and optionally your own systems                                       |
| A score from 1 to 5     | See [Pulse Score](/reports/pulse-score)                                                |
| Tags                    | Added by you or automatically                                                          |
| Details the caller gave | Names, dates, and other information pulled out of the conversation                     |

## What else you can do here

* [Set your opening hours](/calls/business-hours-and-after-hours) so your agent answers only when you
  want.
* [Route callers to the right team](/calls/route-calls-to-the-right-team).
* [Take a voicemail](/calls/voicemail) when nobody is available.
* [Check how many calls you can take at once](/calls/how-many-calls-at-once).
* [Listen to a call](/reports/find-and-listen-to-a-call) to hear all of this in practice.

## FAQ

<AccordionGroup>
  <Accordion title="How quickly does my agent answer?">
    It picks up promptly, and the part callers notice is not the pickup but the pause before each reply.
    That is shaped by the patience setting in your agent's **Configure** tab, and it is worth judging on
    a real phone call rather than a browser test.
  </Accordion>

  <Accordion title="Can my agent be interrupted?">
    Yes. Callers talk over agents constantly and yours notices and stops. If it talks over people or cuts
    them off too early, adjust its patience setting. See
    [My agent sounds wrong](/agents/my-agent-sounds-wrong).
  </Accordion>

  <Accordion title="Is the call recorded?">
    Calls are recorded and kept in your call history with a written record, so you can listen back. Some
    places require you to tell callers they are being recorded, which your agent can do at the start of
    the call. See [Telling callers they are recorded](/compliance/telling-callers-they-are-recorded).
  </Accordion>

  <Accordion title="What happens when the caller says nothing?">
    Your agent prompts them with the idle reminder message set in **Configure**, rather than waiting in
    silence. If nothing follows, it closes the call. This is common with mistaken dials and automated
    systems calling your number.
  </Accordion>

  <Accordion title="What happens if a tool or the internet fails mid call?">
    The conversation continues. A failed action does not end the call: your agent tells the caller it
    could not complete that task and follows your instructions for what to do next, which is why writing
    that fallback down matters.
  </Accordion>

  <Accordion title="How does my agent know when to end the call?">
    It ends when the caller hangs up, or when the conversation reaches a natural close and your
    instructions say to wrap up. Telling it what to confirm before hanging up, for example repeating a
    booking time, is worth doing explicitly.
  </Accordion>

  <Accordion title="How soon can I see what happened on a call?">
    The call appears in your history immediately, and the summary and score follow about a minute later.
    That makes it practical to listen to your first live calls as they happen. See
    [Find and listen to a call](/reports/find-and-listen-to-a-call).
  </Accordion>
</AccordionGroup>

## Related

* [Find and listen to a call](/reports/find-and-listen-to-a-call) to hear a real one
* [Pulse Score](/reports/pulse-score) for how calls are scored
* [Pass the call to a person](/actions/pass-the-call-to-a-person) for transfers
* [Business hours and after hours](/calls/business-hours-and-after-hours) for when it answers
* [My agent is not answering](/calls/my-agent-isnt-answering) when calls are not getting through
