> 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/import-conversations.md).

# Import Conversations

## Importing Conversations into Delpha

{% hint style="success" %}
For an initial setup, the conversations are automatically imported by applying the step **Delpha Conversations** in the **Delpha Integration** section of the **Delpha Setup** app.\
Later on, you can reimport or update the conversations following the steps below.&#x20;
{% endhint %}

To import [conversations](/delpha-for-salesforce/delpha-apps/delpha-setup/conversations.md) for use in Delpha’s data quality workflows:

1. Open the **Delpha Setup** app in Salesforce
2. Navigate to the **Import Conversations** tab
3. Select the components you wish to import
4. Click **Import Data** to begin the process

For full functionality, it’s recommended to include the following components:

{% hint style="warning" %}

* **Version 3.56 and onward**: the conversation package Data Quality is **no longer needed**. All the Data Quality topics being handled in the score meter.&#x20;

* **Versions 3.60 and onward**: most of the data quality and duplicate conversations are managed from the Score meter.&#x20;
  {% endhint %}

* `DuplicateLeadWD`

* `DuplicatePersonAccount`

* `LeadVsContact`

* `LinkedInEnrichmentAdvanced`

* `LinkedInEnrichment`

{% hint style="warning" %}

* Additional information on [Delpha Conversations](/delpha-for-salesforce/delpha-apps/delpha-setup/conversations.md)
* By importing these components you add the Delpha standard conversations to the org. They are all listed in the app Delpha Setup below the [**Conversation Builder**](/delpha-for-salesforce/delpha-apps/delpha-setup/conversation-builder.md) tab. &#x20;
  {% 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/import-conversations.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.
