> For the complete documentation index, see [llms.txt](https://suporte.bluecardapio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suporte.bluecardapio.com/comecando-com-o-blue-cardapio/checklist-inicial-do-blue-cardapio.md).

# Checklist inicial do Blue Cardápio

Tudo o que você precisa configurar para começar a vender com o Blue Cardápio.

Novo por aqui? Siga estes passos para configurar seu estabelecimento rapidamente.

{% stepper %}
{% step %}

#### Criar sua conta

Crie sua conta Blue Cardápio utilizando seu e-mail e defina uma senha segura para acessar a plataforma.

Após concluir o cadastro, faça login no painel administrativo.
{% endstep %}

{% step %}

#### Configurar seu estabelecimento

Adicione as informações do seu negócio:

* Nome do estabelecimento
* Categoria do negócio
* Telefone e contato
* Endereço
* Horário de funcionamento
* Logo e identidade visual

Essas informações serão usadas no seu cardápio digital e painel administrativo.
{% endstep %}

{% step %}

#### Cadastrar categorias e produtos

Monte seu cardápio adicionando:

* Categorias
* Produtos
* Descrições
* Preços
* Fotos
* Adicionais e complementos

Organizar corretamente seu catálogo melhora a experiência dos clientes.
{% endstep %}

{% step %}

#### Configurar pedidos e atendimento

Defina como seus pedidos serão recebidos e gerenciados.

Configure:

* Retirada
* Consumo local
* Status dos pedidos
* Fluxo operacional
* Notificações
  {% endstep %}

{% step %}

#### Configurar pagamentos

Escolha as formas de pagamento aceitas pelo estabelecimento.

Exemplos:

* PIX
* Cartão
* Dinheiro
* Pagamento online
* Pagamento presencial
  {% endstep %}

{% step %}

#### Convidar sua equipe

Adicione membros da equipe e defina permissões específicas.

Exemplos:

* Administrador
* Gerente
* Caixa
* Atendimento
* Cozinha
  {% endstep %}

{% step %}

### Personalizar seu cardápio

Deixe sua operação com a identidade da marca.

Configure:

* Cores
* Logo
* Banner
* QR Code
* Informações públicas
  {% endstep %}

{% step %}

### Publicar e começar a receber pedidos

Revise suas configurações finais.

Quando estiver tudo pronto:

**Publique seu cardápio e compartilhe seu link ou QR Code com seus clientes.**
{% endstep %}
{% endstepper %}


---

# 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://suporte.bluecardapio.com/comecando-com-o-blue-cardapio/checklist-inicial-do-blue-cardapio.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.
