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

> Free your team from manual data entry to focus on more important things

## Partnered TMS

If you use one of our partnered TMS platforms, Vooma Build will work out-of-the-box.

## 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="Set up bidirectional Location sync">
    <Steps>
      <Step title="Create and Update Location Endpoints">
        Notify Vooma when a new facility is
        [created](/api-reference/locations/create) in your system, or when a
        facility's data is [updated](/api-reference/locations/update)
      </Step>

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

  <Accordion title="Receive webhooks on Order creation and update">
    Implement endpoints to handle [On Order
    Created](/api-reference/orders/onCreate) and [On Order
    Updated](/api-reference/orders/onUpdate) events.
  </Accordion>
</AccordionGroup>
