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