# BLOG

- [What is CNPJ](https://docs.cnpj.ws/en/blog/o-que-e-cnpj.md): The National Register of Legal Entities is the registration used by the Federal Revenue to open an institution with or without profit purposes
- [Alphanumeric CNPJ](https://docs.cnpj.ws/en/blog/alphanumeric-cnpj.md): How to calculate the check digits of an alphanumeric CNPJ (Brazilian company registration number)
- [Consult CNPJ with Java](https://docs.cnpj.ws/en/blog/consultar-cnpj-java.md): Learn how to consult company data through the CNPJ using the CNPJ.ws API, with data from Receita Federal, Sintegra, and Suframa using Java.
- [Consult CNPJ for Free with Excel](https://docs.cnpj.ws/en/blog/consultar-cnpj-excel.md): Use this Excel spreadsheet to consult company data through the CNPJ using the CNPJ.ws API, with data from Receita Federal, Sintegra, and Suframa.
- [Consult CNPJ with PHP](https://docs.cnpj.ws/en/blog/consulta-cnpj-php.md): Learn how to consult company data through the CNPJ using the CNPJ.ws API, with data from Receita Federal, Sintegra, and Suframa using PHP.
- [Trigger to Consult CNPJ in Protheus](https://docs.cnpj.ws/en/blog/gatilho-consultar-cnpj.md): Trigger to consult CNPJ in the registration of customers or suppliers in Protheus using ADVPL and the CNPJ.ws API with data from Receita Federal, Sintegra, and Suframa.
- [Keep Customer and Supplier Records Updated](https://docs.cnpj.ws/en/blog/manter-clientes-fornecedores-atualizados.md)
- [Consult CNPJ with Javascript and Node.JS](https://docs.cnpj.ws/en/blog/consultar-cnpj-javascript.md): Learn how to consult company data through the CNPJ using the CNPJ.ws API, with data from Receita Federal, Sintegra, and Suframa using Javascript/Node.js
- [Consult CNPJ with ADVPL (Protheus)](https://docs.cnpj.ws/en/blog/integracao-protheus.md): Consult CNPJ in Protheus using the CNPJ.ws API with ADVPL
- [CNPJ.ws Project](https://docs.cnpj.ws/en/blog/cnpjws.md)


---

# 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/en/blog.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.
