# Simples Nacional e MEI

Abaixo o modelo de dados referente aos dados do Simples Nacional e do MEI:

### Simples Nacional

| Campo                   | Tipo | Descrição                      |
| ----------------------- | :--: | ------------------------------ |
| simples                 |   S  | Optante pelo Simples Nacional? |
| data\_opcao\_simples    |   S  | Data da opção pelo Simples     |
| data\_exclusao\_Simples |   S  | Data de exclusão do Simples    |
| mei                     |   S  | Optante pelo MEI?              |
| data\_opcao\_mei        |   S  | Data da opão pelo MEI          |
| data\_exclusao\_mei     |   S  | Data da exclusão do MEI        |

{% hint style="warning" %}
**Atenção** Esse registro só é preenchido caso a empresa seja MEI, Simples ou tenha sido um dos dois em algum momento.
{% endhint %}


---

# 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.cnpj.ws/modelos-de-dados/simples-nacional.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.
