> For the complete documentation index, see [llms.txt](https://docs.wrangle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrangle.io/tickets/getting-started-with-wrangle/installing-wrangle-in-teams.md).

# Installing Wrangle in Teams

### Installation Steps

#### Step 1: Sign in to Wrangle

Go to [Wrangle](https://app.wrangle.io/) and click **Log In with Teams**.

<figure><img src="/files/qsikXDHZ8qGDNnBMp8kv" alt="Wrangle sign-in page"><figcaption></figcaption></figure>

#### Step 2: Authorize Wrangle in Teams

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

You'll be redirected to Teams to authorize the connection.

1. Review the permissions Wrangle is requesting
2. Click **Accept** once satisfied

#### Step 3: Add Wrangle To Teams

After authorizing, you'll be redirected back to Wrangle to continue the installation process:

<figure><img src="/files/br0GjjHCVpUKWSeH4kI9" alt=""><figcaption><p>Adding Wrangle to Teams</p></figcaption></figure>

You'll be directed to [Open Wrangle](https://teams.microsoft.com/l/app/9b150bf6-a0cf-4b8b-8684-7bcdd0c60eeb) in the Teams App Store. You can alternatively visit Apps in Teams and search for Wrangle.\
\
After clicking **Add**, make sure you select a channel to use with Wrangle before continuing, as shown below:

<figure><img src="/files/K3I56RuJLP5YkJYCnbCq" alt=""><figcaption><p>Select a channel to use Wrangle within Microsoft Teams</p></figcaption></figure>

Once you have selected your channel, click **Go**.

\
Once you are done, click `I have installed Wrangle in Teams` to continue to Wrangle.<br>

#### Step 4: Approve Wrangle for your Organization

When installing Wrangle, you'll see one final authorization screen that requires a Teams admin to continue:

<figure><img src="/files/UXZ0ETeS5vZPA56yQSeg" alt="Additional Permissions Required screen"><figcaption><p>Ask a Teams Admin to grant Wrangle permission for your organization</p></figcaption></figure>

You'll be redirected to Teams to authorize the connection.

1. Review the permissions Wrangle is requesting
2. Click **Accept** once satisfied

\
\
That's it! You're now ready to [create your first inbox](/tickets/getting-started-with-wrangle/wrangle-for-teams.md) to manage your tickets with Wrangle.<br>

{% hint style="info" %}
We take privacy seriously. [Wrangle is **SOC2 certified**](https://www.wrangle.io/security), so you can trust that your data is secure.
{% endhint %}

####

#### How to Add Wrangle to a specific Team

If you run into an error verifying your installation or selecting a Team for use within an inbox, ensure you've added Wrangle to your Team.\
\
You can do this following these steps:\
\
1\. [Open the Wrangle app within Teams](https://teams.microsoft.com/l/app/9b150bf6-a0cf-4b8b-8684-7bcdd0c60eeb)

<figure><img src="/files/YzJlyyzglxTP5Wf7ac9q" alt="Select Wrangle from your Apps in Teams"><figcaption></figcaption></figure>

2. Click the `Open` button and make sure to **Select a channel** in the menu shown below.

<figure><img src="/files/Ra8gnOd8rRNyqSJUGspg" alt="Select a channel in Teams" width="253"><figcaption></figcaption></figure>

3. Once you have selected your channel as shown above in Step 2, click `Go`.<br>

That's it! Wrangle is now available for use within your Team.


---

# 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.wrangle.io/tickets/getting-started-with-wrangle/installing-wrangle-in-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.
