> For the complete documentation index, see [llms.txt](https://docs.blacksky.community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blacksky.community/info-about-blacksky-the-community/joining-blacksky-feeds-and-moderation-tools.md).

# Joining Blacksky Feeds

### Feeds

There are several feeds created by Blacksky Algorithms:

* [Blacksky](https://bsky.app/profile/rudyfraser.com/feed/blacksky)
* [Blacksky: Trending](https://bsky.app/profile/rudyfraser.com/feed/blacksky-trend)
* [Blackademics](https://bsky.app/profile/rudyfraser.com/feed/blacksky-edu)

{% hint style="info" %}
You may see that the feeds are authored by "@rudyfraser.com". Those are the right feeds.
{% endhint %}

#### Joining a Blacksky Feed

Create a post and include the #AddToBlacksky hashtag (this only needs to be done once). All posts after will be included in the Blacksky feed.

{% code title="Example post" %}

```
This is an example of a post
#AddToBlacksky
```

{% endcode %}

![A screenshot of post on Bluesky including text that states "This is an example of a post", and "#AddToBlacksky". This is to showcase how a user can get their posts included in the Blacksky feed.](/files/f6d70346f27692ed8a28e7ec203ac7400bf4978d)

#### Leaving a Blacksky Feed

Create a post and include the #RemoveFromBlacksky hashtag. All posts after will NOT be included in any of the Blacksky feeds.

{% code title="Example post" %}

```
This is another example post
#RemoveFromBlacksky
```

{% endcode %}

![A screenshot of post on Bluesky including text that states "This is another example post", and "#RemoveFromBlacksky". This is to showcase how a user can get their posts included in the Blacksky feed](/files/af4a4a4dd8061416f1dc795099f0ae6ebea5a09d)

#### Pinning a Feed

{% stepper %}
{% step %}

### Open the Bluesky app

Go to the [Bluesky](broken://pages/0a9024feb301e4449430e3411ff646d456905716) app.
{% endstep %}

{% step %}

### Navigate to Search

Open the search page in the app.
{% endstep %}

{% step %}

### Find the feed

Type in the title of any of the feeds previously mentioned.
{% endstep %}

{% step %}

### Join the feed

Click the "+" to join this feed.
{% endstep %}
{% endstepper %}

***


---

# 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://docs.blacksky.community/info-about-blacksky-the-community/joining-blacksky-feeds-and-moderation-tools.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.
