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

# Welcome to the Embeddables Docs

> You've reached the brand new home for the Embeddables documentation

<img style={{ borderRadius: "8px" }} className="block dark:hidden" src="https://mintcdn.com/embeddables/sxpYjrWW35fHooCb/images/library-blob-docs.jpeg?fit=max&auto=format&n=sxpYjrWW35fHooCb&q=85&s=b8d380067a2bdf93acd68796624b8df4" alt="Embeddables library blob illustration" width="1600" height="893" data-path="images/library-blob-docs.jpeg" />

<img style={{ borderRadius: "8px" }} className="hidden dark:block" src="https://mintcdn.com/embeddables/sxpYjrWW35fHooCb/images/library-blob-docs.jpeg?fit=max&auto=format&n=sxpYjrWW35fHooCb&q=85&s=b8d380067a2bdf93acd68796624b8df4" alt="Embeddables library blob illustration" width="1600" height="893" data-path="images/library-blob-docs.jpeg" />

## Getting started

If you're new here, we recommend you start with the [5-min Tour of the Builder](/5-min-onboarding):

<Card title="5-min Onboarding Tour of the Builder" icon="circle-play" href="/5-min-onboarding" img="https://assets.embeddables.com/onboarding-tour-video-thumbnail_8543078129035822.png">
  Get a complete tour of all the major features in the Embeddables Builder, what they do, and how to use them.
</Card>

***

## Learn the key features of Embeddables

To go deeper than the Onboarding Tour, we recommend reading through the following sections, which go into how each feature works in more detail.

<CardGroup cols={3}>
  <Card title="User Data" icon="database" href="/features/user-data">
    How data is stored
  </Card>

  <Card title="Conditions" icon="split" href="/features/conditions">
    Show/hide content
  </Card>

  <Card title="Split Testing" icon="flask" href="/features/split-testing">
    Test different versions
  </Card>

  <Card title="Computed Fields" icon="brackets-curly" href="/features/computed-fields">
    Compute new values from users' data
  </Card>

  <Card title="Actions" icon="code" href="/features/actions">
    Transform and send data to other services
  </Card>

  <Card title="Analytics" icon="chart-line-up" href="/features/analytics">
    Track your users and measure insights
  </Card>

  <Card title="Version Control" icon="floppy-disk" href="/features/saving-and-version-control">
    Drafts, saves & versions
  </Card>

  <Card title="URL Params" icon="vial" href="/features/url-params">
    Pass data from the URL
  </Card>

  <Card title="Going live" icon="rocket-launch" href="/features/publish-to-your-site">
    Publish to your website
  </Card>
</CardGroup>

***

## Best practices

Click here to dive deeper into how to get the most out of the platform:

<Card title="Best Practices" icon="lightbulb" href="/guides/naming-keys">
  Our top tips and recommendations for how to get the most out of Embeddables.
</Card>

***

## How-To guides

Finally, our longer list of How-To guides are where you can find the answers to specific questions or or tasks that you're trying to achieve.

<Card title="How-To guides" icon="code" href="/how-to">
  Our full list of How-To guides, from sending data in and out of Embeddables, to all the different ways you can add an Embeddable to your site.
</Card>
