# Introduction

## Introduction

This package let you define dynamic shortcuts to perform specific actions in your app. These shortcuts can be displayed in a supported launcher and help your users quickly start common or recommended tasks within your app.

Basic functionality:

* Add dynamic Shortcut
* Update already existing one (short label / long label/ icon / action & rank)
* Remove existing Shortcuts
* Request Pin Shortcut
* Enable / Disable Shortcuts.

You can learn more about Shortcuts in Android here: <https://developer.android.com/guide/topics/ui/shortcuts>


---

# 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://hardartcore.gitbook.io/android-shortcuts-for-unity/master.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.
