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

# Quickstart

> Connect your data, let Elastly learn your pricing, and review your first recommendations.

Elastly turns your real catalog, costs, and sales history into price recommendations you can see the
reasoning behind and approve. Nothing changes your live prices until you say so. Here's the shortest
path from zero to your first recommendation.

<Steps titleSize="h2">
  <Step title="Connect your data">
    Elastly prices from your own data, so the first step is to connect the system you already run on.
    Pick one:

    <Columns cols={2}>
      <Card title="Oracle NetSuite" icon="https://mintcdn.com/elastly/n33H5HajGvEokWf9/logos/netsuite.svg?fit=max&auto=format&n=n33H5HajGvEokWf9&q=85&s=63503707473c4e7798127d32698b1c93" href="/docs/connect-netsuite" width="150" height="150" data-path="logos/netsuite.svg">
        Set up once by an administrator. Also syncs quotes.
      </Card>

      <Card title="Shopify" icon="https://mintcdn.com/elastly/n33H5HajGvEokWf9/logos/shopify.svg?fit=max&auto=format&n=n33H5HajGvEokWf9&q=85&s=63569c595e1b1416bd3e4b68ed4e6aa4" href="/docs/connect-shopify" width="108" height="123" data-path="logos/shopify.svg">
        A one-click install. Syncs your catalog at the variant level.
      </Card>

      <Card title="BigCommerce" icon="https://mintcdn.com/elastly/n33H5HajGvEokWf9/logos/bigcommerce.svg?fit=max&auto=format&n=n33H5HajGvEokWf9&q=85&s=b7662327a29f9b3ea3d2ae78c0563f3e" href="/docs/connect-bigcommerce" width="64" height="64" data-path="logos/bigcommerce.svg">
        Connect with a store API token.
      </Card>

      <Card title="WooCommerce" icon="https://mintcdn.com/elastly/n33H5HajGvEokWf9/logos/woocommerce.svg?fit=max&auto=format&n=n33H5HajGvEokWf9&q=85&s=2eabf35d7c4983f724016e92ddb4182f" href="/docs/connect-woocommerce" width="256" height="256" data-path="logos/woocommerce.svg">
        Connect with a consumer key and secret.
      </Card>
    </Columns>

    The first sync pulls everything, then future syncs only fetch what changed. See
    [Connectors](/docs/connectors) for how syncing works, and for the sources coming next.

    <Note>
      **Why it needs more than a price list.** Elastly learns from real outcomes, so it needs your
      customers and your sales, not just a list of products and prices. That's why it connects to the
      system where your selling actually happens.
    </Note>
  </Step>

  <Step title="Let Elastly learn your pricing">
    Once your data is in, Elastly builds a price for each product from the ground up. It starts with
    a base margin for the product's category, then adjusts for the things that change the right
    price: the customer's segment, their region, payment terms, whether cost is trending up, and how
    demand is moving. Every adjustment is a plain, visible step, not a black box.

    Over time it also learns from what actually sold. When a quote is won or lost, Elastly nudges the
    margin for that customer and product by a tiny, careful amount, so pricing gets sharper the more
    you sell. See [Pricing strategies](/docs/strategies) for how the price is built.
  </Step>

  <Step title="Set your guardrails">
    Guardrails are the limits every recommended price has to stay inside: a margin floor it can never
    dip below, an optional ceiling, a cap on how far a price can move at once, and how prices round.
    New workspaces start with sensible defaults, and you tune them in the Control Center. A strategy
    can tighten a guardrail for its products, but it can never loosen one.

    <Note>
      **Guardrails always win.** A recommended price is clamped to your guardrails before you ever
      see it, and the recommendation tells you which guardrail had the final say. See
      [Guardrails & rules](/docs/guardrails).
    </Note>
  </Step>

  <Step title="Review and apply">
    Elastly queues the products whose price should move, and only those. Each one comes with its
    reason and the drivers behind it, so you can see why before you decide. Approve or reject in the
    review queue, or let prices apply on their own when they're safely inside your guardrails. Every
    change is recorded, so you can track realized margin over time. See
    [Explainability](/docs/explainability) for what travels with each recommendation.
  </Step>
</Steps>
