# Request for Quotations (RFQ)

Streamline routine purchases with competitive pricing from multiple suppliers

URL: https://www.procureflow.ai/docs/workflows/rfq



import { Step, Steps } from 'fumadocs-ui/components/steps'
import { FAQLinks } from '@/components/faq-links'

The RFQ workflow is designed for routine purchases where you need competitive pricing from multiple suppliers. From requisition to purchase order, ProcureFlow automates sourcing, evaluation, and approval while keeping you in control of key decisions.

Process Overview [#process-overview]

<img alt="RFQ workflow: sourcing, negotiation, evaluation, and award" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-process-overview.png" width="1200" height="198" />

How It Works [#how-it-works]

<Steps>
  <Step>
    Create an RFQ [#create-an-rfq]

        <img alt="RFQ Step 1: Create an RFQ" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step1-create-rfq.png" width="984" height="444" />

    An end user submits a purchase request specifying the items or services needed. The request includes:

    * Item descriptions and quantities
    * Required delivery date
    * Technical specifications (if applicable)
    * Budget or estimated value

    Once submitted, the RFQ enters the sourcing phase.
  </Step>

  <br />

  <Step>
    AI Supplier Sourcing [#ai-supplier-sourcing]

        <img alt="RFQ Step 2: AI Supplier Sourcing" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step2-ai-supplier-sourcing.png" width="984" height="444" />

    ProcureFlow's AI automatically identifies potential suppliers based on:

    * **Historical performance:** Past participation and award rates
    * **Category expertise:** Suppliers who have delivered similar items
    * **Compliance status:** Active suppliers meeting your organization's requirements

    The AI generates a recommended supplier list, saving you hours of manual research.
  </Step>

  <br />

  <Step>
    Finalize Supplier Invitations [#finalize-supplier-invitations]

        <img alt="RFQ Step 3: Finalize Supplier Invitations" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step3-finalise-supplier-invitations.png" width="984" height="444" />

    As the procurement officer, you review the AI-recommended suppliers and make the final decision on who to invite. You can:

    * Accept the AI recommendations as-is
    * Add suppliers from your approved vendor list
    * Remove suppliers based on current relationships or capacity concerns

    Once finalized, ProcureFlow sends RFQ invitations to all selected suppliers.
  </Step>

  <br />

  <Step>
    Suppliers Submit Bids [#suppliers-submit-bids]

        <img alt="RFQ Step 4: Supplier Submit Bids" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step4-supplier-submit-bids.png" width="984" height="444" />

    Invited suppliers receive the RFQ details through the Supplier Portal and submit their quotations. Each bid includes:

    * Unit pricing and total cost
    * Delivery timeline
    * Payment terms
    * Technical compliance (if specifications were provided)

    You can track submission status in real-time and send reminders to suppliers who haven't responded.
  </Step>

  <br />

  <Step>
    BAFO Round (Optional) [#bafo-round-optional]

        <img alt="RFQ Step 5: BAFO Round" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step5-bafo-round.png" width="984" height="444" />

    For higher-value purchases or when initial bids are close, you can open a Best and Final Offer (BAFO) round. This gives suppliers one last opportunity to improve their pricing.

    > **Note:** BAFO rounds are optional and typically used for purchases above your organization's threshold. For low-value purchases, you can skip directly to evaluation.

    Want to automate this step? See [Automatically Triggered Negotiations](https://www.procureflow.ai/docs/core-features/auto-negotiations.md) to configure rules that open BAFO rounds automatically based on RFQ value and other criteria.
  </Step>

  <br />

  <Step>
    Evaluate Bids [#evaluate-bids]

        <img alt="RFQ Step 6: Evaluate Bids" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step6-evaluate-bids.png" width="984" height="444" />

    ProcureFlow supports structured bid evaluation with two scoring dimensions:

    | Evaluation Type | What It Measures                                             |
    | :-------------- | :----------------------------------------------------------- |
    | **Technical**   | Compliance with specifications, quality, delivery capability |
    | **Commercial**  | Pricing, payment terms, total cost of ownership              |

    The system flags anomalies automatically (unusually low bids, missing compliance items, or significant price variations) so you can investigate before making decisions.
  </Step>

  <br />

  <Step>
    Award Decision [#award-decision]

        <img alt="RFQ Step 7: Award Decision" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step7-award-decision.png" width="984" height="444" />

    Based on evaluation scores, you decide which supplier(s) receive the award. ProcureFlow supports:

    * **Single award:** One supplier wins the entire RFQ
    * **Split award:** Divide quantities across multiple suppliers based on capability or risk diversification

    The system generates an award recommendation, but the final decision is always yours.

    For large RFQs with many line items, use the [Award Optimiser](https://www.procureflow.ai/docs/core-features/award-optimiser.md) to automatically calculate the best allocation across suppliers based on your strategy and constraints. To ensure every award decision is properly documented, the [Compliance Agent](https://www.procureflow.ai/docs/core-features/compliance-agent.md) helps you generate audit-ready justifications.
  </Step>

  <br />

  <Step>
    Approval Workflow [#approval-workflow]

        <img alt="RFQ Step 8: Approval Workflow" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step8-approval-workflow.png" width="984" height="444" />

    Once you've made the award decision, it routes through your organization's approval chain. Approvers can:

    * Review bid comparisons and evaluation scores
    * See the justification for the selected supplier(s)
    * Approve, reject, or request changes

    Approval workflows are configurable based on purchase value, category, or department.
  </Step>

  <br />

  <Step>
    Purchase Order Created [#purchase-order-created]

        <img alt="RFQ Step 9: Purchase Order Created" src="https://storage.googleapis.com/imgez/procure-flow/documentation/doc-rfq-step9-po-created.png" width="984" height="444" />

    Upon final approval, ProcureFlow automatically generates Purchase Orders for each awarded supplier. The POs include:

    * Agreed pricing and quantities
    * Delivery schedule
    * Terms and conditions
    * Reference to the original RFQ for audit trail

    Suppliers receive PO notifications through the portal, completing the procurement cycle.
  </Step>
</Steps>

FAQ [#faq]

<FAQLinks
  slugs={[
'faq/rfq/extend-rfq-deadline',
'faq/rfq/no-supplier-response',
'faq/rfq/disqualify-supplier-after-bid',
'faq/rfq/is-bafo-mandatory'
]}
/>
