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

# Welcome to Colossal

> Build commerce automations for commerce teams from a prompt, on hosted commerce primitives.

With Colossal, you can build **powerful commerce automations** for your **commerce teams** with a simple **prompt**.

Backed by our **commerce primitives** and infrastructure, you can:

<Steps>
  <Step title="Create custom commerce automations" icon="robot">
    [Build](/quickstart/create-an-automation) revenue recovery automations, customer support automations, personalized upsells, smart reports, insights, and [much more](https://colossal.sh/automations-library) right from the chat without any code. Enterprise-grade controls, human in the loop and audit logs are included.
  </Step>

  <Step title="Enhance your existing commerce infrastructure" icon="plug">
    Use [Colossal Automations](/automations/overview) with your existing infrastructure — automations can pull your data (including products, orders, or custom models), act on it using the [Custom agent](/automations/step-types#let-an-agent-decide) step or any of the [connections](https://colossal.sh/apps), and send the results to your backend using webhooks or custom connections.
  </Step>

  <Step title="And much more" icon="sparkles">
    Make your storefront [ready for agentic commerce](/deployment/agentic-commerce), extend cart and checkout with [storefront events](/apps/colossal-app/storefront-events), and much more. Explore the rest of the docs to see what you can build on Colossal.
  </Step>
</Steps>

### Automation Builder

You can create an automation by describing it in the chat. **Automation Builder** will compose steps, events and actions from any installed [connection](/automations/connections) to handle your custom logic, order fulfillment, notifications, data syncing, support routing, etc. Anything event-driven or scheduled. **You don't need a storefront to use automations**.

### Commerce primitives

Our hosted backend provides [products](/concepts/products) with variants and pricing, a persistent [cart](/concepts/cart), hosted [checkout](/concepts/checkout-and-payments) with tax and shipping, [order](/concepts/orders) management, [customer](/concepts/customers) profiles, and [billing](/concepts/invoices-and-billing).
You can use the Admin SDK (coming soon) or the GraphQL API to interact with them.

## Explore

<CardGroup cols={2}>
  <Card title="Platform" icon="store" href="/concepts/projects">
    Products, checkout, orders, customers, and billing.
  </Card>

  <Card title="Automation Builder" icon="robot" href="/automations/overview">
    Events, actions, Custom agent, and step types.
  </Card>

  <Card title="Storefront SDK" icon="code" href="/react-sdk/overview">
    React hooks for products, cart, checkout, and theming.
  </Card>

  <Card title="Connections" icon="puzzle-piece" href="/automations/connections">
    Connect Stripe, PayPal, Klaviyo, Slack, and more.
  </Card>

  <Card title="Agentic commerce" icon="rocket" href="/deployment/agentic-commerce">
    Let customers discover and buy through AI chat apps.
  </Card>

  <Card title="Storefront API" icon="book" href="/api-reference/overview">
    GraphQL API for products, cart, checkout, and orders.
  </Card>
</CardGroup>
