# How Timeline Works

The Moseiki App Feed is designed to let you share with and connect to the people and things that matter most to you. Each time you launch or refresh the app, the top of your feed will feature photos and videos that we believe are most relevant to your interests. Beyond posts from those you follow and your favorite hashtags, you might also discover suggested accounts tailored to your preferences.

### Posts you see on your Moseiki Timeline

Your timeline displays the [For You](/help-center/explore-moseiki/search-and-explore.md#for-you-page) tab by default. This tab curates posts based on your selected interests. If you haven't specified any interests in your profile, the platform uses intelligent content recommendations, subtly inferred from other aspects of your profile, such as past interactions like time spent on posts, likes, and comments.

The selection process is driven by a sophisticated algorithm designed to personalize your experience by presenting content that aligns with your preferences and engagement patterns.

***

<details>

<summary>How to Mention a user?</summary>

To mention a user, simply type the "@" symbol followed by their username (e.g., @username) in your post or comment. This will create a link to their profile and notify them that they've been mentioned.

</details>


---

# Agent Instructions: 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:

```
GET https://docs.moseiki.app/help-center/explore-moseiki/how-timeline-works.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
