> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/activating-mods/linking-your-pixiebrix-account.md).

# Linking Your PixieBrix Account

{% hint style="info" %}
If your company has installed the PixieBrix Chrome Extension for you, you'll need to link your account. If you installed via the Chrome Web Store or app.pixiebrix.com, you'll have done this as part of the installation.
{% endhint %}

#### Step 1: Link the PixieBrix Account when Chrome first installs the extension <a href="#block-d3ae0153afae4253b1fe9c697e2c16b5" id="block-d3ae0153afae4253b1fe9c697e2c16b5"></a>

* When Chrome installs the PixieBrix extension, Chrome will open a tab with the following setup screen. Click “Create/link PixieBrix account”. This will open a new tab with a login page\ <br>

  <figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/b1cce16a-6314-4592-9811-3206814cdf9a/Untitled/w=828,quality=80" alt="" width="375"><figcaption></figcaption></figure>
* Click "Connect with Google" or "Connect with Microsoft", as instructed by your team lead<br>

  <figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/52b9a894-2829-4cbe-9e89-8e2ea1a0d165/Untitled/w=750,quality=80" alt="" width="375"><figcaption></figcaption></figure>
* You will be redirected to a Google/Microsoft page asking you to accept authenticating to PixieBrix with your account. Accept the request and you'll be redirected back to PixieBrix

#### Step 1b: If you accidentally closes the tab that appears when PixieBrix is first installed <a href="#block-98262bf8eaf0415cadc19ed71ff78e44" id="block-98262bf8eaf0415cadc19ed71ff78e44"></a>

* Go to [https://app.pixiebrix.com](https://app.pixiebrix.com/)
* Click "Connect with Google" or "Connect with Microsoft", as instructed by your team lead\ <br>

  <figure><img src="https://images.spr.so/cdn-cgi/imagedelivery/j42No7y-dcokJuNgXeA0ig/e2811321-d1b0-475a-ae3e-9c1f3637b605/Untitled/w=750,quality=80" alt="" width="375"><figcaption></figcaption></figure>
* You will be redirected to a Google/Microsoft page asking you to accept authenticating to PixieBrix with your account. Accept the request and you'll be redirected back to PixieBrix


---

# 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.pixiebrix.com/activating-mods/linking-your-pixiebrix-account.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.
