> 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/how-to-faq/delpha-linkedin-connector/linkedin-connection-alerts-and-troubleshooting.md).

# LinkedIn Connection Alerts & Troubleshooting

### Overview

To function correctly, Delpha requires an active connection to your LinkedIn account. If this connection is interrupted (e.g., password change, session timeout), Delpha immediately notifies you to prevent data gaps.

### How do I know if my connection is down?

Delpha uses a multi-channel alert system to ensure you are aware of connection issues:

#### 1. Email Notification

You will receive an automated email from Delpha notifying you that your LinkedIn connection has been lost and requires attention.

#### 2. Visual Alerts (Salesforce)

If you are working inside Salesforce, you will see immediate visual warnings on the Delpha Score Meter:

* The Alert: A Red Dot appears on the User Settings icon (the cog/gear icon located on the Score meter).
* The Meaning: This red dot specifically indicates a configuration error or connection failure that needs user intervention.

### How to Fix the Connection

Re-establishing the connection is simple and can be done directly from the alert.

1. Click the Icon: Click the User Settings icon (the cog with the red dot) on the Score meter.
2. Redirect: You will be automatically taken to the Delpha User Settings tab.
3. Reconnect: [Follow the on-screen prompts to re-authenticate your LinkedIn account](/delpha-for-salesforce/how-to-faq/delpha-linkedin-connector/how-can-i-connect-my-linkedin-account-to-delpha.md) (usually by clicking "Connect").
4. Verification: Once successful, the red dot on the cog icon will disappear, and the status in the Settings tab will show as "Connected."

{% hint style="warning" %}
You may have to reconnect to your LinkedIn account to refresh the information.&#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/how-to-faq/delpha-linkedin-connector/linkedin-connection-alerts-and-troubleshooting.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.
