# Teams

{% hint style="info" %}
The Microsoft Teams integration is only available on a paid Business Plan and is not available to set up during your trial.
{% endhint %}

<figure><img src="/files/Qakxk6Rm1z3JIBA8OW15" alt=""><figcaption></figcaption></figure>

Train the bot on your apps and documentation, and chat with it in Teams like a teammate. Great for onboarding, sourcing docs from scattered platforms, and streamlining internal processes.

{% stepper %}
{% step %}

#### Download & Install the app

* Download the eesel.zip file provided below.
* Go to[ https://admin.teams.microsoft.com/policies/manage-apps](https://admin.teams.microsoft.com/policies/manage-apps).
* Click on Actions > Upload new app in the top right corner.
* Upload the eesel application zip file that you downloaded.

{% file src="/files/3YrDH3Q5C4m52YntFNpC" %}
{% endstep %}

{% step %}

#### Enable the App

* Open Microsoft Teams.
* In the left sidebar, click on Apps.
* Use the search bar to find the custom app (e.g., eesel).
* Click on the app from the search results.
* Select Add or Open to install it (if not already installed).
* Select the channels you'd like eesel to be active in. eesel can be invoked by using "@eesel" in your message.
  {% endstep %}

{% step %}

#### Add your Tenant ID

You can find your Microsoft **Tenant ID** in two ways:

**Option 1: Using the Microsoft Entra Admin Center**

* Click [here](https://learn.microsoft.com/en-us/sharepoint/find-your-office-365-tenant-id) to open Microsoft’s official guide and learn how to find your Tenant ID.

**Option 2: Using Microsoft Teams**

* Begin by clicking on the **three dots (⋯)**, or the **‘More options’** menu, located next to any team or channel in Microsoft Teams.
* A dropdown menu will appear upon clicking the three dots menu. Find and select the **“Copy Link to Channel”** option from this list.
* Next, paste the link into a text editor of your choice or directly into **eesel**. We will extract the **tenantId**.

  > Don’t worry — this is just a link. We do **not** get access to your Teams account.
  > {% endstep %}

{% step %}

#### Success!

The app has been added to your organization. You can now tag eesel in conversations using @eesel or search for eesel in the user list to start a direct chat.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.eesel.ai/legacy/integrations/teams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
