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

# Introduction

> Elastly prices every line from your own data, shows its reasoning, and never moves a price outside the limits you set.

Elastly is pricing intelligence for companies that sell at scale. It connects to the system you
already run on, learns what your prices should be from your real costs, customers, and sales, and
recommends a price for every product. You see the reasoning behind each one, and nothing reaches a
customer until you approve it.

<Frame caption="From your data to a live price, with you in the loop at every step.">
  <img src="https://mintcdn.com/elastly/X0olHMF4bWC4R-7k/art/hero-flow.png?fit=max&auto=format&n=X0olHMF4bWC4R-7k&q=85&s=f13dd7ce42ecbe99fcf7c6bc2fafd151" alt="Four steps: connect your data, Elastly builds a price, you review, prices apply." width="2916" height="740" data-path="art/hero-flow.png" />
</Frame>

## How a price gets built

Elastly does not guess a number. It builds one, a step at a time, and every step is visible.

It starts with a base margin for the product's category. Then it adds adjustments for the things
that genuinely change the right price: who the customer is, where they are, what terms they are on,
whether your cost is trending up, and how demand is moving. Each adjustment is a labelled step with
its own size, so a price is a stack of reasons you can read, not a black box.

Then your guardrails clamp it. A margin floor it can never dip below, an optional ceiling, a limit
on how far a price can move at once, and your rounding. The recommendation tells you which guardrail
had the final say.

<Note>
  This is additive margin stacking, not elasticity modelling. Elastly does not try to fit a demand
  curve to your catalog. It starts from a margin you chose and adjusts it for reasons you can name.
</Note>

## It learns from what actually sold

When a quote is won or lost, Elastly nudges the margin for that customer and product by a small,
careful amount. Sell more, and the pricing gets sharper. The learning is bounded by the same
guardrails as everything else, so it can tighten your pricing without ever surprising you.

## Nothing changes until you say so

Elastly queues only the products whose price should move. Each one arrives with its reason and the
drivers behind it. You approve or reject, or you let prices apply on their own once they are safely
inside your guardrails. Every change is recorded, so you can track realized margin over time.

## Start here

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/quickstart" cta="Get set up">
    Connect a source, set your guardrails, and get to your first recommendation.
  </Card>

  <Card title="Connectors" icon="plug" href="/docs/connectors">
    How NetSuite, Shopify, BigCommerce, and WooCommerce sync into canonical data.
  </Card>

  <Card title="Pricing strategies" icon="sliders" href="/docs/strategies">
    How the margin stack is assembled, and how strategies shape it.
  </Card>

  <Card title="Guardrails & rules" icon="shield-check" href="/docs/guardrails">
    The limits a recommended price can never cross.
  </Card>

  <Card title="Explainability" icon="list-tree" href="/docs/explainability">
    What travels with every recommendation, and how to read it.
  </Card>

  <Card title="API reference" icon="terminal" href="/docs/api/endpoints/get-prices">
    Ask for a customer- and quantity-specific price, with the reason stack attached.
  </Card>
</Columns>
