> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/getting-started/deployment-guides/communication-templates/tutorials-for-end-users.md).

# Tutorials for end users

We created a set of interactive demos you can share with your end users to explain what they can expect from locked emails and how to unlock those emails.

Share these via the url, or embed them with the code below:

## Google

### How to unlock emails

{% @arcade/embed url="<https://app.arcade.software/share/D6rwgmOgAZjHfHWkjQuj/HUKJegowOH1QJQuzFEvB>" flowId="D6rwgmOgAZjHfHWkjQuj" %}

**Share link**: [`https://app.arcade.software/share/D6rwgmOgAZjHfHWkjQuj/HUKJegowOH1QJQuzFEvB`](https://app.arcade.software/share/D6rwgmOgAZjHfHWkjQuj/HUKJegowOH1QJQuzFEvB)

**Embed code:**

{% code overflow="wrap" %}

```html
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(54.43121693121693% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/D6rwgmOgAZjHfHWkjQuj?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Access a Secured Email Message in Gmail" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
```

{% endcode %}

### How to reset or create passwords

{% @arcade/embed url="<https://app.arcade.software/share/1eL0XHnLusQlBVW2FgD9/x58I4m8hykBpygVcRPeo>" flowId="1eL0XHnLusQlBVW2FgD9" %}

**Share link**: [`https://app.arcade.software/share/1eL0XHnLusQlBVW2FgD9/x58I4m8hykBpygVcRPeo`](https://app.arcade.software/share/1eL0XHnLusQlBVW2FgD9/x58I4m8hykBpygVcRPeo)

**Embed code:**

{% code overflow="wrap" %}

```html
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(56.32031767041694% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/1eL0XHnLusQlBVW2FgD9?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Verify Password Reset &amp; App Signup Requests in Gmail" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
```

{% endcode %}

***

## Microsoft

### How to unlock emails

{% @arcade/embed url="<https://app.arcade.software/share/sihlUHRVoJTfgPaUepkj/SUr6hNiKGcHT90UbXIph>" flowId="sihlUHRVoJTfgPaUepkj" %}

**Share link**: [`https://app.arcade.software/share/sihlUHRVoJTfgPaUepkj/SUr6hNiKGcHT90UbXIph`](https://app.arcade.software/share/sihlUHRVoJTfgPaUepkj/SUr6hNiKGcHT90UbXIph)

**Embed code:**

{% code overflow="wrap" %}

```html
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(59.152872444011685% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/sihlUHRVoJTfgPaUepkj?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Access a Secured Email Message in Outlook" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
```

{% endcode %}

### How to reset or create passwords

{% @arcade/embed url="<https://app.arcade.software/share/GSWq8n5eBInsnp62VEpE/7kCvSoibA2D82EvPIbwW>" flowId="GSWq8n5eBInsnp62VEpE" %}

**Share link**: [`https://app.arcade.software/share/GSWq8n5eBInsnp62VEpE/7kCvSoibA2D82EvPIbwW`](https://app.arcade.software/share/GSWq8n5eBInsnp62VEpE/7kCvSoibA2D82EvPIbwW)

**Embed code**:

{% code overflow="wrap" %}

```html
/<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(61.93029490616622% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/GSWq8n5eBInsnp62VEpE?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Verify Password Reset &amp; App Signup Requests in Outlook" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.material.security/getting-started/deployment-guides/communication-templates/tutorials-for-end-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
