# Teams

<details>

<summary>Screen Sharing [German: Bildschirmfreigabe]</summary>

This always comes up when new users don't know how to share their screen:

* [English instructions](https://support.microsoft.com/en-us/office/share-your-screen-in-a-chat-in-microsoft-teams-2de1c624-7fbe-4b0a-99f2-33385e7d3f18)
* [German instructions](https://support.microsoft.com/de-de/office/freigeben-ihres-bildschirms-in-einem-chat-in-microsoft-teams-2de1c624-7fbe-4b0a-99f2-33385e7d3f18)

</details>

<details>

<summary>Download the new Teams [German: Das neue Teams herunterladen]</summary>

If the older Teams version is preinstalled and stops working, users will get confused, so just send them this link (if they're willing to do this themselves) so they can download the new Teams:

<https://www.microsoft.com/de-de/microsoft-teams/download-app?market=de>

If you need to take care of this issue, here's the direct link for the German new Teams version, ready to copy and paste into the browser's address bar:

<https://go.microsoft.com/fwlink/?linkid=2196106&clcid=0x407&culture=de-de&country=de>

</details>

<details>

<summary>Bulk Install the New Teams app</summary>

Download the new Teams and the bootstrapper to the same folder (in this example, the "Downloads" folder):

* New Teams 64Bit download: <https://go.microsoft.com/fwlink/?linkid=2196106>
* Bootstrapper download: <https://go.microsoft.com/fwlink/?linkid=2243204&clcid=0x409>

Press Win+R and enter the offline install command:

`"%userprofile%\Downloads\teamsbootstrapper.exe" -p -o "%userprofile%\Downloads\MSTeams-x64.msix"`

If this doesn't work on some systems, open CMD as admin and explicitly navigate to the folder where you downloaded the files:

{% code overflow="wrap" %}

```
cd %userprofile%\Downloads\Teams
```

{% endcode %}

Now type the command to run the bootstrapper:

{% code overflow="wrap" %}

```
.\teamsbootstrapper.exe -p -o %userprofile%\Downloads\Teams\MSTeams-x64.msix
```

{% endcode %}

If done correctly, you should see something similar to this:

{% code overflow="wrap" %}

```
{
  "success": true
}
PS C:\Users\USERNAME\Downloads\Teams>
```

{% endcode %}

More info: <https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client>

</details>

<details>

<summary>Add a direkt link to chat with you on MS Teams</summary>

You can use this in your E-Mail signature, so people can reach out to you on Teams:

```html
https://teams.microsoft.com/l/chat/0/0?users=<youremailaddress>
```

</details>


---

# 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://help.remoteyon.com/office365help/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.
