# Quoted Item Price

<figure><img src="/files/QejrVBIlmbDMo2MxPsxm" alt="" width="563"><figcaption></figcaption></figure>

## **Purpose:**

This DocBits card compares the quoted price of an item to its contracted price, allowing workflows to trigger actions based on whether the two values match or differ. It helps ensure pricing consistency and compliance with contract terms.

## **Functionality:**

* **Price Comparison:** This card evaluates whether the quoted item price meets the specified condition relative to the contracted price.
* **Operators:** The following conditions can be applied:
  * **Equals (=):** Checks if the quoted price matches the contracted price.
  * **Not Equals (≠):** Ensures the quoted price is different from the contracted price.

## **Usage:**

This card is particularly useful in procurement, sales, or contract management workflows, where it is crucial to validate that quoted prices align with agreed-upon contract terms before proceeding with approvals or order processing.

## **Example Scenario:**

* A user configures the card to check if the **quoted price equals (=)** the **contracted price**. If the prices match, the workflow proceeds to approval; if not, it triggers a notification for manual review to resolve the discrepancy.

By using the "Quoted Item Price vs. Contracted Price" card, organizations can enforce pricing policies, maintain contract compliance, and reduce errors in financial transactions.


---

# 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.docbits.com/administration-and-setup/workflow/and/logic/quoted-item-price.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.
