# Page Not Found

The URL `how-to.../is-the-data-send-each-time-a-booking-comes-in-or-automated-for-each-day` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Can I set the service  to a specific location so that bookings cant come in from far away?](https://penida.gitbook.io/cowlendar-help/how-to.../can-i-set-the-service-to-a-specific-location-so-that-bookings-cant-come-in-from-far-away.md)
- [How to change the amount of time a Cowlendar locks a booking while in cart? (aka cart lock time)](https://penida.gitbook.io/cowlendar-help/how-to.../how-to-change-the-amount-of-time-a-cowlendar-locks-a-booking-while-in-cart-aka-cart-lock-time.md)
- [How to change the duration of a booking for a custom one? (i.e 15min)](https://penida.gitbook.io/cowlendar-help/how-to.../how-to-change-the-duration-of-a-booking-for-a-custom-one-i.e-15min.md)
- [How to Manage Expired Bookings and Control Booking Duration](https://penida.gitbook.io/cowlendar-help/how-to.../how-to-manage-expired-bookings-and-control-booking-duration.md)
- [How to create a service without any products?](https://penida.gitbook.io/cowlendar-help/how-to.../how-to-create-a-service-without-any-products.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://penida.gitbook.io/cowlendar-help/how-to.../can-i-set-the-service-to-a-specific-location-so-that-bookings-cant-come-in-from-far-away.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.

### Option 2 — Browse the documentation index

Full index: https://penida.gitbook.io/cowlendar-help/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://penida.gitbook.io/cowlendar-help/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/cowlendar-help/how-to.../can-i-set-the-service-to-a-specific-location-so-that-bookings-cant-come-in-from-far-away.md`).

You may also use `Accept: text/markdown` header for content negotiation.
