> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/main-features/members/member-list/single-member-view/general-info.md).

# General Info

The **General Info** tab provides an overview of the member’s profile, including their basic details, registration data, and program participation highlights. It is the starting point for understanding who the member is and how they engage with the loyalty program.

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

***

### Key Elements

* **Basic details**\
  Displays the member’s name, email, phone number, date of birth, gender, referral token, and loyalty card number.
* **Registration data**\
  Shows the date when the member joined the program.
* **Segments**\
  Lists the segments this member belongs to (e.g. *High Spenders*, *Inactive 90 days*, *Birthday in 2 days*).
* **Custom attributes**\
  Displays any attributes specifically assigned to the member.
* **Business performance**\
  Provides insight into the member’s economic activity:
  * Total spending
  * Number of purchase and return transactions
  * Average transaction and return values
  * Days since last transaction
* **Wallets overview**\
  A snapshot of balances in different wallets, including active, pending, expired, spent, and total earned units.


---

# 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://help.openloyalty.io/main-features/members/member-list/single-member-view/general-info.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.
