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

# Connect Accounts

## Supported Linkedin Account Types

Here are the Linkedin account types supported by Blotato:

| 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"
4. After you authorize, a **Select LinkedIn pages** window opens. Check the company pages you want to connect, then click **Save**.

You choose which company pages to connect. Only the pages you select are added to your connected accounts list and the publish dropdown. Your personal LinkedIn profile connects on its own.

Your LinkedIn profile and each company Page you select each count as one connected account toward your plan's [account limit](/settings/social-accounts.md#account-limits). If your selection goes over your plan limit, deselect a few pages or upgrade your plan, then click Save.

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

## 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 Blotato for security reasons. Posts scheduled to your personal profile keep working after you refresh.

Reconnecting clears your connected company Pages, so you re-select them as the last step. Posts scheduled to a company Page keep working once you re-select that Page and click Save.

To refresh your LinkedIn connection in Blotato:

1. Go to [Settings](https://my.blotato.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
5. In the **Select LinkedIn pages** window, re-check the company pages you want to keep connected, then click **Save**

: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.blotato.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.
