> For the complete documentation index, see [llms.txt](https://ajuda.consistem.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.consistem.com.br/glossario/cst.md).

# CST

O **CST (Código de Situação Tributária)** é o padrão nacional utilizado para identificar a origem da mercadoria e como ela será tributada em cada operação. Ele é essencial para a emissão correta de Notas Fiscais (NF-e/NFC-e) e para o cálculo de impostos como o ICMS.

### Entendendo a Composição

O CST é composto por **3 dígitos** que seguem a lógica `A BB`.

#### 1º Dígito: Origem da Mercadoria (Tabela A)

Indica se o produto é fabricado no Brasil ou se vem do exterior.

<table><thead><tr><th width="100">Código</th><th>Descrição</th></tr></thead><tbody><tr><td><strong>0</strong></td><td><strong>Nacional:</strong> exceto as indicadas nos códigos 3, 4, 5 e 8.</td></tr><tr><td><strong>1</strong></td><td><strong>Estrangeira:</strong> Importação direta, exceto a indicada no código 6.</td></tr><tr><td><strong>2</strong></td><td><strong>Estrangeira:</strong> Adquirida no mercado interno, exceto a indicada no código 7.</td></tr><tr><td><strong>3</strong></td><td><strong>Nacional:</strong> mercadoria com conteúdo de importação superior a 40%.</td></tr><tr><td><strong>4</strong></td><td><strong>Nacional:</strong> produção em conformidade com processos produtivos básicos.</td></tr><tr><td><strong>5</strong></td><td><strong>Nacional:</strong> conteúdo de importação inferior ou igual a 40%.</td></tr></tbody></table>

#### 2º e 3º Dígitos: Tributação do ICMS (Tabela B)

Define como o imposto será aplicado naquela nota fiscal específica.

<table><thead><tr><th width="100">Código</th><th>Descrição</th></tr></thead><tbody><tr><td><strong>00</strong></td><td>Tributada integralmente</td></tr><tr><td><strong>10</strong></td><td>Tributada e com cobrança de ICMS por Substituição Tributária (ST)</td></tr><tr><td><strong>20</strong></td><td>Com redução de base de cálculo</td></tr><tr><td><strong>40</strong></td><td>Isenta</td></tr><tr><td><strong>41</strong></td><td>Não tributada</td></tr><tr><td><strong>50</strong></td><td>Suspensão</td></tr><tr><td><strong>60</strong></td><td>ICMS cobrado anteriormente por substituição tributária</td></tr><tr><td><strong>90</strong></td><td>Outras (operações que não se encaixam nas anteriores)</td></tr></tbody></table>

<p align="center">Esse conteúdo foi útil?</p>

<p align="center"><a href="https://movidesk.consistem.com.br/form/10395/" class="button primary" data-icon="thumbs-up">Sim</a> <a href="https://movidesk.consistem.com.br/form/10395/" class="button primary" data-icon="thumbs-down">Não</a></p>


---

# 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.consistem.com.br/glossario/cst.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.
