# Join Request Content Component

The join request content component will have the list of join requests needed to be approved or declined. Moderator of the community can review the pending join requests.

<figure><img src="/files/1VGgdETiMK8JLjKVdzcQ" alt=""><figcaption></figcaption></figure>

### 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>Join Requests</td><td>Only moderator can review the requests from other users to join the community.</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><code>pending_request_page/join_request_content/*</code></td><td>Component</td><td>You can customize component <code>theme</code></td></tr><tr><td><code>pending_request_page/join_request_content/</code>join_accept_button</td><td>Element</td><td>You can customize <code>text</code></td></tr><tr><td><code>pending_request_page/join_request_content/</code>join_decline_button</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/d93e3b694bddb509ef4dbdce9bf40c7a>" %}
{% endtab %}

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

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

{% 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/join-request-content-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.
