# Shortcut

Assign work to Korey to write Stories and Epics in your team’s preferred format, and break the work down into development-ready Sub-tasks.

### Setup:

* **Settings > Connectors > Shortcut** → click "Connect" to authorize with your Shortcut workspace
* **Authenticate** with your Shortcut credentials and select the workspace to connect Korey to

{% hint style="info" %}
Admins must enable Shortcut connector — check Settings > [Users](https://app.korey.ai/settings/users) to find one if you're not an admin
{% endhint %}

***

### Korey Agent integration in Shortcut

You can also **assign work** to Korey from within Shortcut.&#x20;

<details>

<summary>Setup Korey Agent in Shortcut</summary>

In Shortcut, head over to the Integration modal to authorize Korey as an agent in your workspace.

**Integrations** → **Agents** → **Korey** → click "Connect" to authorize with your workspace

{% hint style="info" %}
Shortcut Admins must authorize Korey — check the [User Directory](https://app.shortcut.com/internal/settings/users) to find one if you're not an admin
{% endhint %}

</details>

<details>

<summary>Assigning Stories to Korey</summary>

Once the Korey integration is enabled in your Shortcut workspace a user named *Korey* will appear. You can assign Korey to Stories and Sub-tasks to create or improve the description of the work.&#x20;

1. Open an existing Story or Sub-task (or create a new one)
2. Select **Korey** from the *Owner* dropdown to assign Korey
3. Korey will start a conversation in the Comments and provide a link to the chat thread in the Korey app

</details>

<details>

<summary>Handoff to other Agents</summary>

If you have other agents connected to Shortcut, Korey can handoff work!

Once Korey has scoped the Story or Sub-task, ask Korey to assign the Story to one of your AI teammates to write code to keep moving through the development lifecycle.&#x20;

</details>


---

# 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.korey.ai/connectors/shortcut.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.
