# 1. Follow/Unfollow the User

### 1. Follow/Unfollow the User

The profile page allows Users to view their own profile information, and the profile information of other Users in the application. &#x20;

#### The Follow/Unfollow Button on the Profile Page

When the Current User is viewing someone else's profile, the `Button Follow` and `Text Button Send Message (or Edit Profile)` elements are shown to the Current User:

![](https://1788973256-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L8uq1TOYNrDiHA5baDk%2F-LX2n3ZzvNopLpa4vmki%2F-LX2n89q_8k-LaYGiKKg%2FFollowMessageButtonsSummary.png?alt=media\&token=6a05e98e-e642-4a19-8761-047f403cc51c)

When the `Button Follow` element is shown, and the Current User isn't yet following the person whose profile they are viewing, the `Button Follow` element's text will be "Follow":

![](https://1788973256-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L8uq1TOYNrDiHA5baDk%2F-LX33IAtQx2FiVx6mEsD%2F-LX33kys3ZYtiKDnowD3%2FFollowButtonPageSummary.png?alt=media\&token=164480f2-c96a-44dc-8cbc-4582506060be)

When the `Button Follow` element is clicked, the Current User is now following the person whose profile they are viewing. As a result, the button's text conditionally changes from "Follow" to "\[checkmark] Following".  &#x20;

![](https://1788973256-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L8uq1TOYNrDiHA5baDk%2F-LX2n3ZzvNopLpa4vmki%2F-LX2oB86gLVALVZm5Y8D%2FFollowingUserSummary.png?alt=media\&token=d932b0e5-946b-42e7-b533-3074f5b5e301)

When the "\[checkmark] Following" text is hovered, its text will conditionally change to "Unfollow":

![](https://1788973256-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L8uq1TOYNrDiHA5baDk%2F-LX2n3ZzvNopLpa4vmki%2F-LX2ngTD4IBv2dyq4d_D%2FUnfollowButtonPageSummary.png?alt=media\&token=115cc3ad-c315-47ca-916a-aea3f04e27c6)

If the "Unfollow" text is clicked, the Current User will no longer be following the person whose profile they are viewing.

{% hint style="info" %}
More information on these workflows can be found in the **B. Follow/Unfollow** workflow folder.
{% endhint %}
