> For the complete documentation index, see [llms.txt](https://tech-house-academy.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling.md).

# Booking & Scheduling

- [Booking & Scheduling](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/booking-and-scheduling.md)
- [Can I choose my coach?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/can-i-choose-my-coach.md)
- [What if I need to reschedule or cancel my lesson?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/what-if-i-need-to-reschedule-or-cancel-my-lesson.md)
- [How do I cancel or reschedule my lesson?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/how-do-i-cancel-or-reschedule-my-lesson.md)
- [How far in advance should I book a lesson?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/how-far-in-advance-should-i-book-a-lesson.md)
- [Do you offer recurring lessons or packages?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/do-you-offer-recurring-lessons-or-packages.md)
- [What happens if my coach can’t attend a scheduled lesson?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/what-happens-if-my-coach-cant-attend-a-scheduled-lesson.md)
- [Where can I find the Terms of Service?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/where-can-i-find-the-terms-of-service.md)
- [What happens if I fail to attend the lesson?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/what-happens-if-i-fail-to-attend-the-lesson.md)
- [Where do the lessons take place?](https://tech-house-academy.gitbook.io/help-center/booking-and-scheduling/where-do-the-lessons-take-place.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://tech-house-academy.gitbook.io/help-center/booking-and-scheduling.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.
