# 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: 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:

```
GET https://docs.sprinthub.com/en/strategies/tokens/using-the-opportunity-value-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
