# Tracking booking owner/manager

With Loopit you can set a user to act as the person responsible for managing a booking.

### To set who manages a booking

{% stepper %}
{% step %}

### Go to booking

On the left side summary column it will show who currently manages the booking
{% endstep %}

{% step %}

### Click edit icon beside

Set the staff member who is managing the booking
{% endstep %}

{% step %}

### Press save

{% endstep %}
{% endstepper %}

You are able to filter the bookings list by using the "managed by" filter option and selecting the staff member(s) you wish to load bookings for.

When a new booking is created the default is "Not set"


---

# Agent Instructions: 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:

```
GET https://docs.loopit.co/bookings/tracking-booking-owner-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
