> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/visitor-management-powered-by-kenai/resource-booking/book-a-resource.md).

# Book a resource

To book a resource, open the resource from the dashboard or the **Resources** sidebar menu, click **New Booking**, choose your timeslot and dates, check availability, pick a resource from the options shown, and confirm. The flow below uses parking and desks as examples, but the same pattern applies to other resource types. For what each resource type is, see [About resource booking](/command-centre/visitor-management-powered-by-kenai/resource-booking/resource-booking-overview.md).

## Before you start

* Resources must already be configured for your location. Once they are, the **RESOURCES** summary tile appears on the dashboard.
* You can start a booking two ways: the **New Booking** button on a resource's dashboard tile, or **Create** on the resource's **Bookings** page (reachable from the **Resources** sidebar menu).

## Book parking

{% stepper %}
{% step %}

### Open the parking booking form

On the dashboard **Parkings** section, click **New Booking**. The On-Demand Parking Booking form opens ("Book parking for up to 5 days").
{% endstep %}

{% step %}

### Choose a timeslot

Select one of the preset timeslot buttons: **Morning** (08:00–12:00) or **Afternoon** (12:00–17:00) for preconfigured half-days, **Full Day** (08:00–17:00) for open-to-close, or **Custom** to set the timeframe precisely.
{% endstep %}

{% step %}

### Set the dates

Adjust the booking duration. Set the start date in the calendar, then the end date. Available dates are marked by a dotted outline. Parking can be booked a maximum of 14 days in advance, for a maximum duration of 5 days.
{% endstep %}

{% step %}

### Set the times

Choose your start and end times using the dropdown menus provided.
{% endstep %}

{% step %}

### Add vehicle details

Enter the **Vehicle Make**, **Model**, and **Registration**. Registration is required.
{% endstep %}

{% step %}

### Check availability

Click **Check Resource Availability** to see whether a parking slot is available for your selected times.
{% endstep %}

{% step %}

### Pick a space and confirm

Pick your preferred space from the available resource options, shown grouped by parking lot with availability tags. Click **Create Booking for Selected Resource** to finalise and confirm.
{% endstep %}
{% endstepper %}

The new booking appears in the **Parking Bookings** log and under **All upcoming bookings** on the dashboard.

{% embed url="<https://app.arcade.software/share/rJxcjSiqcOTxEptgVAvu?embed=true>" %}
Walkthrough: booking parking and a desk in the Kenai dashboard, end to end.
{% endembed %}

## Book a desk

Desk booking works the same way. On the dashboard **Desks** section, click **New Booking** (or **Create** on the Desk Bookings page) to open the On-Demand Desk Booking form ("Book desk for up to 7 days"). Choose a timeslot, set the dates and times, then check availability and select a desk.

## Book for someone else

You can book a desk on behalf of one or more colleagues:

1. On the desk booking form, check **Book for someone else**.
2. In **Recipient's Email Address**, type at least 3 characters to search for employees. You can paste multiple emails separated by commas, semicolons, or spaces.
3. Add each recipient. Multiple employees, including the person making the booking, can be added.
4. Select the required desk from the available resources.
5. Click **Create Booking for Selected Resource**.

The new bookings appear in the **Desk Bookings** log, under **All upcoming bookings** on the dashboard, and on the **RESOURCES** summary tile.

## Related

* [About resource booking](/command-centre/visitor-management-powered-by-kenai/resource-booking/resource-booking-overview.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://help.security.gallagher.com/command-centre/visitor-management-powered-by-kenai/resource-booking/book-a-resource.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.
