> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# my.showSharePanel

> Display the share panel for content sharing.

Use this API to trigger the native share panel within a mini program. This API takes no parameters.

<Note>
  When this API triggers sharing, the request parameter `from` in `page.onShareAppMessage` receives the value `code`.
</Note>

## Code Example

```javascript theme={null}
my.showSharePanel();
```
