> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vooma.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Vooma Quote

> Get visibility into the lost revenue in your inbox. Quote more freight, faster

## Custom Integration

<AccordionGroup>
  <Accordion title="Set up bidirectional Customer sync">
    <Steps>
      <Step title="Create and Update Customer Endpoints">
        Notify Vooma when a new customer is
        [created](/api-reference/customers/create) in your system, or when a
        customer's data is [updated](/api-reference/customers/update)
      </Step>

      <Step title="Customer Webhooks: onCreated and onUpdated">
        Receive webhook updates when Vooma
        [creates](/api-reference/customers/onCreate) or
        [updates](/api-reference/customers/onUpdate) a customer
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Choose or implement your pricing integrations">
    Vooma supports most common third-party pricing tools, but if you have your
    own pricing engine, Vooma will need access to your endpoint.
  </Accordion>

  <Accordion title="Receive webhooks on Quote status updates">
    Implement an endpoint to handle quote status update events.
  </Accordion>
</AccordionGroup>
