> For the complete documentation index, see [llms.txt](https://docs.x.place/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.x.place/getting-started/membership.md).

# Membership

#### Overview

**XPlace Membership** is your personal loyalty and status program that unlocks both **financial** and **lifestyle** rewards.\
The higher your tier, the more benefits you receive — from premium cashback to global lounge access and exclusive offers.

***

#### Membership Levels

| Level        | Annual Fee  | XP Cashback | Core Benefits                                                                                              |
| ------------ | ----------- | ----------- | ---------------------------------------------------------------------------------------------------------- |
| **Basic**    | Free        | 1%          | Standard access to XPlace features                                                                         |
| **Silver**   | $99 / year  | 3%          | Higher cashback, 1 lounge access                                                                           |
| **Gold**     | $249 / year | 6%          | Priority support, 4 free airport lounges and 2 free fast track accesses per eyar                           |
| **Platinum** | $999 / year | 10%         | Unlimited lounges and 5 free fast track accesses per year, full concierge, VIP events, and maximum rewards |

***

#### Cashback

| Benefit                                 | Basic | Silver | Gold | Platinum |
| --------------------------------------- | ----- | ------ | ---- | -------- |
| **Credit Mode Cashback**                | 0.5%  | 1%     | 1.5% | 2%       |
| **Hotels and Flights Booking Cashback** | —     | 1%     | 3%   | 5%       |

***

#### Lifestyle Benefits

| Benefit                    | Silver             | Gold               | Platinum                   |
| -------------------------- | ------------------ | ------------------ | -------------------------- |
| **Airport Lounge Access**  | 1 free visits/year | 4 free visits/year | Unlimited free visits/year |
| **Fast Track**             | —                  | 2 free/year        | 5 free/year                |
| **Events & Dining Offers** | —                  | ––                 | Exclusive access           |

Lounge & fast track passes are single use and for the membership holder only. Additional passes can be purchased via the app.

***

#### Service & Support

| Benefit               | Silver   | Gold       | Platinum     |
| --------------------- | -------- | ---------- | ------------ |
| **Concierge Service** | Standard | Fast-track | VIP Priority |
| **Dispute Handling**  | Standard | Fast-track | VIP Priority |

***

#### How to Upgrade

**Buy Membership:** Purchase an annual plan to instantly unlock your desired membership level.


---

# 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.x.place/getting-started/membership.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.
