# Iniciando

Como dito anteriormente, a proposta aqui é conseguir se integrar em serviços de terceiros. Para isso, precisamos de um terceiro a se conectar. Irei usar o exemplo já passado. Ele é simples e atende o objetivo do estudo.&#x20;

```
https://api.sampleapis.com/coffee/hot
```

Com o avançar do livro, lidaremos com serviços mais complexos. Caso se sinta entediado pela simplicidade, avance no sumário e encontre algo que te deixe empolgado.&#x20;

Agora precisamos criar nossa primeira integração. Mas antes disso, vou explicar sobre a ferramenta que utilizaremos para tal fim.

Vamos lá.


---

# 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://consumindo-apis-com-elixir.cafecomelixir.com.br/construindo-um-cliente-usando-tesla/iniciando.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.
