# Following / Follower User List Page (2.2)

In this page , user will see the list of the following user (users who the target userId has been following) and the follower user(users who follow the target userId).

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

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

{% hint style="info" %}
In the current state , NO search in Following and follower list.
{% endhint %}

![user can remove his own follower user.](/files/-Md08i-A_moOysBG3JAm)

### Features

| Feature                             | Description                                                                                                               |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Current user profile                | If current user will access other user's following and Follower user list, he will see his own profile on top of the list |
| Report / undo report user           | User can send report or undo report in this page via the action menu UIKIT included in this page                          |
| Remove user from follower list      | If current user will access his own follower list, he can remove followers via the three dots button and action menu      |
| Redirect user to user profile page. | If user taps on the user item list, he will be redirected to user profile page of that user                               |

You can try it with this code:

```swift
let vc = AmityUserFollowersViewController.make(withUserId: "userId")
navigationController?.pushViewController(vc, animated: true)
```


---

# 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/following-follower-user-list-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.
