> 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/bluesky/connect-accounts.md).

# Connect Accounts

## Supported Bluesky Account Types

Here are the Bluesky account types supported by Blotato:

| Supported Account Types   |
| ------------------------- |
| Bluesky personal accounts |

## How to Connect Your Bluesky Accounts

1. Find your Bluesky handle
2. Go to Blotato Settings
3. Click "Login with Bluesky"
4. MANUALLY TYPE in your handle, WITHOUT the leading @ (do NOT copy/paste it)

The most common issue with connecting Bluesky is invisible characters introduced when copy/pasting your handle. Make sure you connect your Bluesky with Blotato by MANUALLY TYPING your Bluesky handle to ensure you're not copy/pasting any extraneous characters.

Another common fix: enter your handle WITHOUT the leading @ symbol. Type your profile ID like `yourname.bsky.social`, not `@yourname.bsky.social`. If your Bluesky connection fails, remove the @ in front of your handle and try again.

## How to Refresh Bluesky Connection

Social platforms periodically require you to refresh connections to 3rd party tools, like Blotato.

This is normal and helps keep your account secure.

To refresh your Bluesky connection in Blotato:

* go to [Settings](https://my.blotato.com/settings)
* find your Bluesky account in the list
* click the blue **Reconnect** button next to it, then approve with the same account

Do NOT click "Login with Bluesky" to refresh an existing account -- that is for adding a new account.

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

Don't DISCONNECT your account, otherwise all posts SCHEDULED in that account will fail.

## Can I Post Videos to Bluesky?

Yes, you can use Blotato to post videos to Bluesky. However, you must verify your email address with Bluesky so that you are allowed to post videos.


---

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