> For the complete documentation index, see [llms.txt](https://help.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.contouron.com/platforms/linkedin/connect-accounts.md).

# Connect Accounts

> For the complete documentation index, see [llms.txt](https://help.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.contouron.com/platforms/linkedin/connect-accounts.md).

## Connect Accounts

### Supported Linkedin Account Types

Here are the Linkedin account types supported by Contouron:

| Supported Account Types    |
| -------------------------- |
| Linkedin personal accounts |
| Linkedin company pages     |

### How to Connect Your Linkedin Accounts

1. Go to Settings
2. Make sure you're logged into the Linkedin account you want to connect
3. Click "Login with Linkedin"

When you log in with your personal Linkedin account, Contouron automatically connects every Linkedin company page where you are an Admin. You do not need to pick pages on a separate permission screen — they show up in your connected accounts list and in the publish dropdown.

If a company page is missing, confirm you are an Admin of that page on Linkedin, then reconnect from an incognito Chrome window.

### How to Refresh Linkedin Connection

If you see a message that your LinkedIn connection is about to expire, this is normal. Social platforms periodically require you to refresh connections to third-party tools like Contouron for security reasons. Your scheduled posts keep working after you refresh.

To refresh your LinkedIn connection in Contouron:

1. Go to [Settings](https://my.contouron.com/settings)
2. Find your LinkedIn account in the list
3. Click the blue **Reconnect** button next to that account
4. Approve the permissions when prompted, using the same LinkedIn account

:octagonal\_sign: **IMPORTANT** :octagonal\_sign:

Do NOT click "Login with Linkedin" to refresh an existing account, and do NOT disconnect the account. "Login with Linkedin" is for adding a new account, and disconnecting causes all posts SCHEDULED for that account to fail.


---

# 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.contouron.com/platforms/linkedin/connect-accounts.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.
