> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum PersonGender

> Male/female. No jokes please. To be used for selecting correct salutations and grammar. 0 = unknown, 1 = female, 2 = male

Male/female. No jokes please. To be used for selecting correct salutations and grammar. 0 = unknown, 1 = female, 2 = male

## Syntax

```crmscript theme={null}
PersonGender
```

## Fields

| Name    | Description                         |
| ------- | ----------------------------------- |
| Unknown | 0: Unknown - used when initializing |
| Female  | 1: The person is marked as female   |
| Male    | 2: The person is marked as male     |
