> For the complete documentation index, see [llms.txt](https://docs.eesel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eesel.ai/integrations/communication/microsoft-teams.md).

# Microsoft Teams

Microsoft Teams is not available self-serve yet. How to ask for the pilot.

Microsoft Teams support is not currently available self-serve.

<figure><img src="https://3732419023-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2xXO0947TYoPIhGoBgSE%2Fuploads%2Fgit-blob-e8ec286db0b5cd21a9566014d075b2bb90ae9431%2Fmicrosoft-teams-hero.png?alt=media" alt="A Microsoft Teams channel where a teammate @mentions eesel about the refund window on annual subscriptions, and eesel answers in the channel citing the refund policy"><figcaption><p>Your agent answers in the Teams channel your team already uses, from the knowledge you have connected.</p></figcaption></figure>

If you'd like to use eesel AI with Microsoft Teams, [contact us](https://eesel.ai/contact) and we'll help you get set up.

In the meantime, most teams get the same workflow through our [Slack integration](/integrations/communication/slack.md): @mention the agent in a channel, get answers from your connected knowledge, and post messages to channels.


---

# 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.eesel.ai/integrations/communication/microsoft-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.
