# Guest custom fields

### Introduction&#x20;

In Experience CRM, there are 2 types of custom fields :&#x20;

* Customer custom fields
  * These fields are related to a guest
* Stay custom fields&#x20;
  * These fields are related to a reservation

With this API, you can view all existing Custom fields for a guest, and modify existing customs fields.

Each property can have its own custom fields. Therefore, we cannot give you a list of fields and their definitions.&#x20;

#### Available in this API:

{% content-ref url="/pages/BbcM9BWSQtTyR7fGmSRZ" %}
[Get customs fields for a guest](/experience-crm-api/guests/guest-custom-fields/get-customs-fields-for-a-guest.md)
{% endcontent-ref %}

{% content-ref url="/pages/M9SCQLMBJMXzPaCeR8Oj" %}
[Modify Customs fields for a guest](/experience-crm-api/guests/guest-custom-fields/modify-customs-fields-for-a-guest.md)
{% endcontent-ref %}

&#x20;


---

# 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://experience-crm.gitbook.io/experience-crm-api/guests/guest-custom-fields.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.
