> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/guide-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/guide-book/community-hub/member-list.md).

# Member List

## Overview

On the Members page, you have access to complete `member information`, including their `address`, X(Twitter) `handle`, `Discord` account, `Telegram` account, current `status`, and the date when they joined the community, and `on-chain data`.

<figure><img src="/files/awGBL2IRisoatbveW5XV" alt="" width="563"><figcaption></figcaption></figure>

## Unique User Profile

For unique user profile, we've added multiple dimensions of member information, including IP, on-chain address details (active time, transaction count, current balance, etc.), transaction counts with your project, and more. &#x20;

By clicking an individual member, these details will be displayed in the right sidebar, allowing you to view user information in real time without downloading all member data.

<figure><img src="/files/CpVY2rYsRkytqZ6SO0C3" alt="" width="563"><figcaption></figcaption></figure>

### Filter

In the filtering options, you can choose from "`All`", "`Joined`", and "`Left`" to filter members based on their status. This allows you to select the target users and gather specific information.

### Export

TaskOn also supports exporting members’ information list. Simply click "`Export as CSV`".

<figure><img src="/files/BBscGixSwS7PnfUywxDj" alt="" width="563"><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://taskoncommunitys-organization.gitbook.io/guide-book/community-hub/member-list.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.
