# 3. View Who the User is Following

### 3. View Who the User is Following

Users can view the Followers of the User whose profile is being viewed by clicking the `"Text Following: X"` element:

![](/files/-LXcXqS8uZzeG1JjlD1D)

After clicking on that element, the Following list is shown:

![](/files/-LXcXqS8uZzeG1JjlD1D)

Users can also hover over a profile picture to see a 'preview' of that User's profile:

![](/files/-LXcXqS8uZzeG1JjlD1D)

{% hint style="info" %}
More information on these workflows can be found in the **C. Following/Followers** workflow folder, and the `userimage (40px by 40px) and usercard` reusable element.
{% endhint %}


---

# 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.littlebaytech.com/templates/responsive-base-template/development-guides/pages-and-reusable-elements-organized-by-folder/3.-logged-in/profile/3.-view-who-the-user-is-following.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.
