# Clip Feed Page

The Clip Feed Page offers an immersive experience for discovering user-generated short videos or clips — just swipe up to move to the next clip. Whether it's a hilarious cat moment, a quick how-to, or a trending challenge, users can engage with content created within their communities instantly

<figure><img src="/files/eJS4FEfxbVQiiYmKmXT9" alt=""><figcaption></figcaption></figure>

### Features

| Feature    | Description         |
| ---------- | ------------------- |
| View Clips | User can view clips |

### Customization

<table><thead><tr><th width="312">Config ID</th><th width="102">Type</th><th>Description</th></tr></thead><tbody><tr><td>clip_feed_page<code>/*/*</code></td><td>Page</td><td>You can customize <code>theme</code> </td></tr><tr><td>clip_feed_page<code>/*/</code>create_new_clip_button</td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>clip_feed_page<code>/*/</code>reaction_button</td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>clip_feed_page<code>/*/</code>comment_button</td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>clip_feed_page<code>/*/</code>mute_button</td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>clip_feed_page<code>/*/</code>option_button</td><td>Element</td><td>You can customize <code>image</code></td></tr></tbody></table>

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

### Usage

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

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

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/43c5db0c2f5c455849dfcbafa0303e75>" %}

{% endtab %}
{% endtabs %}

### Navigation Behavior

Clip Feed Page will navigate to other pages based on user's actions, you can override the behavior to navigate to your own pages.

For more details, please refer to the [Overriding Navigation Behavior](https://docs.amity.co/amity-uikit/uikit-v4-beta/customization/overriding-navigation-behaviour) page.

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

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

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/43c5db0c2f5c455849dfcbafa0303e75>" %}

{% 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/clip/clip-feed-page.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.
