> 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/parte-1-obtener-credenciales/como-obtener-las-credenciales-de-agendapro.md).

# Cómo obtener las credenciales de AgendaPro

En esta guía aprenderás cómo obtener las credenciales de AgendaPro y utilizarlas para conectar tu cuenta con Vambe, permitiendo la integración correcta entre ambas plataformas.

### Requisitos previos

Antes de comenzar, asegúrate de:

* Tener acceso a una cuenta activa de **AgendaPro**
* Contar con plan **Pro**

{% stepper %}
{% step %}

### Ingresar a AgendaPro

* Inicia sesión en tu cuenta de **AgendaPro**.
* En la esquina superior derecha, haz clic en **Configuraciones**.
* Dentro del menú, vuelve a hacer clic en **Configuraciones**.

![](/files/472e476b29b21d7fb410b679c00bed42b1d004ca)
{% endstep %}

{% step %}

### Acceder a las opciones avanzadas

1. En el menú lateral izquierdo, selecciona **Opciones avanzadas**.

![](/files/ca1401310750ee6b1f3632afdac9d3af39b6ec97)

2. Dentro de esta sección, haz clic en **Integraciones**.\ <br>

   <figure><img src="/files/RwDnnsBJDKTl9Tk43fTD" alt=""><figcaption></figcaption></figure>
3. Desplázate hacia abajo hasta encontrar los campos:
   * **API Pública User**
   * **API Pública Password**

![](/files/45d97d54ae1dd9584106447c0a08de17e9ee9aed)

Estos datos corresponden a las credenciales que necesitarás para la integración.

{% hint style="warning" %}
Si no ves esta sección, verifica que estés usando una cuenta con permisos de administrador y que tienes el plan Pro.
{% endhint %}
{% endstep %}

{% step %}

### Conectar AgendaPro en Vambe

1. Ingresa a **Vambe**.
2. En el menú inferior izquierdo, haz clic en **Ajustes**.
3. Accede a la sección **Integraciones**.
4. Selecciona **AgendaPro**.

![](/files/c971660bb0fa5fb96c2ed1cfe55a9c22a4a442c4)

5. Haz clic en **Conectar**.

![](/files/a69dbc97cdb8e7fd2d061b0c8bfc7fa29833c6a0)

6. Ingresa:
   * El **User** obtenido desde AgendaPro.
   * El **Password** obtenido desde AgendaPro.

![](/files/438dd3e5072d81ff3bb8d290c8337be1898adc44)

7. Haz clic en **Siguiente**.
   {% endstep %}

{% step %}

### Integración completada

Una vez ingresadas correctamente las credenciales:

* Vambe confirmará que las credenciales fueron guardadas.
* La integración con AgendaPro quedará activa.
* A partir de este momento, Vambe podrá interactuar con AgendaPro según la configuración del embudo y los flujos definidos.
  {% endstep %}
  {% endstepper %}


---

# 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/parte-1-obtener-credenciales/como-obtener-las-credenciales-de-agendapro.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.
