> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thefaithapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bookmarks Overview

> Understand how to save, list, and remove bookmarked devotionals for a member.

Use bookmarks when a signed-in member wants to save devotionals for later reading or re-reading.

Open the operation pages below when you want the full request details or you want to use Mintlify's `Try it` flow.

## What each route does

* [List Bookmarks](/api-reference/open-api/list-bookmarks): fetch the member's saved devotional list.
* [Add Bookmark](/api-reference/open-api/add-bookmark): save one devotional to the member's bookmarks.
* [Remove Bookmark](/api-reference/open-api/remove-bookmark): remove one devotional from the member's bookmarks.

## Typical pattern

1. Load bookmarks on the member's saved or library screen.
2. Send `POST /v1/bookmarks` when the member saves a devotional.
3. Send `DELETE /v1/bookmarks` when the member removes it later.
