> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/pathways-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/pathways-docs/pathway-editor/pathway-activities/classroom-activity.md).

# Classroom Activity

**Create a Classroom Activity to** **host a webinar or an on-location classroom event**. Classroom attendance can be managed in [Events/Classroom](/pathways-docs/pathway-editor/events-classroom.md).

## How to create a Classroom Activity

1. **Open a Pathway.**
2. **Select the + icon and then select Classroom.**&#x20;
3. **Add a name.** Name the Classroom activity (this will appear on the Pathway).
4. **Activity Locations & Times.** Select the + button to add one or more Classroom Activities.&#x20;
5. **Event type.** Choose Location if the Classroom Activity is hosted at a physical location, or choose Webinar if the event is virtual.
6. **Add a short snippet.** Write a short description of the Classroom Activity that will be visible on the Pathway for desktop and tablet only. (max. 90 characters).
7. **Write a description.** Write a longer description of the Classroom Activity that is visible once a user selects the Pathway tile on mobile, desktop and tablet.
8. **Activity Settings.**
   1. **Required.** Choose whether the activity is required (activity must be fulfilled in order to proceed) or optional (can be skipped).
9. **Save.**

## How are Classroom Activities Fulfilled?

Users must Check-In to an event on the app in order to fulfill the activity.&#x20;


---

# 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://everyday-digital.gitbook.io/pathways-docs/pathway-editor/pathway-activities/classroom-activity.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.
