> For the complete documentation index, see [llms.txt](https://docs.powerdevbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdevbox.com/dev-tools/power-devbox-chromium-extensions/shortcut.md).

# Shortcut

<figure><img src="/files/7e4WxuEE9DvVHdwIaDv3" alt="" width="128"><figcaption></figcaption></figure>

### Setup

Power DevBox Shortcut polls your environment data each day. For the poll to happen you need to open make.Powerautomate.com or make.powerapps.com. In between polls the environment list and tagging is saved to your local laptop.

### Searching

Typing the name of the environment in the filter input will filter the environment list to environment names containing the text.

<figure><img src="/files/gtLs3LMm7VekjnPV2dAH" alt="" width="357"><figcaption></figcaption></figure>

### Tags

To help navigate your environments you can tag them. To add a tag select your first environment and click the 'Tags' text.

From the Tags popup you can select existing tags or create a new tag by typing in the input and click the 'SAVE' button.

<figure><img src="/files/9xXiuz3UCU40TLdDrAOn" alt="" width="367"><figcaption></figcaption></figure>

Selected tags will turn green to highlight they have been added.

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

To filter the list by a tag, click 'Tags' button' and select the tag required.

<figure><img src="/files/EMFcdOzfQOZ7we9d5Otn" alt="" width="354"><figcaption></figcaption></figure>

### Shortcuts

For each environment there are 5 links:

* Power Automate
* Power Apps
* Dynamics Apps
* Advance Settings
* PPAC (Power Platform Admin Centre)

Right clicking add's link to clipboard, left click opens in new window.

#### Power Automate

Click the environment name text to open make.powerautomate.com solutions.

#### Power Apps

<img src="/files/eT5rVS8lSdRCFTQy9wcT" alt="" data-size="line"> Click the Power Apps icon to open make.powerapps.com solutions.

#### Copilot Studio

<img src="/files/HtOnYSlMYXiqsexZHMG9" alt="" data-size="line"> Click the Copilot Studio icon to open copilotstudio.microsoft.com

#### Power Pages

<img src="/files/eTEd8NNC6lQ6KQIYhK4P" alt="" data-size="line"> Click the Power Pages icon to open make.powerpages.microsoft.com

#### Dynamics Apps

<img src="/files/iiQ5RguzBa0d87DSVlQT" alt="" data-size="line"> Click the Dynamics Apps Icon to open the dynamics url e.g. [https://org1dawdg1c2.crm.dynamics.com/](https://org1d7a81c2.crm.dynamics.com/)

<figure><img src="/files/kw60JDTAAXEPSU7S674v" alt="" width="563"><figcaption></figcaption></figure>

#### Advance Settings

<img src="/files/ZzreZODOSB7WsbnSltNn" alt="" data-size="line"> Click the cog to open the Advance Settings (the legacy dynamics table querier).

<figure><img src="/files/OWIhoJ5u4oUqn9ZLIMcw" alt="" width="463"><figcaption></figcaption></figure>

<figure><img src="/files/qb8FY21TRlUmoOyBlY5Y" alt="" width="563"><figcaption></figcaption></figure>

#### PPAC

<img src="/files/Udatj6RHmW3DWNAEKxpn" alt="" data-size="line"> Click the Admin Icon to opens the environment in the Power Platform Admin Centre.

<figure><img src="/files/QUAR9R0zMzE7v9FiJX4h" alt="" width="563"><figcaption></figcaption></figure>

### Download

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

The download icon at the bottom of the popup exports a csv with all of your environments. The csv has the following headings:

* Name - Environment Display Name
* Id - Environment Id
* Dynamics - Dynamics url
* Make Power Automate - Power Automate url
* Make PowerApp - Power Apps url
* Copilot Studio - Copilot Studio url
* Make PowerPages - Power Pages url
* Advanced Settings - Advance Settings url
* PPAC - Admin Centre url

### Tenant Id

Clicking the <img src="/files/kclYiXvu7k6R28jTOQeP" alt="" data-size="line"> icon will add the tenant id to your clipboard. The tenant id is not always accessible through make.powerautomate.com, if there is no tenant id try navigating make.powerapps.com once, the tenant id should be permanently saved after.


---

# 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.powerdevbox.com/dev-tools/power-devbox-chromium-extensions/shortcut.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.
