# Favorites

The Favorites lets you bookmark a video or item that you liked in order to be able to either watch it later or keep a little collection of items you like.

:::note Important
This feature is supported on mobile devices only. For TVs and Web use [Cross-device Favorites](../personalization/cross-device-favorites.md).
:::

## iOS and Android

Add the Favorites Action plugin.

![](favorites/favs_plugin.png)

Modify the favorites assets you want to use and build. You can use two flavors in case you use downloads in light background on cells or a dark background on images.

![](favorites/assets.png)

Modify the favorites text in the Localization modal.

![](favorites/localization.png)

### Adding the favorites action to the cell on mobile

In the Studio, add the favorites action to the cell. You can add it as a single action or in the actions menu modal. To do so, enable the action button and fill the identifier.

For a single action, fill the identifier: `local_storage_favourites_action`
For actions menu, fill the identifier: `open-modal-bottom-sheet-cell-action`

Read more about [Actions Menu](../building-blocks/actions-menu.md).

### Promote Your Favorites

You can create a screen with a component to promote the favorites items. 

To do so, create a feed using the URL: `pipesv2://local_storage_favourites_action`. Then create a component with this data source. 

Add the [Empty State Alert](../building-blocks/empty-state-alert.md) with a call-for-action message to add favorites.
