> For the complete documentation index, see [llms.txt](https://support.cloudwaitress.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cloudwaitress.com/how-to-guides/how-to-configure-custom-fields-at-checkout.md).

# How to Configure Custom Fields at Checkout

### Steps

1. Log in as Admin at admin.cloudwaitress.com.
2. From the list of accounts, find the account where you want to add a custom checkout field and click “**Manage**”.

   ![](/files/JEDUe9vvp9K8CWZVbn9S)
3. In the left-side menu, click “**Settings**”.

   ![](/files/EKdmsNeNbV0vQJEygdRp)
4. Go to the “**Services**” tab.
5. Select the services you offer (**Pickups, Deliveries, Dine-ins, Table Bookings**).

   ![](/files/EZfLxvNetjkhuUOP9NSO)
6. Go to:

   * **Custom Checkout Fields** for **Pickups, Deliveries**, and **Dine-ins**

   ![](/files/uem0VVHj45qElCJbljkh)

   * **Custom Booking Fields** for **Table Bookings**

   ![](/files/DFV9YX3Wv2Ix5CKmF79C)
7. Click “Add New Field.”

   **Note**: Make sure to toggle **Enable** so the field appears on the checkout page.

   * **Label**: Name of the field (what customers will see).
   * **Icon**: Optional icon to display beside the field.
   * **Description**: A short explanation or instruction.

   ![](/files/6dc802EkE9a4MeRGsFCW)

   * **Type**: Choose Dropdown, Checkbox, or Text Input. Each option will require different setup details.

   ![](/files/9cmnUPKvkuYjAF3Mj76N)

   * **Required**: Enable this if customers must complete this field before submitting their order.
8. Once all details are completed, click “**Update**.”   \
   **Note**: You can create up to two custom **checkout fields** per order.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.cloudwaitress.com/how-to-guides/how-to-configure-custom-fields-at-checkout.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.
