> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/strategies/tokens/using-the-opportunity-value-token.md).

# Using the “Opportunity Value” Token

In SprintHub, you have a variety of Tokens to customize opportunity titles and populate fields with relevant information. One example is the “Opportunities Value” Token, which calculates the sum of the values of open, won, and lost opportunities for each Lead. This feature can be used to send personalized notifications and alerts to users.

### **TOKEN**

**Value of OPEN Opportunities:**

```
{contactfield=crmOpenValue}
```

**Value of WON Opportunities:**

```
{contactfield=crmGainedValue}
```

**Value of LOST Opportunities:**

```
{contactfield=crmLostValue}
```

{% embed url="<https://youtu.be/d83Ephk7bPs>" %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeeVPdepP8fPAPNWfKU8mEESpMIaUrnFCz8l4_dAEpDjdvhVVvCcI5JSp5m9i8MqwjKRvKGoz2fbo07TKkd4eVICqA1g2TKopPtLdvDfpcbOj5085sfc5ry-KW57vkwbbVSsO8cqg?key=5EaHn_K7P3dNzlFboXp22dzs" alt=""><figcaption></figcaption></figure>

**CONCLUSION**

Using the “Opportunities Value” Token is a smart way to keep your team informed about the financial potential of each Lead, helping to prioritize deals and make more strategic decisions in the sales funnel.


---

# 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://docs.sprinthub.com/en/strategies/tokens/using-the-opportunity-value-token.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.
