# Draft Clip Page

The Draft Clip page is designed to offer users the ability to prepare and preview their clip content before publishing it. This page also allow users to switch content display mode, mute / unmute sound for the clip.

<figure><img src="/files/JVzDc0FaqDp285Ka0490" alt="" width="281"><figcaption></figcaption></figure>

### Features

| Draft view | User can view content of the clip before sharing |
| ---------- | ------------------------------------------------ |

### Customization

<table><thead><tr><th width="265">Config ID</th><th width="124">Type</th><th>Description</th></tr></thead><tbody><tr><td>draft_clip_page<code>/*/*</code></td><td>Page</td><td>You can customize <code>theme</code> </td></tr><tr><td>draft_clip_page<code>/*/back_button</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>draft_clip_page<code>/*/mute_button</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>draft_clip_page<code>/*/</code>aspect_ratio_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/c1d3e4fccffc914e5ada323262bfb988>" %}
{% endtab %}

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

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

{% endtab %}
{% endtabs %}

### Navigation Behavior:

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

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

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

{% 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-post-creation-page/draft-clip-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.
