> For the complete documentation index, see [llms.txt](https://academy.vambe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vambe.ai/asistentes-de-agendamiento/asistentes-de-agendamiento-pt-br/parte-1-obter-credenciais/como-obtener-las-credenciales-de-reservo.md).

# Como obter as credenciais do Reservo

Diferentemente de outras integrações, as credenciais do Reservo **não são geradas diretamente pela conta do cliente**, já que o processo é realizado por meio de um **sistema interno**.

{% hint style="info" %}
Requisito importante

Para obter as credenciais do Reservo é **obrigatório entrar em contato com a equipe de suporte da Vambe**.
{% endhint %}

### Por que isso é feito dessa forma?

A integração com o Reservo requer uma habilitação interna e uma validação prévia por parte da equipe da Vambe para garantir que:

* A conta do Reservo esteja configurada corretamente.
* A integração seja estável.
* O agendamento funcione corretamente dentro do funil.

### O que você deve fazer

{% stepper %}
{% step %}

### Entre em contato com a equipe de suporte da Vambe

Use este link para iniciar a conversa:\
<https://api.whatsapp.com/send/?phone=56996886782\\&text=Hola+Equipo+Vambe%2C+necesito+ayuda+con%3A\\&type=phone\\_number\\&app\\_absent=0\\&utm\\_campaign=soporte\\_vambe\\&utm\\_source=ads>
{% endstep %}

{% step %}

### Informe que você deseja conectar o Reservo com a Vambe

Comunique claramente que a solicitação é para conectar o Reservo com a Vambe.
{% endstep %}

{% step %}

### Compartilhe os dados que a equipe solicitar

Compartilhe os dados básicos que a equipe solicitar (por exemplo, nome da conta, segmento ou URL).
{% endstep %}
{% endstepper %}

Depois que esse processo for concluído, a equipe da Vambe ficará responsável por gerar e configurar as credenciais necessárias para a integração.

### Resultado

Após a gestão interna:

* O Reservo ficará corretamente conectado à Vambe.
* O assistente poderá consultar disponibilidade, agendar e gerenciar reservas de acordo com a configuração do funil.

<details>

<summary>Este artigo foi útil para você?</summary>

Sim Não

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://academy.vambe.ai/asistentes-de-agendamiento/asistentes-de-agendamiento-pt-br/parte-1-obter-credenciais/como-obtener-las-credenciales-de-reservo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
