# Community

The **Community** feature in social.plus UIKit v4 empowers users to create, manage, and engage with communities within your application. It provides a suite of components designed to facilitate community setup, profile customization, content moderation, settings configuration, and membership management.​

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

Allows users to establish new communities by defining essential details such as name, description, and initial settings. This component streamlines the community creation process, ensuring a seamless onboarding experience for community moderators.​

### Key features

#### Community Profile&#x20;

Displays comprehensive information about a community, including its description, cover image, and member statistics. It serves as the central hub for users to understand the community's purpose and engage with its content.​

#### Community Setting&#x20;

Provides community moderators with tools to configure community preferences, such as privacy settings, posting permissions, and notification preferences. This ensures that each community can tailor its environment to suit its members' needs.​

#### Community Membership&#x20;

Facilitates the viewing and management of community members, allowing community moderators to assign roles and remove community members. This component is essential for fostering a healthy and active community.

#### Membership Requests&#x20;

The Invitations and Join Requests features expand how users can join a community, improving discoverability for private communities while adding flexibility to public ones. Moderators can now invite members proactively or manage incoming join requests in one streamlined workflow.<br>

<table><thead><tr><th width="350.4453125">Feature</th><th width="75.02734375" align="center">iOS</th><th width="74.93359375" align="center">Android</th><th width="74.63671875" align="center">Web</th><th width="74.90625" align="center">Flutter</th><th width="75.578125" align="center">RN</th></tr></thead><tbody><tr><td>Community Profile Page</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Community Feed</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td></tr><tr><td>Pinned Posts / Featured Posts</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Image / Video Feed</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Pending Posts</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Create Community</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Edit Community Profile</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Settings (Notification, Post, Story)</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Community Membership (View, Update, Assign Roles)</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td></tr><tr><td>Send invitations to specific users.</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td>Users can request to join community</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td>Discoverable private communities</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr></tbody></table>


---

# 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.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.
