# Memberships

***

The Memberships section displays all membership records synchronized from your connected integrations. Import, add, and manage membership data for fans who have subscribed to or purchased membership programs.

### Import Memberships

Click the **Import Memberships** button to bulk upload membership data via CSV file. The system provides a sample file format to ensure correct data structure.

### Add New Membership

Use the **Add New Membership** button to manually create individual membership records for members not captured through automated integrations.

### Search Functionality

Find specific memberships by searching for:

* Membership ID
* Type
* Name
* Email
* City
* Address
* Phone

The search automatically activates after entering at least 2 characters.

### Table Controls

**View Details**: Click on any membership row to see complete membership information in a detailed modal

**Sorting**: Click column headers to reorder data by any field

**Pagination**: Navigate pages and adjust the number of records displayed per page

## Real-Time Updates

Membership data automatically refreshes when new records are imported or synchronized from your connected integrations.

## Common Use Cases

* **Membership Tracking**: Monitor active and expired memberships across all tiers
* **Renewal Management**: Identify memberships approaching expiration
* **Revenue Analysis**: Review membership amounts and transaction types
* **Member Import**: Bulk upload membership lists from legacy systems or events
* **Data Verification**: Ensure membership data is syncing correctly from source systems
* **Tier Analysis**: Compare membership distribution across different types

***

Questions? Contact us at **<support@clubtrack.io>**


---

# 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.clubtrack.io/integrations/data/memberships.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.
