# Começar a Utilizar

## Funcionamento

A API CloudInvoice funciona com pedidos HTTP normais em `GET` ou `POST`, que poderão ser realizados a partir de qualquer ferramenta própria (como cURL, HTTPie, qualquer REST client ou mesmo Ajax), sendo o conteúdo do pedido (para pedidos `POST`) em formato [JSON](https://pt.wikipedia.org/wiki/JSON).

```url
https://api.cloudinvoice.net/customers/
```

{% hint style="info" %}
Importante: Tanto a API como esta documentação estão em constante desenvolvimento. É possível que hajam entradas em falta na documentação que já existem na API assim como Endpoints da API cuja existência melhoraria grandemente a experiência de quem usar a API.&#x20;

[Contacte-nos](http://localhost:8000/contact_us/) para saber como deixar as suas sugestões.
{% 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://apidocs.cloudinvoice.net/introducao/comecar-a-utilizar.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.
