> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/customer-intelligence/opportunities/opportunity-status.md).

# Opportunity Status

## What the Statuses Mean

Here are the different types of status you might see, and what you can do about them:

<figure><img src="/files/ASLUvFKZPkZy74ikKJ7J" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/NfywQLQS65F9IeLtJoF4" alt=""><figcaption></figcaption></figure>

* Pending Calibration:\
  This opportunity requires calibration from your team. You may want to help us align with your expectations
  * Action: calibrate the opportunity.
* Rejected:\
  In rare cases, an opportunity might be rejected — usually when there’s an issue with how it was created, like a vague description or a low relevance count. These require your review.
  * Action: review and decide whether to update or remove.
* Processing in Progress:\
  Sometimes you’ll see something like “25% Processing” on an opportunity. This means it’s still going through our data processing pipeline. Once complete, the label will disappear, and the opportunity will be ready to use.
  * Action: wait — it will be completed automatically.
* With Specialists:\
  This tag means our internal team is taking a closer look at the opportunity. You don’t need to act, but you’ll be notified once it’s ready.
  * Action: none — we’re taking care of it.

## Ready to Go

If an opportunity shows no status, it’s complete and ready to:

* Be added to an Initiative
* Be monitored in Dashboards
* Be shared with your team

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ask.birdie.ai/customer-intelligence/opportunities/opportunity-status.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
