# Add Bookmarks

Bookmarks are shortcuts to a specific form of a project. It is beneficial when the project has multiple linked forms and the user task is to always collect data for a form/entry deep down the hierarchy structure.

It can be tedious to select the project > select the first form entry > then the second form entry and so on to reach the form you are interested in.

With bookmarks, you can get there with two (two!) taps.

For example, on our EC5 Hierarchy Projects, we set a three-forms hierarchy like CLASS > PUPIL > TEST.

We added a **History** entry to CLASS, then **Marcus** as PUPIL for that CLASS. We would like to quickly add SCORE entry for **History** > **Marcus** but we would like to avoid having to select **History>Marcus** each time. **Marcus** could be our favourite History student and we want a quick way to add SCORE entries to him.

Start with selecting the project from the home page projects list.

<figure><img src="/files/XyyYclgNYC57SMHTFE13" alt=""><figcaption></figcaption></figure>

On the History CLASS entry from the list, tap on the green right arrow button

<figure><img src="/files/Yd0CiA63xpJmhIXmtRri" alt=""><figcaption></figcaption></figure>

On the "History" PUPIL entries list, for the "Marcus" entry, tap on the green right arrow button.

<figure><img src="/files/Ve8tkR3Odj0KvL7vZmsr" alt=""><figcaption></figcaption></figure>

Now we are on "Marcus" TEST entries. We would like to bookmark this screen to get back here quickly to add SCORE entries for "Marcus".

Tap the top right menu button (the three vertical dots).

<figure><img src="/files/RWB8P2aXm7bglOn0uhFn" alt=""><figcaption></figcaption></figure>

From the right drawer menu, tap on "Bookmark Page".

<figure><img src="/files/MJu27mDLjZ3dqzLNURVt" alt=""><figcaption></figcaption></figure>

Give a meaningful name to the bookmark and tap on "Add bookmark".

<figure><img src="/files/E3SWB5LkrI4J5tWBLv3h" alt=""><figcaption></figcaption></figure>

From now on, your bookmark is available by opening the left drawer menu (tap the hamburger icon at the top left to open it).

Tap on the bookmark to navigate to the page you just bookmarked.

<figure><img src="/files/wBgKYyxivKMsmxwCZV6R" alt=""><figcaption></figcaption></figure>

To remove a bookmark, go to the bookmarked page and tap the top right menu button (the three vertical dots) to open the right drawer menu. Tap on "Remove bookmark".

<figure><img src="/files/sunukL8JWv2MdOE8HSFg" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.epicollect.net/mobile-application/add-bookmarks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
