# Embed or redirect to Hosted Pages
URL: https://docs.awellhealth.com/docs/embed-and-host/redirect-or-embed

> For the complete documentation index, see [llms.txt](https://docs.awellhealth.com/llms.txt).



Once a [Hosted Pages URL](/docs/embed-and-host/sessions-and-links) exists, embed it in the host app or
send the stakeholder to it.

**Both offer identical features.** Embedding keeps the stakeholder inside the host product.

## Redirect [#redirect]

Send the stakeholder to the URL, for example with a link:

```html
<a href="{hostedPagesUrl}">Complete my activities</a>
```

## Embed [#embed]

Put the URL in an iframe:

```html
<iframe src="{hostedPagesUrl}" />
```

## Completion can hand the stakeholder somewhere specific [#completion-can-hand-the-stakeholder-somewhere-specific]

Once a stakeholder completes all their activities, the usual next step is a success screen and then
somewhere to go: a page in a web app, or a screen in a native app.

When [sessions](/docs/embed-and-host/sessions-and-links) generate the URL, that destination is
configurable.

**Deep linking works here**, so a stakeholder can land in a specific place in a native app rather than
on a web page. Use it where patients complete their activities inside a native app.

## Next steps [#next-steps]

**Next:** [Hosted Pages settings](/docs/embed-and-host/hosted-pages-settings) to brand what they see.
