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

# Profile Facts

> Query profile info.

Facts allow you to check the status of a player's profiles.

## Fact Types

| Type                      | Description                                        |
| :------------------------ | :------------------------------------------------- |
| `profile_count_fact`      | Returns integer count of owned profiles.           |
| `has_active_profile_fact` | Returns `1` if a profile is loaded, `0` otherwise. |
| `max_profiles_fact`       | Returns maximum allowed slots (permission-based).  |
| `can_create_profile_fact` | Returns `1` if current count \< max limit.         |
| `profiles_enabled_fact`   | Returns `1` if the system is globally enabled.     |

### Is Profile Active

**Type:** `is_profile_active_fact`

Returns `1` if the checked `profileId` matches the player's current active profile.

<ResponseField name="profileId" type="String" required>
  The ID to check against.
</ResponseField>
