2026-09-05 The first real calls have been placed: five ended normally, six failed. Here is what broke.

Insurance

The quote request and the claim, taken by phone.

An insurance broker gets three kinds of call over and over: somebody wants a quote, somebody has had an accident, and somebody has a policy about to expire. All three start with the same handful of fields, gathered by a person who could be doing something else.

The assistant takes quote requests with the fields underwriting needs, records first notice of loss and passes it to assessment, dials renewals before expiry, and hands any conversation about cover to an adviser. It issues no policies and approves no claims.

§01 The calls

What rings at a broker

The three flows below have nothing in common except that each begins with a data-gathering step nobody wants to do on the phone.

A quote request

The type of cover, the details of the property or the person, the dates wanted, the contact details.

First notice of loss

What happened, when, where, the policy number. Recorded literally, with no assessment at all.

A renewal before expiry

An outbound call from a list you supply, confirming the intention to renew.

Document questions

What paperwork a file needs, where to send it, how long a response takes. From your documents.

A conversation about cover

Handed over. That is advice which binds the broker, and it is not automated.

§02 The flow

The two main roads

A quote and a claim are opposite in register. The first is commercial and can run long. The second comes from somebody who has just had a bad day and has to be as short as possible.

  1. 01 Split quote from claim on the first line A first-notice call handled like a sales form is the worst thing that can happen on this line.
  2. 02 On the quote road, gather the fields Exactly the fields underwriting needs, as structured output with the same names every time.
  3. 03 On the claim road, record literally What happened, in the claimant own words, plus the policy number and contact details. No extra questions and no opinions.
  4. 04 Write it onward The lead into the CRM for a quote, a ticket for a claim, plus a message to the assessment team where appropriate.
  5. 05 Say what happens next and when An SMS or email with what was taken and the timeframe for a person to come back, because on a claim file the uncertainty is the hardest part.
§03 The written trail

What reaches underwriting and claims

The real value is that the data arrives structured identically every time, whoever would have answered.

What reaches underwriting and claims
The quote request As structured output with the fields you define, plus the contact and deal in the CRM.
The claim file A ticket in Zendesk or Freshdesk, with the literal description and the policy number.
The renewals The outcome per contact in the campaign, with the renewal intention recorded.
On the call record The transcript and the recording, which on a claim file become part of the documentation.
§04 Limits

What it does not do for a broker

Insurance is a regulated activity, and advice given wrongly binds the broker rather than the software vendor.

  • It issues no policies and rates no premiums It does not quote, does not compare products and does not say what something would cost. It gathers the data a person quotes from.
  • It approves and declines no claims It does not say whether an event is covered, does not estimate a settlement and does not comment on fault.
  • It gives no cover advice It does not recommend one product over another and does not explain what happens in a particular case.
  • No link to underwriting systems There is no connector for insurance platforms. The link to your system is your own HTTP tool or an MCP server.
  • It collects no premiums Not the first instalment, not the subsequent ones, not on the phone and not through a link sent during the call.
§05 Questions

What brokers ask us

Can it give an indicative price?

No, and that is a choice rather than a technical limit. A price said on the phone and contradicted at issue damages the relationship more than the call helps. What it can do is gather exactly the data a quote needs and say how soon somebody comes back with it.

Is it suitable for first notice of loss?

For taking the first details, yes, and precisely because it is available at night and at weekends, when most events happen. For anything else on the file, no. The assistant records and hands over, and that is all.

Can it call clients about renewals?

Yes, through an outbound campaign with the windows and suppressions configured. The list comes from you, and so does the basis on which you call. The product writes down, for every contact not dialled, why it was not.

How does it connect to our policy administration system?

Through an HTTP tool written over its API, with a JSON schema and versioning, or through an MCP server. We have no ready-made connector for any insurance system, and the integrations page shows exactly what exists.

Notes

  1. 1 The tools named on this page are the ones in App\Services\Integrations\ConnectorRegistry carrying implemented. Anything that is only in the catalogue, without that flag, is not named here as though it worked.
  2. 2 Structured output is the mechanism that makes a quote request arrive with the same fields every time. It is described on the assistants page, together with schema versioning.