# Pronouns

Every Person entity has a list of four pronouns associated: the subjective, objective, possessive, and reflexive forms. (We use possessive determiner, not possessive pronoun, because the former is what appears in contracts. So no 'hers' or 'theirs'.)

There is a Pronoun subfield available on any field, and the Format allows the choice between the four types for rendering. So, for example, if you create a field named Party and set the type to Person, you can also make fields for the Party.Pronoun subfield, and they will render with the appropriate pronoun once the Party is set to a Person, as specified by the format.

<div data-full-width="false"><figure><img src="/files/TGhy5PspBuUzbMrQDJHT" alt=""><figcaption></figcaption></figure></div>

As a special case, the Party.Pronoun subfield does NOT render as Party.Pronoun when empty, but rather as the male and female pronoun pair, e.g. he/she or his/her, etc. (While the male and female pronoun pairs act as easy-to-recall shortcuts for the four types of pronouns, the system will always render the appropriate forms.)

<figure><img src="/files/uN6DiVRMOsutm1FqFCVW" alt=""><figcaption><p>Unknown Party with four Party.Pronoun fields in indeterminate states.</p></figcaption></figure>

As a shortcut, and to avoid needing to remember the grammatical labels, you can type Party.he/she, Party.his/her, etc. to choose both the subfield and appropriate Format for type of pronoun (where 'Party' is the field name that will contain a Person).

## Example

If the Party field is set to the person Taylor Smith, whose pronouns are set to they/them/their/themself:

<figure><img src="/files/fnSL4evyR7YgS4bKEuhE" alt=""><figcaption></figcaption></figure>

Then the paragraph will render as:

<figure><img src="/files/cM8MNL3xU2yFwD5JNpo0" alt=""><figcaption></figcaption></figure>

If Taylor Smith's pronouns are set to she/her/her/herself, the fields will render as:

<figure><img src="/files/uQLhRckxDGPjamw4qzTS" alt=""><figcaption></figcaption></figure>

## Preset Pronoun Types

AllDrafts allows any four values to be set at the pronouns for a Person. If the first name of a person is strongly associated (based on government birth records) with the male or female gender, AllDrafts will guess the gender as a timesaving convenience. But any values can be set, and if only the first two are specified, the other four will be inferred.

The following sets are preloaded into the system:

* he/him/his/himself
* she/her/her/herself
* they/them/their/themself
* ze/hir/hirs/hirself
* xe/xem/xyr/xemself
* ey/em/eir/eirself
* fae/faer/faers/faerself
* per/per/pers/perself
* ve/ver/vis/verself
* vi/vir/virs/virself'


---

# 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://help.alldrafts.com/alldrafts-documentation/pronouns.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.
