# Save or "bookmark" a page

In some app cases, you'll want to display a list of items that users can bookmark or "like", so they have easier access to them later in a separate screen. This can be implemented with the [toggle component](https://docs.bravostudio.app/bravo-tags/components/stateful-component-like-button), together with some backend setup to implement the needed logic.

In order to implement this feature, follow the documentation below.

{% content-ref url="../../../bravo-tags/components/stateful-component-like-button" %}
[stateful-component-like-button](https://docs.bravostudio.app/bravo-tags/components/stateful-component-like-button)
{% endcontent-ref %}
