> 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/lesson-expectations-and-etiquette/a-few-friendly-reminders.md).

# A Few Friendly Reminders

At **Tech House Academy**, we're dedicated to providing you with the best possible learning experience through our personalized private lessons. To make sure everyone gets the most out of their time with us, we’d like to share a few simple guidelines. By following these, you'll be able to fully benefit from your lessons and maintain a smooth, professional environment for both students and coaches.

**1. Be On Time!** Punctuality is essential for making the most of your private lesson. If you're running late or need to step out during the session, please note that the time lost will be at your own expense. Our coaches are committed to staying on schedule, so they will not extend lesson times to make up for any delays (unless there are exceptional circumstances). Arriving on time ensures that you get the full benefit of your session!

**2. Ask Questions at the Right Time** We understand that questions may come up after your lesson, but we kindly ask that you wait until the next class to ask them. Our coaches are happy to help you during your lessons, but please refrain from DMing them privately with questions after hours. This helps keep everything organized and ensures that they can focus on delivering high-quality lessons for all students.

**3. Coaches’ Personal Networks Are Not for Student Use** While our coaches are here to provide guidance and support during your lessons, please remember that they are not expected to use their personal networks or resources to assist you outside of class. They dedicate their time and expertise to helping you improve during lessons, and we respect their personal boundaries and time outside of teaching.

We truly appreciate your understanding and cooperation! By following these guidelines, you'll help create an environment where everyone can focus on what matters most: learning and growth. We look forward to seeing you in your next lesson at **Tech House Academy**!

— The **Tech House Academy** Team


---

# 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/lesson-expectations-and-etiquette/a-few-friendly-reminders.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.
