# Community Member Page

<figure><img src="/files/FyeBETrD1XbPcP7oYOWd" alt=""><figcaption><p>Community member page</p></figcaption></figure>

{% hint style="info" %}
Note: In current version, we do not support searching of members and display of moderator list.
{% endhint %}

## Features

| Feature                         | Description                                               |
| ------------------------------- | --------------------------------------------------------- |
| Navigation to user profile page | User can view profile page by tapping on member list item |
| Report user                     | User can report members present in community              |

## Usage

```swift
let viewController = AmityCommunityMemberSettingsViewController.make(community: community)
navigationController?.pushViewController(viewController, animated: true)
```

| Parameter | Description             |
| --------- | ----------------------- |
| community | **AmityCommunityModel** |


---

# 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-3/ios/community/components/community-member-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.
