# Use Cases

Quick-start guides for home screen shortcuts and quick actions using PlayMaker custom actions.

## Available Use Cases

### 1. [Register And Route](/features/app-shortcuts/playmaker/use-cases/use-case-1-register-and-route.md)

* **What it does:** Register shortcuts and route when user clicks one
* **Actions:** 2 (`AppShortcutsAddShortcut`, `AppShortcutsOnShortcutClicked`)

### 2. [Add/Update/Remove Policy](/features/app-shortcuts/playmaker/use-cases/use-case-2-add-update-remove-policy.md)

* **What it does:** Add/update/remove shortcuts based on app state
* **Actions:** 2 (`AppShortcutsAddShortcut`, `AppShortcutsRemoveShortcut`)

### 3. [Custom Icons](/features/app-shortcuts/playmaker/use-cases/use-case-3-custom-icons.md)

* **What it does:** Use `iconFileName` correctly (via AppShortcuts settings Icons list)
* **Actions:** 1 (`AppShortcutsAddShortcut`)

## Quick Action Reference

| Action                             | Purpose                                |
| ---------------------------------- | -------------------------------------- |
| AppShortcutsAddShortcut            | Create or update home screen shortcut  |
| AppShortcutsGetAddShortcutError    | Read cached error after add failure    |
| AppShortcutsRemoveShortcut         | Remove specific shortcut by ID         |
| AppShortcutsGetRemoveShortcutError | Read cached error after remove failure |
| AppShortcutsOnShortcutClicked      | Listen for shortcut click events       |

## Platform Support

* **iOS**: 3D Touch/Haptic Touch shortcuts (iOS 9+)
* **Android**: Long-press app icon shortcuts (API 25+)
* **Limit**: Platform limits apply (commonly 4 shortcuts)

## Related Documentation

* [**README.md**](/features/app-shortcuts/playmaker.md)


---

# 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://assetstore.essentialkit.voxelbusters.com/features/app-shortcuts/playmaker/use-cases.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.
