# Story Target Selection Page

The Target Selection Page is a crucial component designed to streamline the process of selecting the target audience or community for story and post sharing within the social.plus UIKit 4.0. This feature allows users to specify where their story will be visible, whether it's a particular community, or to all followers, enhancing the user experience by providing control and flexibility over their content's visibility.

![](/files/DZhi4eK6MhWyD0PxiWAa)

## Features

| Feature                          | Description                                                                                       |
| -------------------------------- | ------------------------------------------------------------------------------------------------- |
| Story creation on community feed | When a user selects a community, UIKit will open Story Creation page with the selected community. |

### Customization

<table><thead><tr><th width="213">Config ID</th><th width="102">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>select_story_target_page/*/*</code></td><td>Page</td><td>You can customize <code>theme</code></td></tr><tr><td><code>select_story_target_page/*/close_button</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td><code>select_story_target_page/*/title</code></td><td>Element</td><td>You can customize <code>text</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/262a6a86106c23923f8b7ca8df1f70a2>" %}
{% endtab %}

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

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

### Navigation Behavior

The target Selection Page will navigate to other pages based on the 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/6ad347bcb8604eaeb098e5e0eb9aeda6>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/c578dc8dc6bac6c9c637c3e6dce14ad1>" %}
{% 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/story/story-target-selection-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.
