> For the complete documentation index, see [llms.txt](https://docs.tkenonprofit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tkenonprofit.org/students/scheduling-a-tutoring-session.md).

# Scheduling a Tutoring Session

## **Video Demo**

{% embed url="<https://www.loom.com/share/eddc3ceb3fc74b81933bd4c549cf6637>" %}

## **Step 1**

Sign in to your account.

If you do not have an account, you need to register first. View the Student Registration page for more information.

{% content-ref url="/pages/VI8TiYINFVcqwV0Bcb35" %}
[Student Registration](/students/student-registration.md)
{% endcontent-ref %}

## Step 2

Click on `Schedule Tutor` in the navigation menu at the top of the screen.

![Screenshot highlighting Schedule Tutor Nav menu.](/files/sxZRCGalvEoF25YR3hPY)

## Step 3

1. Select `Service` from the drop-down menu.
2. Select `Employee`. **NOTE:** If no `Employee` is selected, the application will select a tutor associated with the service for the customer.
3. Select `Continue`

<figure><img src="/files/wdild7OSLh0zsMT9dCW1" alt=""><figcaption><p>Screenshot of Service Selection dialog box.</p></figcaption></figure>

## Step 4

Select `Duration` from the drop-down menu.

<figure><img src="/files/a1rxI9YLNF8uKiUAdXxi" alt=""><figcaption><p>Screenshot of Date &#x26; Time dialog box (1/3).</p></figcaption></figure>

## Step 5

1. Select appointment `Date`
2. Scroll down and select desired `Time`
3. Select `Continue`

<figure><img src="/files/tUg2WzpQRcylIzJLzUFS" alt=""><figcaption><p>Screenshot of Date &#x26; Time dialog box (2/3).</p></figcaption></figure>

## Step 6

1. Select `Repeat Appointment` option.

<figure><img src="/files/RXQjUEIycPKlYAd8LVxJ" alt=""><figcaption><p>Screenshot of Date &#x26; Time dialog box (3/3).</p></figcaption></figure>

## Step 7

1. Select `YES` radio button.
2. Select `Continue`

<figure><img src="/files/qB4GsJHxOn4wU99OwgNI" alt=""><figcaption><p>Screenshot of Your Information dialog box.</p></figcaption></figure>

## Step 8

1. Verify appointment information.
2. Press `Back Button` to make any changes, if necessary.
3. Select `Continue` to be redirected to checkout.

<figure><img src="/files/gi7Bk6W40ptSurtyj1tk" alt=""><figcaption><p>Screenshot of Payment dialog box.</p></figcaption></figure>


---

# 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://docs.tkenonprofit.org/students/scheduling-a-tutoring-session.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.
