> 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/extra-tasks/check-my-org-settings.md).

# Check my org settings

Ensure your Salesforce org settings are properly set to get the best of Delpha

## Lightning Web Security: activated (<mark style="color:orange;">Mandatory</mark>)

To activate the Lightning Web Security feature in Salesforce:

1. **Access Setup**: Click on the gear icon and select "Setup."
2. **Locate Session Settings**: Enter "Session Settings" in the Quick Find box.
3. **Enable Lightning Web Security**: Scroll to find the "Enable Lightning Web Security" option and check the box.
4. **Save Your Configuration**: Click "Save" to ensure the settings are applied.

{% hint style="warning" %}
In newly created Salesforce orgs, the LWS feature is activated by default.

If you do not activate it, the display of the all the LWC components in the org will be too slow to allow a good user experience.

Delpha's data steward views are LWC components.
{% endhint %}

## Adopt updated CSP directives: unchecked (<mark style="color:orange;">Mandatory</mark>)

To deactivate the Adopt updated CSP Directives setting in Salesforce:

1. **Access Setup**: Click on the gear icon and select "Setup."
2. **Locate Session Settings**: Enter "Session Settings" in the Quick Find box.
3. **Adopt updated CSP directives**: Scroll to find the "Adopt updated CSP directives" option and uncheck the box.
4. **Save Your Configuration**: Click "Save" to ensure the settings are applied.

{% hint style="warning" %}
If this option remain selected, some links provided by Delpha (such as Company logo) will not display properly and will appear as broken links.
{% endhint %}

## Accounts as Campaign Members: enabled (Recommended)

1. **Access Setup**: Click on the gear icon and select "Setup."
2. **Locate Accounts As Campaign Members**: Enter "Accounts As Campaign Members" in the Quick Find box.
3. **Enable Accounts As Campaign Members**: Select the option "Enable"
4. **Save Your Configuration**: Click "Save" to ensure the settings are applied.

{% hint style="warning" %}
This setting is mandatory if you want to deal with Account Enrichment through Delpha Campaigns.
{% endhint %}

## Contacts to Multiple Accounts: enabled (Recommended)

To activate the feature allowing users to relate a contact to multiple accounts in Salesforce:

1. **Navigate to Setup**: Click the gear icon and select "Setup."
2. **Search for Account Settings**: Use the Quick Find box to locate "Account Settings."
3. **Enable the Feature**: Find the "Contacts to Multiple Accounts" option and check the box to enable it.
4. **Save Changes**: Click "Save" to apply the changes.

{% hint style="warning" %}
This setting is recommended when dealing with contacts belonging to different accounts.
{% 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/extra-tasks/check-my-org-settings.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.
