> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/students/getting-started/exploring-simnet/calendar.md).

# Calendar

Use the calendar to view your upcoming assignments to focus on the most relevant work in the coming days.

![The Calendar view](/files/-MWAxYf4mx9QduHIzog7)

## Changing months

### 1. :sunny: Today

The Today button automatically switches the calendar to the current month. The current day will be highlighted.

### 2. :arrow\_backward:Previous month and:arrow\_forward:Next month

The Previous and Next arrows move the calendar backward and forward by one month with each click.&#x20;

## View options

### 3. :play\_pause: Start Date

The **Start Date** option organizes the calendar by the first date that each assignment is available for you to attempt.&#x20;

### 4. :stop\_button: Due Date

The **Due Date** option organizes the calendar by the date that each assignment is due. Assignments completed after this date may not be able to be submitted or may receive reduced points according to how your instructor has set up your course.&#x20;

### 5. :calendar: Adding your SIMnet calendar to your personal calendar

The **Subscribe** option adds your SIMnet calendar to your Outlook, Gmail, or Mac calendar. The calendar will automatically update if your instructor makes changes to your course.

{% hint style="info" %}
**Info**: The Calendar may not be available on the top navigation bar. This occurs when your instructor elects to turn off the Calendar view.
{% endhint %}


---

# 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://help.simnetonline.com/students/getting-started/exploring-simnet/calendar.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.
