> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-instructors/my-bookings/view-a-booking-offer.md).

# View a booking offer

## Navigate to My Bookings

Click on the navigation menu in the top right corner. Select My Bookings from the list of menu options.

## My Bookings

In the My Bookings page, you will see your existing booking offers.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FgREovwt1McHp8Q3gnO1p%2Fimage.png?alt=media&amp;token=5787c78e-82e3-4e6f-bf09-1b3333659f04" alt=""><figcaption><p>My Bookings - list</p></figcaption></figure>

### Click on a booking to see the details:

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FK5lY0vmrURLaBrUZgzUU%2Fimage.png?alt=media&amp;token=1f903c89-ad6c-442e-b2bc-0e2b35c2c46c" alt=""><figcaption><p>My Bookings - detail</p></figcaption></figure>

### Share a booking:

A booking offer can be manually shared to your Guest. This helps ensure that your Guest receives their offer to confirm it and pay. This link can be sent to your Guest by whatever means preferred and permitted per your resorts guidelines.

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FLs6s6Oqo4HHiWJRehz6F%2Fimage.png?alt=media&amp;token=513a5060-e0f4-4f0b-8c2f-1b3c0eb0c15a" alt=""><figcaption></figcaption></figure>

### Cancel a booking:

Prior to Guest confirmation and payment you can cancel your booking offer.&#x20;

<figure><img src="https://3412627069-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdh5JD0cdH4KWbjolN2Aa%2Fuploads%2FT7NsHMhiHFqkm1Y7pCBe%2Fimage.png?alt=media&amp;token=38bacd2f-217f-41f6-9bd8-52f403d7b0d4" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Your Guest will be notified that this booking offer has been cancelled.
{% 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://knowledgebase.flaik.com/flaik-knowledge-base/for-instructors/my-bookings/view-a-booking-offer.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.
