> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/dutch-documentation/extra-functies/bookmark-management-tool.md).

# Bladwijzerbeheer tool

{% embed url="<https://www.youtube.com/watch?v=FAG3NMdDClo>" %}

In deze gids leggen we uit hoe je bladwijzers toevoegt aan Incogniton browserprofielen.

{% stepper %}
{% step %}

#### Voeg een bladwijzer toe aan een browserprofiel

Klik op het pictogram met 3 stippen naast het browserprofiel en ga naar **Browser Management > Add Bookmarks**.
{% endstep %}

{% step %}

#### Vul de bladwijzergegevens in

Voer de bladwijzernaam en URL in en klik op **Add**. De bladwijzer is nu zichtbaar in de kolom hieronder. Selecteer het en klik op **Save**.

{% hint style="warning" %}
Voeg het protocol (https\:// of http\://) toe aan de URL, anders wordt de bladwijzer niet toegevoegd.
{% endhint %}
{% endstep %}

{% step %}

#### Controleer de bladwijzer in de browser

Start het browserprofiel. De bladwijzer zou zichtbaar moeten zijn in de adresbalk.

![](/files/a3e1647f31a912eb039e2d91921f050324e6f593)
{% endstep %}
{% endstepper %}

## Toevoegen van vooraf opgeslagen bladwijzers / veelgebruikte bladwijzers

{% embed url="<https://www.youtube.com/watch?v=BjowJ9pc2UM>" %}

Wanneer je vaak dezelfde bladwijzer gebruikt, kan het efficiënter zijn om een algemene (vooraf opgeslagen) bladwijzer te maken en deze naar behoefte aan profielen toe te voegen.

{% stepper %}
{% step %}

#### Maak een algemene bladwijzer

Ga naar **Browsers > Bookmarks** en klik op **Add bookmark**. Vul de bladwijzernaam, URL en beschrijving (optioneel) in en klik op **Create**.
{% endstep %}

{% step %}

#### Voeg de algemene bladwijzer toe aan een browserprofiel

Klik op het pictogram met 3 stippen naast een browserprofiel en ga naar **Browser Management > Add Bookmarks**.

Scroll naar de kolom met algemene bladwijzers, selecteer de bladwijzer en klik op **Add selected** (of dubbelklik op de bladwijzer). Het verschijnt nu in de kolom met toe te passen bladwijzers. Selecteer het en kies **Save**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Als je nog vragen hebt over deze functie, neem dan contact op met onze [supportafdeling](https://incogniton.com/contact/).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.incogniton.com/documentation/dutch-documentation/extra-functies/bookmark-management-tool.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
