> 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/readme.md).

# Bundus Help Centre

Practical guides for rental and service businesses managing bookings, inventory, payments and fulfillment in Bundus.

Clear answers for rental and service businesses—from the first enquiry to the completed job.

## What do you want to do?

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-wand-magic-sparkles" style="color:$primary;">:wand-magic-sparkles:</i></h3></td><td><strong>Set up Bundus</strong></td><td>Add your business details and prepare your catalogue.</td><td><a href="/help/getting-started/complete-your-business-profile.md">Complete your business profile</a></td></tr><tr><td><h3><i class="fa-calendar-check" style="color:$primary;">:calendar-check:</i></h3></td><td><strong>Create a booking</strong></td><td>Bring the client, event and pricing together.</td><td><a href="/help/getting-started/create-your-first-booking.md">Create your first booking</a></td></tr><tr><td><h3><i class="fa-file-invoice-dollar" style="color:$primary;">:file-invoice-dollar:</i></h3></td><td><strong>Quote and get paid</strong></td><td>Send documents, raise invoices and record payments.</td><td><a href="/help/quotes/create-a-quote.md">Create a quote</a></td></tr><tr><td><h3><i class="fa-truck-fast" style="color:$primary;">:truck-fast:</i></h3></td><td><strong>Complete the job</strong></td><td>Track deliveries, returns and completed services.</td><td><a href="/help/fulfillment/record-a-partial-delivery.md">Record a partial delivery</a></td></tr></tbody></table>

{% hint style="success" icon="sparkles" %}
**New to Bundus?** Complete your [business profile](/help/getting-started/complete-your-business-profile.md), then create your [first booking](/help/getting-started/create-your-first-booking.md).
{% endhint %}

## Need a hand?

Search the help centre or email <hello@usebundus.com>.


---

# 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/readme.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.
