# Level up

Uma das coisas que falei foi sobre a utilização de vários serviços para criar um novo. Por hora nos conectamos a apenas um terceiro que trás os cafezinhos.  Vamos ir para o próximo nível. Que acha de criar um produto que sugestione um cafezinho para tomar enquanto le um história em quadrinho da [Marvel](https://developer.marvel.com/docs).

Algo como:

```json
{
  "coffee": {
    "title": "Black Coffee",
    "image": "http://"
  },
  "comic": {
    "title": "Spider-man",
    "issue": 7
    "readingTime": "30 minutes",
    "link": "http://"
  }
}
```

Claro, seria legal termos um tempo de preparo no café ou talvez o tempo médio que leva para tomar. Mas podemos começar com o simples.

Temos alguns objetivos com isso

* Integrar em um novo serviço
* Unir os dois serviços.

Essa parte é o que importa. Integrar vários serviços e criar um novo com base nisso. É assim que a Web funcina.

Vamos nessa.


---

# 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/compondo-integracoes/level-up.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.
