> 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-ia/como-armar-los-bloques/como-ingresar-al-asistente-de-inteligencia-artificial.md).

# Cómo ingresar al asistente de Inteligencia Artificial

En Vambe existen dos formas de acceder a un asistente de Inteligencia Artificial, dependiendo de si ese asistente está **asignado a una etapa** del embudo o si es un asistente **independiente** que no está vinculado a ninguna etapa.

A continuación se detalla cómo ingresar en cada caso.

***

#### Ingresar al asistente asignado a una etapa del embudo

Si el asistente está vinculado a una etapa específica, el acceso se realiza directamente desde el embudo.

{% stepper %}
{% step %}

#### Acceder desde la vista del embudo

* Dirigirse a la **vista del embudo**.
* Seleccionar la **etapa** donde se encuentra configurado el asistente.
* Hacer clic en **Configuración** de esa etapa.
* Seleccionar **Editar asistente.**

![Asistente en etapa del embudo](/files/9b435ce6f53f7e2718f7740b4f258c2a39c50209)

Una vez realizado este último paso, estarás dentro del asistente asociado a esa etapa y podrás modificar sus bloques, funciones e instrucciones.

![Editor del asistente](/files/c83696bc7d0c3f036df7c46a42830f7df2a8d9b2)
{% endstep %}
{% endstepper %}

***

#### Ingresar a un asistente que no está asignado a ninguna etapa

Vambe también permite crear asistentes independientes que no están directamente vinculados a etapas de un embudo. Para acceder a ellos, se debe utilizar el menú general de asistentes.

{% stepper %}
{% step %}

#### Acceder desde el menú de Asistentes

* En el menú lateral izquierdo, hacer clic en **Asistentes**.

![Menu Asistentes](/files/e52dcb63b9d2aff92a497cc8aedf26ae223d6c49)

* Se desplegará un listado con **todos los asistentes creados en tu cuenta de Vambe**.
* Para abrir uno, simplemente hacer clic en **Editar**.

![Listado de asistentes](/files/71a2b949341c5fbb9b2069542736d6c4b6a26de1)

Esta ruta permite administrar asistentes que luego pueden ser asignados a etapas, reutilizados o mantenidos como asistentes independientes para funciones internas.

![Asistente independiente](/files/6faba9ba29edb09709db7c29a6c2cfb99cae7e02)
{% 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-ia/como-armar-los-bloques/como-ingresar-al-asistente-de-inteligencia-artificial.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.
