> For the complete documentation index, see [llms.txt](https://docs.feathery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feathery.io/platform/account-settings/dashboard-shortcuts.md).

# Dashboard Shortcuts

Custom dashboard shortcuts allow you and teammates to directly access specific Feathery resource (form, AI extraction, document template) views for common workflows. In addition, for teammates with the `Viewer` role who do not need to edit the configuration of Feathery resources, they will only see the specified shortcuts.

## Setting Up Custom Shortcuts

1. Navigate to the **Settings** tab of your Feathery account, and click on the **Shortcuts** tab.
2. Add shortcuts that you want Feathery accounts to have access to. If at least one shortcut is specified, a **Home** tab will appear in the left sidebar that contains all of the specified shortcuts. In addition, for view-only Feathery accounts, shortcuts will appear in the left sidebar as the only visible actions. For each shortcut, you can specify the action type, the specific resource it will navigate to, a custom label, and a custom description to be shown in the viewer **Home** screen.
3. Click the **Save** button at the bottom to save your shortcut configuration.

<figure><img src="/files/0zi2BMsP4U8kSiCT9GFc" alt=""><figcaption></figcaption></figure>

## View-Only Experience Example

When a view-only user logs into their Feathery account and viewer shortcuts are set up, they will see a screen similar to below. Each button will do a specific action such as open up a form, navigate to AI extraction results, etc.

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


---

# 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.feathery.io/platform/account-settings/dashboard-shortcuts.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.
