···627628## Next steps
629630+If you want to practice what you've learned, here are some additional challenges you could try:
631632+- Sync the profile records of all users so that you can show their display names instead of their handles.
633+- Count the number of each status used and display the total counts.
634+- Fetch the authed user's `app.bsky.graph.follow` follows and show statuses from them.
635+- Create a different kind of schema, like a way to post links to websites and rate them 1 through 4 stars.
636637+You can find more information here:
638+639+|Resources|-|
640+|-|-|
641+|[@ ATProto docs](https://atproto.com)|Learn more about the AT Protocol.|
642+|[🦋 Bluesky API docs](https://docs.bsky.app/)|See how Bluesky works as an ATProto app.|
643+|[📦 ATProto monorepo](https://github.com/bluesky-social/atproto)|See the source code first-hand.|
644+|[💬 ATProto discussions board](https://github.com/bluesky-social/atproto/discussions)|Ask any questions you have!|