> For the complete documentation index, see [llms.txt](https://info.edusuite.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.edusuite.asia/product-guide-admissions/applicant/applications/my-schedules.md).

# My Schedules

The **My Schedules** feature allows applicants to view and manage their scheduled admission activities, such as exams and interviews.

## Access and Navigation

* You can find **My Schedules** under the **Applications** menu in your portal

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeesJ-umjC5UP2B1mEeG6dCriOi-9ORAhk4cqHnNGl1PlRYjchacjq7etunJRao2ziNQJM6K8d-M-Gj_kVtVQH5MFXPNyEAzLJi-W-PbeOuIJMaoir4h-20cMSf3P3888IatrlVhHjbOEgqxCSvhfsp0JOx?key=MJL3WMz-mvbj8fkr9q8Trg" alt=""><figcaption></figcaption></figure>

* Use the **tab selector** at the top to switch between **Exam Schedules** and **Interview Schedules**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcf4rY44Zn9jLBbQzwFHFtHUH4-Ysf3FcgnXKrmqm37vbvjRJNn1Kdi77c1IJwnPqDgQuODIrja3WeYtFKFCaVnjHC7bpSUibXj_oX4otnoHIQ4v3EIwqYczdun9Hj6x82KTQmDyw?key=MJL3WMz-mvbj8fkr9q8Trg" alt=""><figcaption></figcaption></figure>

## Add a Schedule

{% hint style="warning" %}
If you are unable to select a schedule, this means the school has disabled applicants from choosing their own exam or interview schedule. In this case, the school will assign your schedule for you.
{% endhint %}

To select a schedule (if enabled):

* Click the **Add Schedule** button on the schedule card

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdnM401G9kIUrnkjROtFb6aelsST9NaMpVEQ1rOW9_0Ed0M3W4wddLfKRtkud1IDGmFA-Ac1jXgckyvr90asiR-PurMlFRbi7H-AKWO2V00iLExBITPjYrZbK_YfJB9lOs2EF-e_5iyCswjDCcBiljVr5BL?key=MJL3WMz-mvbj8fkr9q8Trg" alt=""><figcaption></figcaption></figure>

* Choose your preferred schedule from the available options

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXffnvk6s4gIkI7V5FZj1VdmQ1d2NvECT0uN4cBO2h2uzVNPcileuBuqN9evene9P08yZjE4CMNvpzklz3N4I0E6e-TqMWlj2k4_hpGIsvu2eq6BhO1E6yWZ1FtdwE8lk18RX37urjGnoLGL51ZJ9_wHwSe4?key=MJL3WMz-mvbj8fkr9q8Trg" alt=""><figcaption></figcaption></figure>

* Click **Select** to confirm your choice


---

# 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://info.edusuite.asia/product-guide-admissions/applicant/applications/my-schedules.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.
