# Community Header Component

The Community Header Component will display the cover photo, display name, description and categories, and other information about the community.

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

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

<table data-header-hidden><thead><tr><th width="299"></th><th></th></tr></thead><tbody><tr><td>Feature</td><td>Description</td></tr><tr><td>Community Information</td><td>Display cover photo, display name, description and categories, members and posts count, stories, pending posts.</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>community_profile_page/community_header/*</code></td><td>Component</td><td>You can customize component <code>theme</code></td></tr><tr><td><code>community_profile_page/community_header/community_verify_badge</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td><code>community_profile_page/community_header/community_join_button</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td><code>community_profile_page/community_header/community_pending_post</code></td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>community_profile_page/community_header/community_join_button</td><td>Element</td><td>You can customize <code>image</code></td></tr><tr><td>community_profile_page/community_header/community_cancel_request_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 <a href="#usage" id="usage"></a>

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

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

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

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/f901b6be37fd7e40d63c2436c9d002fd>" %}
{% 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/community-profile-page/community-header-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.
