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

# Lost Opportunity Tracking

> Use Signals to identify high-intent calls that weren't successfully received into your call center, then track them for follow-up.

Invoca identifies missed opportunity calls using Signals, which can recognize conditions like whether a call was answered by an agent, went unanswered, was sent to voicemail, or resulted in a voicemail message. Combining these conditions can surface more complex, potentially higher-intent missed opportunities. This is useful for a regional sales manager spotting problems at low-performing branches, or a rep following up with an interrupted buying process — recordings and transcripts help but aren't required.

## Identifying missed opportunities

Create a new Signal using one or more of these conditions: Answered By Agent, Not Answered By Agent, Answered By Voicemail, Voicemail Left. (These Signals only apply to calls you've configured Invoca to record.)

A few example combinations:

```text theme={null}
duration > 5 seconds AND Not Answered By Agent
```

A call cut off before an agent picked up, possibly from a caller hang-up or an IVR issue. Useful for diagnosing IVR flow problems.

```text theme={null}
Voicemail Left OR Answered By Voicemail
```

A caller who couldn't reach an agent, whether due to hours or agent availability. Good for quick follow-up.

```text theme={null}
duration > 5 seconds AND ((Not Answered By Agent) OR Voicemail Left)
```

A catch-all missed-opportunity Signal, useful as an overall call center health metric.

```text theme={null}
Not Answered By Agent AND Voicemail Left AND Spoken Phrases ("appointment", "quote", "book", "schedule", "calling back")
```

Combines a missed-opportunity condition with high-intent language spoken in the voicemail, to flag callers worth recapturing.

Tip: to add a "NOT" condition, switch the Signal Builder to Text view and add `!` before the condition to invert it.

## Tracking missed opportunities

Once your Signals are set up, add a dashboard tile to track them — for example, the percentage of calls resulting in missed opportunities, or missed opportunities charted alongside total calls by store or region. Publish the dashboard to your team so everyone can follow along.

## Where to go next

* [Using Signal Builder](/s/article/using-signal-builder)
* [What Is the Accuracy for Missed Opportunity Signals?](/s/article/missed-opportunity-signals-accuracy)
