# CustomField

A custom field definition

| Name             | Type            | Description                                                                               |
| ---------------- | --------------- | ----------------------------------------------------------------------------------------- |
| createdAt        | ISO8601DateTime |                                                                                           |
| fieldType        | String          | Data type: string, integer, date, rich\_text, boolean                                     |
| formColumn       | String          | Column position (start/end, e.g. 1/4, 4/7, 7/13). Counter: quarter +3, half +6, full +12. |
| graphqlFieldName | String          | The prefixed GraphQL field name (e.g., customChurnDate)                                   |
| id               | ID              | Unique ID for the custom field                                                            |
| label            | String          | Display label for the field                                                               |
| name             | String          | Schema name for the field (camelCase)                                                     |
| parentObject     | String          | Object type this field belongs to                                                         |
| position         | Int             | Sort order position                                                                       |
| required         | Boolean         | Whether the field is required                                                             |
| size             | String          | Field size: quarter (1/4), half (1/2), full (1/1)                                         |
| updatedAt        | ISO8601DateTime |                                                                                           |


---

# 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.bunny.com/developer/api-reference/types/customfield.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.
