> ## 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.

# Installation

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

Install Coconut Grid directly from the Salesforce AppExchange. The installation process is handled within Salesforce and typically takes a few minutes.

## Install from AppExchange

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

    You can also access it from <a href={APPEXCHANGE_BASE_URL} target="_blank">AppExchange</a> and searching for `Coconut Grid`.
  </Step>

  <Step title="Click Get It Now">
    Click the **Get It Now** button on the AppExchange listing. You will be prompted to log in and select the installation environment.
  </Step>

  <Step title="Choose installation environment">
    Select where you want to install Coconut Grid.

    * **Production**: Install in your live Salesforce environment
    * **Sandbox**: Install in a test or development environment

    Installing in a Sandbox first is recommended for evaluation. After selecting the environment, review the details and click **Confirm and Install**.
  </Step>

  <Step title="Log in to Salesforce">
    Log in using your Salesforce administrator credentials. Make sure you are logging into the correct org (Production or Sandbox).
  </Step>

  <Step title="Review package details">
    Review the package information, including version and components. Then click **Install** to proceed.
  </Step>

  <Step title="Select security settings">
    Choose the appropriate security option:

    * **Install for Admins Only** (recommended for initial setup)
    * **Install for All Users**
    * **Install for Specific Profiles**

    You can configure access later using Licenses and Permission Sets.
  </Step>

  <Step title="Complete installation">
    Click **Install** and wait for the installation to complete. Salesforce may take a few minutes to process the package. You will receive a confirmation email once installation is finished.
  </Step>

  <Step title="Verify installation">
    After installation, confirm the package is available:

    * Go to `Setup` → `Installed Packages`
    * Locate Coconut Grid
    * Confirm the version and status

    If the package appears in the list, the installation was successful.
  </Step>
</Steps>

If you encounter any issues during installation, please contact our support team for assistance.
