# Team Member

To get started, you'll need to do the following tasks.&#x20;

* [ ] [Installing the PixieBrix Chrome Browser Extension](/how-to/installing-the-pixiebrix-chrome-browser-extension.md) (or [Linking Your PixieBrix Account](/activating-mods/linking-your-pixiebrix-account.md) if your company has already installed it)
* [ ] [Activating Your Assigned Mods](/activating-mods/activating-your-assigned-mods.md)

Having issues? Check out the [Troubleshooting](/activating-mods/troubleshooting.md) docs.

{% hint style="info" %}
Need some help? Use the live chat on the bottom left of this page to chat with our team, or join the [PixieBrix Slack Community](https://slack.pixiebrix.com/).
{% endhint %}


---

# 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.pixiebrix.com/quick-start/team-member.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.
