> 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/how-can-i-check-if-a-linkedin-cookie-is-properly-set-or-valid.md).

# How can I check if a LinkedIn cookie is properly set or valid

## Manage LinkedIn Connections in Delpha User Settings

To monitor and troubleshoot LinkedIn connections for your users, you must be a [**Delpha Admin**](/delpha-for-salesforce/delpha-setup/install-delpha/assign-a-delpha-permission-set-group.md).&#x20;

Monitoring is done via the [**Delpha Setup app**](/delpha-for-salesforce/delpha-apps/delpha-setup.md).

### Steps to Access and Review

1. Open the **Delpha Setup** app
2. Navigate to the **Delpha User Settings** tab
3. Update the **List View** to include the following key fields:

### Field Descriptions

* **User**: Name of the Salesforce user
* **LinkedIn Connection**:
  * ✅ Checked → Connected
  * ❌ Unchecked → User must run the [**Connect to LinkedIn** ](/delpha-for-salesforce/how-to-faq/delpha-linkedin-connector/how-can-i-connect-my-linkedin-account-to-delpha.md#connect-to-linkedin-conversation)process
* **LinkedIn Session Cookie Invalid**:
  * ✅ Checked → [Cookie is expired or invalid. User must reconnect](/delpha-for-salesforce/how-to-faq/delpha-linkedin-connector/how-can-i-connect-my-linkedin-account-to-delpha.md#set-your-linkedin-cookie-connect-to-linkedin-conversation).
* **Browser User Agent**:
  * Must look like a valid browser string (e.g., `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36`)
  * Ensures compatibility for cookie-based enrichment
* **LinkedIn Account Type**:
  * Options: **Free**, **Premium**, or **SalesNavigator**
  * This setting affects the [**daily enrichment limit** per user](/delpha-for-salesforce/how-to-faq/delpha-linkedin-connector/how-many-records-can-be-enriched-with-linkedin-in-a-day-per-user.md)


---

# 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/how-can-i-check-if-a-linkedin-cookie-is-properly-set-or-valid.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.
