# Do I consume a token when applying a Delpha recommendation?

### The Short Answer

**No.** You do not consume a token when applying a recommendation.

In Delpha, the action of a user (or an automated process) accepting and applying a suggested fix is completely free of charge.

### When Are Tokens Actually Consumed?

Delpha *only* consumes a token during the **analysis and generation phase**.

As explained in our [What is a Token? ](/delpha-for-salesforce/how-to-faq/delpha-data-quality/what-is-a-token.md)guide, a token is used when the system:

* Scans a record to evaluate its data quality.
* Searches for missing information (like retrieving an email or LinkedIn profile).
* Generates the actual recommendation for you to review.

Once that recommendation is generated and waiting for you, the token has already been spent.

### Why Does This Matter?

This pricing model is designed to give you complete freedom over your data governance:

* **Unlimited Reviews:** Your team can review, apply, or dismiss recommendations as many times as they want without worrying about additional costs.
* **Predictable Usage:** Your token consumption is entirely driven by your automated data refresh schedule (Daily, Monthly, Quarterly), not by how active your users are in applying the fixes.

{% hint style="success" %}
**Best Practice:** Encourage your team to actively review and apply recommendations! Since applying them is free, doing so maximizes the ROI of the tokens you've already consumed to find those insights.
{% endhint %}


---

# 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://help.delpha.io/delpha-for-salesforce/how-to-faq/delpha-data-quality/do-i-consume-a-token-when-applying-a-delpha-recommendation.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.
