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

# Installation

> Begin with a guide on the fastest path to a successful outcome

Go to this link

<Steps>
  <Step title="Install">
    Describe how to install your product or sign up.

    ```bash theme={null}
    npm install your-package
    ```
  </Step>

  <Step title="Configure">
    Describe any setup or configuration needed before first use.

    ```bash theme={null}
    your-cli init
    ```
  </Step>

  <Step title="Run it">
    Show the first thing a user does to see it working.

    ```bash theme={null}
    your-cli start
    ```
  </Step>
</Steps>

<Tip>
  Give people a way to get help. This could be a link to a support page, a chat with a customer support agent, or a forum for your product.

  Example: Need help? Reach out to us at [support@yourcompany.com](mailto:support@yourcompany.com).
</Tip>
