# Cross-selling

Bookline’s cross-selling feature allows you to offer alternate times or restaurant locations when a customer’s original reservation request can’t be accommodated.

### To activate this feature:&#x20;

{% stepper %}
{% step %}
Double click or choose to edit your bot on the [Products page](https://app.bookline.io/products) of the client portal.

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

{% endstep %}

{% step %}
Locate the Cross-selling section. If your bot does not have this section, please contact support to activate cross-selling for your product.

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

{% endstep %}

{% step %}
In this section, you will have the option to select a bot from the same Group that will serve as an alternate venue if the customer's requested reservation time and location is not available.&#x20;

More information about Creating a new group can be accessed [here](/client-portal/venues/adding-a-new-group.md) in our docs.
{% endstep %}
{% endstepper %}


---

# 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.bookline.io/restaurants/cross-selling.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.
