# Students

- [TKE Student Onboarding Video](https://docs.tkenonprofit.org/students/tke-student-onboarding-video.md): Video showcasing the features of the website.
- [Student Registration](https://docs.tkenonprofit.org/students/student-registration.md): Steps to take to register for the tutoring service
- [Scheduling a Tutoring Session](https://docs.tkenonprofit.org/students/scheduling-a-tutoring-session.md): Schedule a session for tutoring
- [Reschedule or Cancel an Appointment](https://docs.tkenonprofit.org/students/reschedule-or-cancel-an-appointment.md)
- [TKE Points](https://docs.tkenonprofit.org/students/tke-points.md): Description of TKE points and how to purchase them.
- [Purchasing TKE Points](https://docs.tkenonprofit.org/students/tke-points/purchasing-tke-points.md): Instructions on how to purchase TKE points.


---

# 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.tkenonprofit.org/students.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.
