> 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.md).

# Programming

- [Understanding Programs](https://docs.c360.org/programming/understanding-programs.md)
- [Schedules](https://docs.c360.org/programming/schedules.md)
- [Building Schedules](https://docs.c360.org/programming/schedules/building-schedules.md)
- [Adding Recurring/Bulk Classes](https://docs.c360.org/programming/schedules/building-schedules/adding-recurring-bulk-classes.md): When classes occur on the same day of the week at the same time, you can use the Class Wizard to create recurring classes for a given Program.
- [Adding Program Templates](https://docs.c360.org/programming/schedules/adding-program-templates.md): Programs serve as the fundamental content areas of your organization's programming and can be reused across different Schedules.
- [Rosters](https://docs.c360.org/programming/schedules/rosters.md): Every Participant who will be enrolled in any level within a Schedule must first be added to the primary roster. Once added to the primary roster, they become eligible to be enrolled at any level.
- [Schedule Actions](https://docs.c360.org/programming/schedules/rosters/schedule-actions.md): Directly from a schedule, you can accomplish various time-saving quick actions, most involving rosters.
- [Fee Management](https://docs.c360.org/programming/schedules/fee-management.md)
- [Core Essential Services & Topics](https://docs.c360.org/programming/core-essential-services-and-topics.md): Get to know how these two fields can give you better insight to your reports


---

# 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.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.
