> For the complete documentation index, see [llms.txt](https://help.givechariot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.givechariot.com/getting-started/shortcuts.md).

# Shortcuts

Move through your dashboard twice as fast with one shortcut ⚡

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

Press **Cmd+K (Mac) or Ctrl+K (Windows)** anywhere in the dashboard to open the Command Shortcut. From one search bar, you can jump to any page or tab, switch programs, filter your data, or open a record straight from an ID in your clipboard.

Everything is keyboard-driven. Type to search, arrow up and down to move, and press Enter to run. Press Esc to close.

***

### Filtering your data

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

When you're on a resource page like Donations, shortcuts become a filter builder or tab navigator.

* **Example 1:** Search “DAF” or type in the name of the DAF provider to filter donations by a specific DAF organization directly.
* **Example 2:** Filter by dollar amount fields or payment status by typing in the filter value (like “300” or “Received In Chariot”).

Type 'Filter' to see every field you can filter on, then select a value.

***

### Jump straight to a record

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

Paste an identifier into the Shortcut menu and Chariot will recognize it and take you directly to the record. No navigating to the table, opening filters, and searching by ID. Shortcuts accept the following identifiers:

* Chariot IDs (i.e., Donations, Deposits)
* Organization EINs
* DAF Check Numbers
* Donor Email Address

***

### More use cases

* Select 'Copy link to this page' to grab the current URL to quickly send to your team
* Donor asking about their gift? Paste their email address into the search bar to quickly find their historical donations
* Navigate to a nonprofit page by typing in their EIN
* Forget how to navigate to a specific page? Just search for it.

***

### FAQs

<details>

<summary>Where can I see everything that Shortcuts can do?</summary>

Open it with Cmd+K (Mac) or Ctrl+K (Windows) and scroll through.

</details>

<details>

<summary>Why don't I see filter options?</summary>

Filters only appear when you're on a resource page such as Donations, Deposits, or Disbursements. Navigate to the table first, then reopen Shortcuts.

</details>

<details>

<summary>Why don't I see one of my views?</summary>

Views are scoped to the program you're currently in. Switch programs from Shortcuts and your views for that program will appear.

</details>

<details>

<summary>Cmd+K isn't opening Shortcuts.</summary>

Some browser extensions claim the same shortcut. Try disabling extensions one at a time, or open the Shortcuts in an incognito window to confirm the conflict.

</details>

Can't find what you're looking for? Reach out anytime at <support@givechariot.com>.


---

# 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://help.givechariot.com/getting-started/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.
