# Newsfeed Component

The Newsfeed Component integrates both [Story Target Tab Component](/social-plus-uikit/uikit-4/social/story/story-target-tab-component.md) and `AmityGlobalFeedComponent` to display a dynamic and interactive social feed. It showcases user stories at the top followed by a list of posts, providing a streamlined experience for users to engage with community content.

### Features

| Feature            | Description                                                                               |
| ------------------ | ----------------------------------------------------------------------------------------- |
| Story Display      | Highlights user stories at the top of the component, making them immediately accessible.  |
| Post List          | Displays recent posts, updates, and activities from connections and followed communities. |
| Engagement Options | Users can like, comment, and interact with posts directly from this page.                 |

### Customization

<table><thead><tr><th width="301">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>social_home_page/newsfeed_component/*</code></td><td>Component</td><td>You can customize component <code>theme</code></td></tr></tbody></table>

For more details on customization, please refer to the [Customization](/social-plus-uikit/uikit-4/customization.md) page.

### Usage <a href="#usage" id="usage"></a>

The component is designed to be easily integrated into your application, providing a rich user interface for social interactions.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/cdd3c3300c68bc11800bb67504847e73>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/5e4bb78b8ce16228456795351ba41998>" %}
{% endtab %}

{% tab title="Web" %}

{% endtab %}

{% tab title="React Native" %}

{% endtab %}

{% tab title="Flutter" %}
{% embed url="<https://gist.github.com/amythee/9a200d26490c301cb589b5b504eb0c84>" %}
{% endtab %}
{% endtabs %}


---

# 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.social.plus/social-plus-uikit/uikit-4/social/discover-and-search/social-home-page/newsfeed-component.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.
