> For the complete documentation index, see [llms.txt](https://help.distro.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.distro.so/integrations/chrome-extension.md).

# Chrome extension

The Distro Chrome extension brings your meeting links, availability, and meetings into the browser. Use it while writing a message or working on a prospect's record.

## Install and connect

1. Install [Distro from the Chrome Web Store](https://chromewebstore.google.com/detail/distro/fhieobajbfofbfckmmlaknnibolbihki).
2. Open Chrome's **Extensions** menu and pin Distro to the toolbar.
3. Open an ordinary website and click the Distro icon.
4. Choose **Log in to Distro** and complete sign-in with your work account.

The side panel shows your connected account. If your team uses more than one workspace, check that you're connected to the intended one before sharing links.

Chrome limits extensions on pages such as its settings and the Chrome Web Store. If Distro opens a fallback page, switch to an ordinary website and open it again.

## Choose where to start

* **Scheduling:** [copy meeting links and keep favorites close](/integrations/chrome-extension/share-links.md).
* **Availability:** [update your weekly hours](/settings/personal-settings/my-availability.md).
* **Meetings:** [review upcoming meetings and open their details](/bookings/overview.md).
* **In a message:** [type `di/` to insert a link](/integrations/chrome-extension/inbox-shortcuts.md).
* **For a prospect:** [start a sales handoff](/routing/outbound-routing/book-a-meeting.md).

Open **More options → Settings** in the side panel to change appearance, shortcuts, meeting display, and browser integrations.

The extension uses your Distro account. Creating event types, configuring routers, and managing workspace access happen in the main app.


---

# 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://help.distro.so/integrations/chrome-extension.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.
