# Teams GenAI integration

> Teams GenAI integration - With DataRobot's Generative AI offerings, organizations can deploy
> chatbots without the need for an additional front-end or consumption layers.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-06T18:17:09.579450+00:00` (UTC).

## Primary page

- [Teams GenAI integration](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/llm-and-genai-apps/ms-teams.html): Full documentation for this topic (HTML).

## Sections on this page

- [How it works](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/llm-and-genai-apps/ms-teams.html#how-it-works): In-page section heading.

## Related documentation

- [Developer documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.
- [Developer learning](https://docs.datarobot.com/en/docs/api/dev-learning/index.html): Linked from this page.
- [AI accelerators](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/index.html): Linked from this page.
- [LLM and GenAI applications](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/llm-and-genai-apps/index.html): Linked from this page.

## Documentation content

[Access this AI accelerator on GitHub](https://github.com/datarobot-community/ai-accelerators/tree/main/ecosystem_integration_templates/teams_datarobot)

Microsoft Teams offers workspace chat and video conferencing, file storage, and application integration to organizations. Workspace chat feature allows you to interact with other users and bots in their day-to-day activities. This feature is useful for deploying Generative AI agents to improve employee productivity. With DataRobot's Generative AI offerings, organizations can deploy chatbots without the need for an additional front-end or consumption layers.

## How it works

Most messenger/communication apps support bots. A bot is a program that interacts with the users of the messenger application by ingesting the user message and providing responses. Bot can be static or dynamic depending on the logic encoded. A bot in most cases is a service exposing Rest Endpoints which receive user text and respond back with text. Instead of developers starting from scratch, Microsoft provides an SDK which can be used as building blocks or boilerplate. This SDK supports different languages including python. The code demonstrated here uses this code as boilerplate.
