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

# Introdução

A API Celetus foi desenvolvida de acordo com os melhores padrões [REST](https://en.wikipedia.org/wiki/Representational_State_Transfer).

As operações são feitas por requisições aos *endpoints*, de acordo com os verbos HTTP, com corpos de mensagem em [JSON](http://www.json.org/). As respostas podem ser interpretadas através do código de status HTTP. Isso permite que quaisquer aplicações consumam a API de forma simples e clara, independente da linguagem utilizada.

Acesse a documentação de "Quick Start" e faça sua primeira solicitação:

{% content-ref url="/pages/H5PhXBbO9MLoa0M3CMxn" %}
[Quick Start](/quick-start.md)
{% endcontent-ref %}

Mergulhe um pouco mais fundo e comece a explorar nossa referência de API para ter uma ideia de tudo o que é possível com a API:

{% content-ref url="/pages/pOoZlzgQD5pFbMGwCqfP" %}
[API Reference](/reference/api-reference.md)
{% endcontent-ref %}


---

# 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.celetus.com/introducao.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.
