# Browse Members & Profile Screen

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

The simple flow of browsing members is found in several different apps and consists of two screens — one with a list of all the members and another to view the details of that particular user.

Most components inside this Feature Template are dynamically controlled by Magic Text and pull information from the Users Collection.

{% hint style="warning" %}
There is information about each user that is not collected during sign up — like profile photo, rating, games played, user bio, etc. So if you would like the user to enter that information, please add a form component somewhere to collect that information.
{% 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://help.adalo.com/feature-templates/browse-users/browse-members-and-profile-screen.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.
