# Share

## Call Phone Number

Opens your phone app with the given number ready to call. This block will not place a phone call without the app user's knowledge.

![](/files/-MYdjq1DadzCQ9suB92O)

![The screenshots above are from a Pixel 3 and an iPhone 7](/files/-LXR8X_IlDJE4dmsRHwv)

## Send Text Message

Opens your default text messaging app with the given text ready to be sent to the given number. This block will not send a text message without the app user's knowledge.

![](/files/-MYdjU7gzOeFi8Skf11N)

![The screenshots above are from a Pixel 3 and an iPhone 7](/files/-LTd86HSpGFW4RGJmevE)

## Send an email

Opens your default email app with an email with the given subject and body ready to be sent to the given email address. This block will not send an email without the app user's knowledge.

![](/files/-MYdjjOa22wqfjYkxese)

![The screenshots above are from a Pixel 3 and an iPhone 7](/files/-LTd8xnbtgQ3uj3MljAe)

You can send an email to multiple recipients by separating the different email addresses with a comma in the 'send email to' section of the block.

![](/files/-MYdkFuGZG5YE42p0-k6)

{% hint style="info" %}
You can use HTML formatting to customize the emails you send with the Share component (iOS only)
{% endhint %}

## Share a Text or Image

![The screenshots above are from a Pixel 3 and an iPhone 7](/files/-LTd9cUdVM0w6u3lDooN)

### Share a Text

Opens a menu of apps that the app user can choose from to share the given message.

![](/files/-MYdkNEwmaOSfBlaDSWO)

#### Design Video

{% embed url="<https://youtu.be/XrPnyC-0ki8>" %}

#### Blocks Video

{% embed url="<https://youtu.be/-iqzBT-67J0>" %}

### Share an Image

Opens a menu of apps that the user can choose from to share the given image.

![](/files/-MYdkV8zq9dlcTTZRfqe)


---

# 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.thunkable.com/snap-to-place/share.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.
