···11+# Example: Engagement
22+33+This configuration file includes a feed for watching for engagement with your websites.
44+55+## Instructions
66+77+1. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey`
88+2. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them.
99+
+9
examples/my_stuff/README.md
···11+# Example: My Stuff
22+33+This configuration file shows how you can make a personalized feed based of your posts, replies to your posts, and posts where you are quoted.
44+55+## Instructions
66+77+1. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey`
88+2. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them.
99+
+12
examples/private_my_stuff/README.md
···11+# Example: Private My Stuff
22+33+This configuration file shows how you can make a private personalized feed based of your posts, replies to your posts, and posts where you are quoted.
44+55+This feed is configured with the `allow` attribute that has a list of DIDs that can access the feed. Any request coming from a DID not in that list sees the `deny` post.
66+77+## Instructions
88+99+1. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey`
1010+2. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them.
1111+3. Create a new post that people will see when the do not have access to the feed. Replace the `DENIED` placeholder with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.post/some_rkey`
1212+
+9
examples/tags/README.md
···11+# Example: Tags
22+33+This configuration file shows how you can make a personalized feed of posts with one or more tags.
44+55+## Instructions
66+77+1. Create the feed and replace `ATURI` with the full record AT-URI. Should look like `at://YOUR_DID/app.bsky.feed.generator/some_rkey`
88+2. Update the `DID` placeholders with your DID. There are several references, so be sure to update all of them.
99+