> For the complete documentation index, see [llms.txt](https://bundus.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bundus.gitbook.io/help/contracts/generate-a-booking-contract.md).

# Generate a contract for a booking

Generate a contract when you want Bundus to fill a rental agreement with the booking's client, dates, items, prices, deposit, and terms.

> **Before you start:** Check the booking information. The generated agreement uses a snapshot of that information and the selected template.

### Generate the contract

1. Open the booking and select **Contracts**.
2. Under **Agreement template**, choose the template to use. The default template is selected automatically.
3. Enter any **Special conditions** that apply only to this booking. This does not change the saved template.

![The Contracts tab with an agreement template and a booking-specific special condition](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-55cadae9086e88e50cfd3386111d3275b1b7a207%2F01-generate-contract.jpg?alt=media)

4. Select **Generate contract**.

### Review the draft

Bundus creates a numbered contract with a **Draft** status. Review the filled agreement, including:

* the business and client details;
* booking reference, event, venue, and dates;
* equipment and services;
* charges and security deposit;
* payment, cancellation, liability, and special conditions.

![The generated draft agreement with its contract number and filled booking details](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-eae0d08f147753e36f14c0c8c1bfdaf9068708e1%2F02-contract-generated.jpg?alt=media)

Select **Preview PDF** to check the printable version. Use **Save draft** after editing the booking-specific special conditions.

> **Do not send yet:** Make sure the wording is suitable for your business and location. Get legal advice when needed. Sending and signing are separate actions and should be completed only after the draft has been reviewed.

### Related guides

* [Create your first booking](/help/getting-started/create-your-first-booking.md)


---

# 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://bundus.gitbook.io/help/contracts/generate-a-booking-contract.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.
