> For the complete documentation index, see [llms.txt](https://docs.ninox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninox.com/user-hub/ninox-basics/bookmarks.md).

# Bookmarks

Use **Bookmarks** to keep important records close and get back to them fast.

The **Bookmarks** screen shows your bookmarked records as cards. It helps you return to important work without searching through tables.

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

From here, you can:

* open a bookmarked record in the **form view**
* review or edit the full record
* remove a bookmark without deleting the record

#### Add a bookmark

Add a bookmark when you want to save a record for quick access later.

{% stepper %}
{% step %}
**Open the record**

Go to the table that contains the record.\
Open the record in the **form view**.
{% endstep %}

{% step %}
**Add the bookmark**

Click the <i class="fa-star-sharp">:star-sharp:</i> **star icon** at the top of the **form view**.\
The record is now bookmarked.
{% endstep %}

{% step %}
**Open Home**

In the main navigation, click **Home**.
{% endstep %}

{% step %}
**Open Bookmarks**

On the **Home** screen, select **Bookmarks**.\
The **Bookmarks** screen opens again and shows your bookmarked records.
{% endstep %}
{% endstepper %}

#### Remove a bookmark

Remove a bookmark when you no longer need quick access to that record. This does not delete the record from your database.

You can remove a bookmark in two ways:

* on the **Bookmarks** screen by clicking **X** on the record card
* in the **form view** by clicking the <i class="fa-star-sharp">:star-sharp:</i> **star icon** again

{% stepper %}
{% step %}
**Open Bookmarks**

In the main navigation, click **Home**.\
Select **Bookmarks**.
{% endstep %}

{% step %}
**Remove the bookmark**

Find the record card you want to remove.\
Click the **X** in the top-right corner of the card.
{% endstep %}

{% step %}
**Keep working**

The bookmark disappears from the list.\
The record stays available in its original table.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ninox.com/user-hub/ninox-basics/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.
