> For the complete documentation index, see [llms.txt](https://docs.c360.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.c360.org/programming/schedules/building-schedules.md).

# Building Schedules

Follow these steps to create a Schedule [using Example #1](/programming/schedules/building-schedules.md), but note that the same process applies to all examples. As you proceed through these steps, the data will be automatically saved.

## Adding New Schedule

From the Programs Modules, select '+Add New Schedule' from the right corner.

<figure><img src="/files/2SbV5KrdnvEVBJt69Fnz" alt=""><figcaption><p>Locating the 'Add Schedule' button</p></figcaption></figure>

Step 1 – Add Enrollment:

* Drag the Enrollment tab into the builder.
* Name the Enrollment level as "School Year 2023."

<figure><img src="/files/mDYJEHma0KHvg9m2D0Sx" alt=""><figcaption><p>Dragging an Enrollment level onto the Schedule</p></figcaption></figure>

<figure><img src="/files/QZQjH9M015E6kqrodUMc" alt=""><figcaption></figcaption></figure>

Step 2 – Add Session:

* Drag the Session tab over the Enrollment level.
* Enter the details for your Session, e.g., "Summer Session 1."

<figure><img src="/files/WqhE8hlGxZSemm4ph6bZ" alt=""><figcaption><p>Adding a Session and the associated metadata fields</p></figcaption></figure>

Step 3 – Select a Program:

* Drag the Program tab and a dialog will open, displaying your available Programs. (You can create new Programs under the Templates tab.)

<figure><img src="/files/rzr9vGGcIMA8MBVL7fef" alt=""><figcaption><p>Program selection window</p></figcaption></figure>

Once a template is selected, the program will be populated with the defaults of that template.

<figure><img src="/files/99iELtUS3FuVRN82KWMK" alt=""><figcaption><p>Editing details of a selected program</p></figcaption></figure>

Step 4 – Add a Class:

* Drag the Class tab into the selected Program.
* Enter the details for the Class.

<figure><img src="/files/wUTmteHM4yZmanumstCh" alt=""><figcaption><p>Adding a Class and the associated metadata fields</p></figcaption></figure>

You can also create classes in bulk by setting up a recurring Class, which can be done later.

## Next Steps

Continue adding Programs and Classes to your schedule until you have built the complete hierarchy.

After creating your Schedule, click Close to view your Schedule list. You can use the filter to locate your new Schedule.

<figure><img src="/files/0q4oVV9r5ao9K4ryw8iz" alt=""><figcaption><p>Filtering schedules from the schedule list</p></figcaption></figure>

Click on the Schedule to open the sidebar and view its details. From here, you can manage the Schedule by enrolling Participants, printing rosters, taking attendance, and more.

<figure><img src="/files/zOIrKN07AoE4Ronn7UXz" alt=""><figcaption><p>Navigating to view a schedule</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.c360.org/programming/schedules/building-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.
