# Extension Console

The Extension Console is a portal for activating and deactivating mods, discovering new ones, making edits to mods and bricks in the workshop, setting up personal integrations and databases, as well as updating other settings.

There’s a lot going on there, so if you feel overwhelmed, don’t worry—this guide walks you through it!

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

### Access the Extension Console

There are a couple of ways you can get to the Extension Console.&#x20;

* Click the settings gear at the top of the PixieBrix Sidebar\
  ![](/files/A0BGjAOvNFuSRjd6MWr4)
* Click **Open Extension Console** from the [Admin Console](/platform-overview/admin-console.md)\
  ![](/files/bWr3ibzqUlIggWWdTsj8)

### Mods Page

When you first arrive in the Extension Console, you'll land on the Mods Page, which shows your mods.&#x20;

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

The filter menu to the left gives you options for filtering results or searching for a specific mod. You can search by a mod name or id.

<figure><img src="/files/DajbhzOvHqgunDVky2kp" alt="" width="375"><figcaption></figcaption></figure>

### Workshop

{% hint style="info" %}
The workshop is an advanced section and not required for most uses of PixieBrix.
{% endhint %}

At the core, each PixieBrix mod (and brick) is really a YAML file that details a mod's composition. In the workshop, you can view a mod's YAML file and edit as you see fit.&#x20;

Search for the mod, brick, or integration you want to edit.

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

Select the desired mod by clicking on it. Inside, you'll see the YAML file detailing the composition of the mod, brick, or integration.&#x20;

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

### Integrations

PixieBrix integrates with many tools, such as Automation Anywhere, Google Drive, Trello, Airtable, and more. You can set local integrations via the Integrations menu in the Extensions Console.&#x20;

These integrations will never access the PixieBrix server and will only be accessible on your device.&#x20;

Learn more about [Integrations](/integrations.md).

### Settings

You'll use the Settings section to make changes to the browser extension.&#x20;

Use these settings when you need to:&#x20;

* Set or clear local logs
* Enable beta features
* Recover databases
* Reset PixieBrix
* Clear tokens
* Check for updates


---

# 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/platform-overview/extension-console.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.
