# Pending Request Page

The pending request page consists of two components: Pending Posts & Pending Join Requests. It provides a way to manage posts which needs review and join requests from other users.

{% hint style="info" %}
Only Moderator can approve or decline posts or join requests in a community. Normal user will only be able to view their own posts which are pending approval from moderator.
{% endhint %}

### Features <a href="#features" id="features"></a>

<table data-header-hidden><thead><tr><th width="217"></th><th></th></tr></thead><tbody><tr><td>Feature</td><td>Description</td></tr><tr><td>Pending Posts</td><td>Moderator can review the pending posts to accept or decline. If the user is not a moderator, the list will be the user's own posts needed to be reviewed. </td></tr><tr><td>Join Requests</td><td>Moderator can review the requests from other users to join the community. This page will not be available for normal users.</td></tr></tbody></table>

### Customization

<table><thead><tr><th width="269">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td>pending_request_page<code>/*/*</code></td><td>Page</td><td>You can customize page <code>theme</code></td></tr><tr><td>pending_request_page<code>/*/back_button</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>pending_request_page<code>/*/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 <a href="#usage" id="usage"></a>

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

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

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/5714e0c048dccde87ed94d5cc8af4e7b>" %}
{% 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/community/pending-request-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.
