# Dicas para criar eventos

### **Padrão de criação**

* Letras minúsculas
* Snake case (separados por `_`)
* Descrições bem definidas para o evento e valores de `extra1` e `extra2`
* Salvar `sim` e `nao`ao invés de true | false ou 1 | 0
* Limite de até 3 palavras para `event_name` *.*
  * *Exemplo: menu\_anexar\_documentos*

### **Boas práticas**

* Ao criar o evento na lista de eventos, preencher todas as labels
* Utilizar o `input.valid` para salvar o `input.text` no campo extra. Caso não for válido, salvar como inválido
* Utilizar apenas o path do endpoint da API e não a URL completa.
  * &#x20;Exemplo: `api.altubots.com`


---

# 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.altu.d1.cx/boas-praticas/eventos/convencoes.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.
