# Deploy Birdie Extension Across Your Org

{% hint style="info" %}
Make sure you have administrator access to your Google Workspace account.
{% endhint %}

Give your team immediate access to Birdie without requiring any manual setup.

Using the Google Admin Console, you can automatically install the Birdie Chrome extension for everyone in your organization. This ensures a smooth rollout and allows teams to start capturing and resolving issues faster from day one.

### Deployment via Google Admin Console

1. Go to admin.google.com and sign in with your admin account
2. Navigate to:\
   Devices → Chrome → Apps & extensions → Users & browsers
3. Click Add, then select Add from Chrome Web Store
4. Search for Birdie and select the extension
5. Set the installation policy:\
   Choose Force install or Force install and pin to Chrome toolbar to make it easily accessible
6. Click Save

### Policy details for advanced setups

If you manage Chrome using policies directly, Birdie can be deployed using the following configuration:

Policy name:\ <mark style="color:purple;">ExtensionInstallForcelist</mark>

Policy value format:

```
glkfmfjeafnooojgeobbhdjhdejocoap;https://clients2.google.com/service/update2/crx
```

This ensures the Birdie extension is automatically installed for all targeted users.

### What users can expect

Once the policy is applied, the Birdie extension will be installed automatically the next time users open Chrome.


---

# 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.birdie.so/birdie-docs/record-my-screen/deploy-birdie-extension-across-your-org.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.
