# Use Cases

Quick-start guides for sharing content via native share mechanisms using PlayMaker custom actions.

## Available Use Cases

### 1. [Screenshot Share](/features/sharing/playmaker/use-cases/use-case-1-screenshot-share.md)

* **What it does:** Share screenshots with text and URL via native share sheet
* **Actions:** 2 (ShareSheetShow, ShareSheetGetError)

### 2. [Bug Report Email](/features/sharing/playmaker/use-cases/use-case-2-bug-report-email.md)

* **What it does:** Send pre-filled email with attachments
* **Actions:** 2 (MailComposerCanSend, MailComposerShow)

### 3. [SMS Challenge Invite](/features/sharing/playmaker/use-cases/use-case-3-sms-challenge.md)

* **What it does:** Send challenge codes via text message
* **Actions:** 3 (MessageComposerCanSend, MessageComposerShow, MessageComposerGetError)

### 4. [Social Media Post](/features/sharing/playmaker/use-cases/use-case-4-social-post.md)

* **What it does:** Share directly to Facebook, Twitter, or WhatsApp
* **Actions:** 3 (SocialComposerIsComposerAvailable, SocialShareComposerShow, SocialShareComposerGetError)

## Quick Action Reference

| Action                            | Purpose                                                |
| --------------------------------- | ------------------------------------------------------ |
| ShareSheetShow                    | Generic share sheet (all platforms)                    |
| ShareSheetGetError                | Read cached error after ShareSheetShow failed          |
| MailComposerCanSend               | Check if email is available                            |
| MailComposerShow                  | Show email composer                                    |
| MailComposerGetError              | Read cached error after MailComposerShow failed        |
| MessageComposerCanSend            | Check if SMS/iMessage is available                     |
| MessageComposerShow               | Show SMS/iMessage composer                             |
| MessageComposerGetError           | Read cached error after MessageComposerShow failed     |
| SocialComposerIsComposerAvailable | Check social platform availability                     |
| SocialShareComposerShow           | Show platform-specific composer                        |
| SocialShareComposerGetError       | Read cached error after SocialShareComposerShow failed |

## Related Documentation

* Feature overview: `../README.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/sharing/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.
