> For the complete documentation index, see [llms.txt](https://help.delpha.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.delpha.io/delpha-for-salesforce/delpha-setup/install-delpha/install-delpha-package-from-the-salesforce-app-exchange.md).

# Install Delpha package from the Salesforce App Exchange

## How to Install Delpha from the Salesforce AppExchange

1. **Log in to Salesforce** using an account with system administrator rights.
2. **Go to the Salesforce AppExchange** and search for **Delpha**.\
   or use the [direct link to Delpha on the AppExchange](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMpuXUAT)
3. On the Delpha listing page, click **“Get It Now”** to begin.
4. **Choose your environment** (Production or Sandbox) based on where you want to install the package.
5. **Log in again if prompted** to confirm your identity.
6. **Accept the terms and conditions** by checking the agreement box.
7. **Set the security level**, selecting who should have access to Delpha (Admins only, All users, or specific profiles), then click **Next**.
8. Click **“Install”** to start the installation process.
9. Once complete, Salesforce will send you a **confirmation email** indicating that Delpha was successfully installed.

{% hint style="warning" %}
During the setup, you are asked to **Approve Third-Party Access**

* `api.hubapi.com`: HubSpot endpoint used by Delpha to synchronize HubSpot and Salesforce records after Delpha merges Salesforce records during the Duplicate process.\
  This integration is **disabled by default** and can be **enabled only by a Delpha Administrator** in the Duplicate Settings.
* `mail.delpha.services`: Delpha endpoint used by the **Email Insight** feature to extract business information from incoming emails.\
  This feature is **off by default** and is **activated at the Delpha license level** (FMA).
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.delpha.io/delpha-for-salesforce/delpha-setup/install-delpha/install-delpha-package-from-the-salesforce-app-exchange.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
