> ## Documentation Index
> Fetch the complete documentation index at: https://juo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Subscribers

**Subscribers** are the end customers who have active or past subscriptions. Each subscriber represents a unique customer in the system and is associated with their subscription history, payment methods, preferences, and account information.

Subscribers can manage their subscriptions through the Subscriber Portal, where they can view their subscription details, update payment information, and perform self-service operations.

```mermaid theme={null}
graph LR
    Subscriber[Subscriber] --> Subscription[Subscriptions]
    Subscription[Subscriptions] --> Order[Orders]
```
