## Feed

There are a few different ways to rank casts for users.

- [For you](https://docs.neynar.com/reference/fetch-feed-for-you) feed provides a ranked, personalized, _for you_ feed for a given user
- [Trending casts](https://docs.neynar.com/reference/fetch-trending-feed) feed provides trending casts globally or filtered to a channel.

## Conversation

[Conversation for a cast](https://docs.neynar.com/reference/lookup-cast-conversation) API allows developers to fetch a conversation thread for a given cast. In addition, it’s possible to:

- rank casts in the conversation by order of quality by changing the `sort_type` parameter
- hide low quality conversations below the fold by setting the `fold` param to _above_ or _below_. Not passing in a param shows the full conversation without any fold.

All put together, this makes it possible to serve high quality information to users. If you’ve ideas on how we can improve ranking further, please message rish on [Warpcast DC](https://warpcast.com/rish) or [Slack](/content/slack/index.html).
