> 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/limitations.md).

# Limitations

## Videos in carousels

LinkedIn's API does not support video media in carousels. You cannot add videos to LinkedIn carousels through Blotato or any third-party tool.

***

## Articles

LinkedIn's API does not support publishing LinkedIn Articles. You cannot publish Articles through Blotato or any third-party tool.

***

## Polls

LinkedIn's API does not support creating polls. You cannot add polls through Blotato or any third-party tool.

***

## Reposting

LinkedIn's API does not support reposting an existing LinkedIn post. To repost a post (so it shows the original preview), open LinkedIn manually and click **Repost** on the post. Blotato will integrate native reposting when LinkedIn makes it available via API.

***

## 50 posts per 24h per profile and per Page

Blotato limits LinkedIn publishing to 50 posts per 24 hours per profile and per company Page. Your LinkedIn profile and each connected company Page each have their own independent 50-post limit, so posts to one do not count against another.

**Example:** You connect your LinkedIn profile and 2 company Pages. Your profile publishes up to 50 posts, and each company Page publishes up to 50 posts, in the same 24-hour window.


---

# 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/limitations.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.
