> For the complete documentation index, see [llms.txt](https://ajuda.cardapioweb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.cardapioweb.com/gestao/minha-empresa/campos-personalizados.md).

# Campos personalizados

{% embed url="<https://youtu.be/7VDd0PuZDgI>" %}

Nos Campos Personalizados, é possível solicitar informações adicionais dos seus clientes em formato de texto, lista ou data.

Essa função é útil se você sempre precisar de uma informação específica do seu cliente antes de concluir o pedido, por exemplo, caso você precise saber se o seu cliente irá precisar, ou não, de uma embalagem. Você pode criar um campo personalizado e o configurar como obrigatório.

**Esses campos aparecerão para o cliente no final do checkout.**

Essa opção está disponível em **"MINHA EMPRESA"** e indo em "**CAMPOS PERSONALIZADOS"** e clicando em **"+ NOVO CAMPO PERSONALIZADO":**

<figure><img src="/files/7NMk54JUIaJFsCa4CQ2x" alt=""><figcaption></figcaption></figure>

Abaixo temos um **exemplo de como cadastrar um campo personalizado**:

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

Após cadastrado, **é assim que aparecerá no checkout do cliente**:

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

Agora você pode personalizar os campos de acordo com as necessidades do seu negócio, deixando tudo mais alinhado com o seu jeito de atender. 🚀✨


---

# 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, and the optional `goal` query parameter:

```
GET https://ajuda.cardapioweb.com/gestao/minha-empresa/campos-personalizados.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
