> For the complete documentation index, see [llms.txt](https://docs.guibo.travel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guibo.travel/publishing/b2b-network/for-tour-operators/share-bookings.md).

# Share bookings

Before sharing bookings with resellers you need either

* be connected with the reseller on GUIBO ([read more](/publishing/b2b-network/for-tour-operators/connect-with-resellers.md)), or&#x20;
* you must have created a brand for this reseller within your account ([read more](/publishing/b2b-network/for-tour-operators/work-with-resellers-not-on-guibo.md)).

### How to share bookings with resellers

In GUIBO, each release has an operator and a seller role.&#x20;

<table><thead><tr><th width="204.26251220703125">Release Roles</th><th>Description</th></tr></thead><tbody><tr><td><strong>Operator role</strong></td><td>This is always the creator of the release.</td></tr><tr><td><strong>Seller role</strong></td><td>By default, this is also the creator of the release. However, when creating a release, you can set either any of your connected B2B Resellers or any of you self-managed brands.</td></tr></tbody></table>

#### **Share bookings with resellers on GUIBO**

Once you assign any of your [connected resellers](/publishing/b2b-network/for-tour-operators/connect-with-resellers.md) to a release, this release is automatically shared into this reseller's release dashboard. Additionally, a notification mail is sent to the reseller with all booking facts.

{% tabs %}
{% tab title="Share releases via Webportal" %}

1. Make sure you are already connected with the reseller
2. Create a release
3. At step 6 **"Define seller"**, select the respective reseller
4. You and your reseller can see the release in the release dashboard

<figure><img src="/files/npKguA5C5mznuRHBFPnr" alt="" width="258"><figcaption><p>How to share releases with resellers</p></figcaption></figure>
{% endtab %}

{% tab title="Share releases via API" %}

1. Make sure you are already connected with the reseller
2. Get the reseller's account ID from the B2B Network
3. Assign this id as the "*resllerOid*" to the release
4. Optionally assign any "*sellerDownloadCode*" to the release. The seller download code can be used for the reseller booking number in order to make it easy for both sides to match the correct release with internal booking numbers.
5. You and your reseller can see the release in the release dashboard.
6. For more details, see developer documentation [here](/developers/releases-api/release-or-create-guidebook-release.md).
   {% endtab %}
   {% endtabs %}

#### **Share bookings with resellers not on GUIBO**

When your reseller is not on GUIBO, you can either invite this reseller to GUIBO with a free account or create a self-managed brand. [Click here to compage both options.](/publishing/b2b-network/for-tour-operators/work-with-resellers-not-on-guibo.md#compare-sharing-options-with-resellers-on-guibo-vs-not-on-guibo)

See here, how to assign a self-managed brand to a release in order to receive a re-branded Trip Link you can send to the reseller:

{% tabs %}
{% tab title="Share releases via Webportal" %}

1. Make sure you are created a self-managed brand for the reseller ([more details](#share-bookings-with-resellers-not-on-guibo))
2. Create a release
3. At step 6 **"Define seller"**, select the respective reseller
4. Copy the resulting Trip Link and send it to your reseller
   {% endtab %}

{% tab title="Share releases via API" %}

1. Make sure you are created a self-managed brand for the reseller ([more details](#share-bookings-with-resellers-not-on-guibo))
2. Get the reseller's account ID from the B2B Network
3. Assign this id as the "*resllerOid*" to the release
4. Optionally assign any "*sellerDownloadCode*" to the release. The seller download code can be used for the reseller booking number in order to make it easy for both sides to match the correct release with internal booking numbers.
5. For more details, see developer documentation [here](/developers/releases-api/release-or-create-guidebook-release.md).
6. Send the resulting Trip Link via mail.
   {% endtab %}
   {% endtabs %}


---

# 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.guibo.travel/publishing/b2b-network/for-tour-operators/share-bookings.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.
