# FAQs

## Unable to connect Linkedin company page?

When you log in with your personal Linkedin account, Blotato automatically connects every Linkedin company page where you are an Admin. There is no separate "select your company page" screen.

If a company page is missing after connecting:

1. Confirm you are an Admin of the page on Linkedin
2. In Blotato, click "Login with Linkedin" again from an incognito Chrome window
3. Log into your Linkedin account first, then log into Blotato, then reconnect

***

## How Do I Post to My LinkedIn Company Page?

**Using n8n or Make:**

1. Open your Blotato Publish node
2. Click "Add Option" at the bottom or "Advanced Settings"
3. Select your LinkedIn company page instead of personal account

**Using the Blotato web app:**

1. Go to Remix and create your post
2. Click "Schedule"
3. Select "LinkedIn" as the platform
4. Use the dropdown to select your LinkedIn company page

***

## Publishing to Linkedin via Blotato API?

If you are using Blotato API to publish to your Linkedin personal profile:

* you only need to pass in your account ID
* do not pass in your page ID\
  ​

If you are using Blotato API to publish to your Linkedin company page:

* you need to pass in your account ID
* you need to pass in your page ID

***

## Can I post a carousel to LinkedIn?

Yes. To publish a LinkedIn carousel:

1. Add 2 to 10 images to your post.
2. Blotato auto-builds a LinkedIn Document carousel — the modern carousel format on LinkedIn where viewers swipe through pages like a PDF.

Important notes:

* Pass image URLs (JPG, PNG) in the `mediaUrls` array. You do not need to upload a PDF yourself.
* LinkedIn carousels do not support videos.
* Maximum 10 images per carousel.

Using the Blotato API or n8n/Make.com, pass 2-10 image URLs in the `mediaUrls` array of the Publish Post request and Blotato handles the document conversion automatically.

***

## Can I repost an existing LinkedIn post via Blotato?

No. LinkedIn's API does not support reposting an existing post. To repost (so the original preview shows), open LinkedIn and click **Repost** on the post manually. See [Limitations](/platforms/linkedin/limitations.md#reposting) for details.

***

**Didn't find your answer?**

* [General FAQs](/support/faqs.md)
* [API FAQs](https://github.com/Blotato-Inc/help.blotato.com/blob/main/api/faqs.md)
* [Video FAQs](/features/videos/faqs.md)


---

# Agent Instructions: 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:

```
GET https://help.blotato.com/platforms/linkedin/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
