# Conversation Bookmark Action

This action will set a bookmark in the conversation that can later be used from a Go To Action.

![](/files/-MXDDUIn3Wkws0arHns6)

### Settings

The action uses the following settings:

| Setting                        | Description                                                                                                                                | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------- |
| Bookmark Exact Action Position | If enabled, this flag will set the bookmark right after the action. If disabled, this flag will set the bookmark at the interaction start. | :no\_entry:                                          |

### Remarks

This action sets a bookmark to a conversation Behavior and Interaction that can later be used by a [Go To Action](/actions-and-operations/flow/xenioo.bots.actions.base.gotointeractionaction.md). if the Bookmark Exact Action Position flag is enabled, the Go To Action will set the flow position at the action immediately following the bookmark position.

Setting the bookmark at the end of the interaction and enabling Bookmark Exact Action Position will set the bookmark at the start of the target interaction.

Every bookmark action replaces the previous bookmark.

### Trigger

This action does not trigger any event.

### Variables

This action produces the following variables after being triggered:

| Variable              | Description                                          |
| --------------------- | ---------------------------------------------------- |
| bookmark\_interaction | The interaction the bookmark is referring to         |
| bookmark\_behaviour   | The behaviour the bookmark is referring to           |
| bookmark\_action      | The action the bookmark is going to be redirected to |

### Availability

Channel specific availability follows the table below:

| Channel          | Availability     |
| ---------------- | ---------------- |
| Facebook         | Fully Available. |
| WhatsApp         | Fully Available. |
| Telegram         | Fully Available. |
| Web              | Fully Available. |
| Alexa            | Fully Available. |
| Google Assistant | Fully Available. |
| Slack            | Fully Available. |
| API              | Fully Available. |

This action can be used both as action and operation.&#x20;


---

# 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.xenioo.com/actions-and-operations/flow/conversation-bookmark-action.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.
