> For the complete documentation index, see [llms.txt](https://docs.1millionbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1millionbot.com/es/chatbot/channels/teams.md).

# Teams

## Configuración

Para configurar la integración de tu asistente en Teams, necesitarás lo siguiente:

* Una cuenta de Teams.&#x20;
* Permisos para la instalación de apps o autorización del IT Admin.

### Crear un aplicación de Teams

1. Accede a [Teams](https://teams.microsoft.com/).
2. Haz clic en la sección del menú **Apps**. \
   ![](/files/uAHzaD4qzWRKxP0P3LPH)
3. Busca la aplicación 'App Studio'.
4. Selecciona y añadela.
5. Haz clic en 'Create a new app' (Crear una nueva aplicación).\
   ![](/files/VOJtjLHyP6RwMVQ9RTAh)
6. En la sección **Details** > **App details**, introduce toda la información obligatoria (marcada con un asterisco) sobre la aplicación.\
   ![](/files/cmmd8DM4OnS7oqsyiCnf)
7. Haz clic en 'Generate' para generar el App Id.
8. En la sección **Capabilities** > **Bots**, haz clic en 'Set up' para iniciar la configuración del Bot.
9. Si es un nuevo Bot, introduce toda la información, si no, selecciona el Bot existente introduciendo la id del mismo.\
   ![](/files/taIj4EPDol0VFwuwiDpU)
10. Selecciona el Scope 'Teams' para que cualquier persona con acceso pueda utilizar el Bot y haz clic en 'Create bot' (Crear bot).
11. Una vez creado, copia el Bot Id y Bot Application Password para usarlos posteriormente en la integración.&#x20;
12. Copia la URL que encontrarás en las opciones de integración y pégala en 'Messaging endpoint'.\
    \
    ![](/files/et5mfWUIyqvX4cDzUsUH)\
    ![](https://lh5.googleusercontent.com/9gw7jZ3LJGRR2qyz8rGfO9RtfOyjS6hF4x4QtVf7plWXVh21RjzzU641ocBpv8mgHGTpjnCj4Q3cXaa6sWHfTw41Djmp-jP8ypcu5fYDO5Y1UDOzEu77lBPks3gCQlaGaK_WvMBhvUNsBYMelF5bmps)
13. En la sección **Finish** > **Test and distribute**, selecciona una de la siguientes opciones para completar la instalación de la aplicación.

{% hint style="info" %}
**Importante:** Es posible que tu IT Admin deba aprobar la solicitud de instalación si tu cuenta no tiene permisos suficientes.
{% endhint %}

### Activar integración

1. En el módulo de integración de Teams introduce todos los datos que copiaste anteriormente.\
   ![](/files/lhyIeh6KaOMtN4Oz4Gcx)
2. Guarda la configuración.
3. ¡Listo!:tada: Realiza pruebas para verificar el funcionamiento de tu asistente en Teams.&#x20;

## Limitaciones

* Máximo de 3 botones por mensaje.


---

# 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://docs.1millionbot.com/es/chatbot/channels/teams.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.
