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

# Quickstart

> Start building awesome product tours in under 5 minutes

## Setup your tour

Learn how to create tours and publish them to the public.

### Create and Edit

<AccordionGroup>
  <Accordion icon="pen-to-square" title="Create Tour">
    During the onboarding process, we created an product tour with
    an introduction to meli. You can find this tour on your [dashboard](https://www.meli-ai.com/dashboard) under the 'All' tab or on the [team tours](https://www.meli-ai.com/dashboard/team) page.
    To create more tours follow the [new tour](https://www.meli-ai.com/dashboard/new-tour) dialog.
  </Accordion>

  <Accordion icon="screwdriver-wrench" title="Edit Tour">
    To edit your tour and make changes click on a tour card to access the tour overview.
    Each tour has multiple modules with multiple steps.
    Think of of modules as building blocks of your tour.
  </Accordion>
</AccordionGroup>

### Publish

<AccordionGroup>
  <Accordion icon="rocket" title="Make tours available">
    Every tour within the team scope is available when initializing the tour in your app.
    Tours located inside the private folder need to be published first to be seen by your users.
    You can find the publish action inside the edit view of a private tour.
    Vice versa you can unpublish team tours and change the visibility to private.
  </Accordion>
</AccordionGroup>

### Environments & Preview ([Base plan](https://www.meli-ai.com/pricing))

<AccordionGroup>
  <Accordion icon="seedling" title="Production and Staging">
    If you have multiple environments (e.g. Production and Staging) each environment has a unique token to initialize a tour.
    You can find your meli.js Token under [workspace settings](https://www.meli-ai.com/dashboard/workspace).
  </Accordion>

  <Accordion icon="badge-check" title="Preview tours">
    To preview tours in your app before installing meli.js please download and follow the instructions in our chrome extension.
    Note: This feature is not available yet.
  </Accordion>
</AccordionGroup>
