# User Profile Page

## User Profile Behavior

### User's own profile

![](/files/-MX70TTehEGpWU-2wnAB)

<figure><img src="/files/ExIOrNQaj7YQxlXYnGRT" alt=""><figcaption><p>A community member page </p></figcaption></figure>

### Other user's profile

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

## Components

* [User feed](/social-plus-uikit/uikit-3/android/community/using-only-some-components/user-profile-page/user-feed.md)

## Features&#x20;

| Feature             | Description                                                                                                                                                                                              |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| User Profile        | User can view display name and description.                                                                                                                                                              |
| Post creation       | User can tap the floating action button to open [Post creation page](/social-plus-uikit/uikit-3/android/community/using-only-some-components/post-creation-page.md) to create a post on user's own page. |
| User profile update | User can tap Edit profile to open [User profile edit page](/social-plus-uikit/uikit-3/android/community/using-only-some-components/user-profile-edit-page.md) to update user's own profile.              |

## Usage

**Create a Fragment**&#x20;

```
AmityUserProfilePageFragment
          .newInstnce(user or userId)
          .build(activity)
```

#### Customise components with Fragment builder

A delegate can be passed to customise the components.

| Method               | Description                                 |
| -------------------- | ------------------------------------------- |
| feedFragmentDelegate | Fragment delegation for `AmityFeedFragment` |


---

# 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/android/community/using-only-some-components/user-profile-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.
