> For the complete documentation index, see [llms.txt](https://docs.cnpj.ws/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cnpj.ws/en/blog/cnpjws.md).

# CNPJ.ws Project

This project is a byproduct of [**Bitize**](https://www.bitize.com.br/), a procurement management platform focused on finding good suppliers.

[**Bitize**](https://www.bitize.com.br/) is developing a tool for prospecting **Suppliers** and for this, a database with public information of Brazilian companies has been developed and is being enriched with information from various public agencies.

The focus of CNPJ.ws is to provide a fast, updated, and easy-to-use API that returns public data of Brazilian companies made available by the [Access to Information Law](http://www.planalto.gov.br/ccivil_03/_Ato2011-2014/2011/Lei/L12527.htm).

We have a public API because this information should be accessible to everyone.

The challenge now is to obtain data regarding state registrations. We already have data from some states ([see the states here](https://docs.cnpj.ws/modelos-de-dados/inscricoes-estaduais)) but the task is really complicated due to the lack of standardization among the states. We are working hard on this!

We will be posting updates here! See you soon!


---

# 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:

```
GET https://docs.cnpj.ws/en/blog/cnpjws.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.
