# Bluesky: Creating an app password

Bluesky allows you to create app-specific passwords, so you can safely sign into Threaditor without giving away your actual account password.&#x20;

1. Go to the [App Password section of your Bluesky settings](https://bsky.app/settings/app-passwords)
2. Select "Add App Password", and give your app password a name. We recommend "Threaditor", or something similar.
3. Select "Create App Password", then copy the password it generates. You'll be unable to view this password again, so ensure you have copied it before continuing.
4. Within Threaditor, select [Settings > Accounts](https://threaditor.net/dashboard/settings/agents), then select "Link an account".
5. Select "Bluesky", then fill out your account information. Place your app password into the "App password" field, then select "Connect".

You account should now be securely connected to Bluesky!


---

# 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.threaditor.net/advanced/linked-accounts/bluesky-creating-an-app-password.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.
