> For the complete documentation index, see [llms.txt](https://docs.certlocker.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certlocker.app/more/sharing-and-followers/viewing-user-profiles.md).

# Viewing User Profiles

## Navigating to User Profiles

User Profiles can be accessed from anywhere you see a list of Users, simply by tapping on the User List Item. For example:

* **Sharing > Search Results** - From the Sharing navbar item, select the Search tab and perform a search. Each result can be tapped to navigate to the resulting user's Profile.
* **Sharing > Following** - From the Sharing navbar item, select the Following tab and tap on any user in the list to view their Profile.
* **Sharing > Followers** - From the Sharing navbar item, select the Followers tab and tap on any user in the list to view their Profile.
* **Orgs > Members** - From the Orgs navbar item, tap on any Org listed on the My Orgs, Invites, or Requests tabs, or perform an Org Search on the Search tab, then tap one of the results. On the Org Profile page, the Members List Items are tappable and will navigate to the listed user's Profile.
* **Create Training > Invite Attendees > Search** - When searching to add Users to a training, tap on any of your search results to View the listed user's Profile.

<div><figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2F3goLWHunnIz2xVdad437%2F1.0.0-org-profile-for-user.PNG?alt=media&amp;token=4eb99dc7-77c9-4c8f-9328-cf88d0a918d9" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FkC60pkTmjJqTzG1GiMSV%2F1.0.0-training-new-add-invited.PNG?alt=media&amp;token=60c7c0c1-7ba5-4c0e-9b61-d056c3ef0b94" alt="" width="375"><figcaption></figcaption></figure></div>

## User Profile Elements

**User Information**: User Profiles include details about the User, as well as a button in the top right to Follow or Unfollow, depending on the existing relationship to the User being viewed.

**View Certs**: Based on the user's Sharing Preferences, their Profile might include a link to view their Certs.

**Org Memberships**: Tap to view orgs where this user is a member, and each Organization List Item can access the Organization Profile, and even Request to Join, if appropriate.

**Remove Follower**: Tap to remove this user as a Follower, without blocking them.

**Block User**: Tap to remove this user as a Follower and add them to your Blocked Users list, preventing them from trying to Follow you again.

<figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FDNgmCDptl6tob8DIpfRi%2F1.0.0-user-profile.PNG?alt=media&amp;token=d555ad9a-172d-4da3-a529-7f0134e649bd" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.certlocker.app/more/sharing-and-followers/viewing-user-profiles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
