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

# Quickstart

export const APPEXCHANGE_BASE_URL = 'https://appexchange.salesforce.com';

Get started with Coconut Grid by completing the basic setup flow.

<Steps>
  <Step title="Install from AppExchange">
    Install <a href={`${APPEXCHANGE_BASE_URL}/appxListingDetail?listingId=99b0ed5a-2410-4cf8-a3e3-9a1206c2af8c`} target="_blank">Coconut Grid</a> from the Salesforce AppExchange.

    The installation is completed within Salesforce. You can install it in either a Production org or a Sandbox org.

    See [Installation](/get-started/installation) for detailed steps.
  </Step>

  <Step title="Assign licenses">
    Assign a Coconut Grid license to each user who will use the app.

    Users need a license before they can access Coconut Grid features.

    See [Licensing](/get-started/licensing) for detailed steps.
  </Step>

  <Step title="Assign permission sets">
    Assign the appropriate permission set to each user based on their role.

    Use `Coconut Grid User` for standard users and `Coconut Grid Administrator` for users who need access to admin features and settings.

    See [Permission Sets](/get-started/permission-sets) for detailed steps.
  </Step>

  <Step title="Create an Item">
    Create an item to define how your data is displayed and managed.

    Open the Coconut Grid tab. At the bottom of the sidebar, click the **New Item** button to create a new item.

    See [Create an Item](/get-started/create-an-item) for detailed steps.
  </Step>
</Steps>
