> For the complete documentation index, see [llms.txt](https://docs-snap.superpowerups.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-snap.superpowerups.com/snap-course-page-templates.md).

# SNAP COURSE PAGE TEMPLATES

- [Getting Started With SNAP](https://docs-snap.superpowerups.com/snap-course-page-templates/getting-started-with-snap.md): Build Your Site Pages Faster & With Less Effort. Select A High Converting Design In a Snap.
- [Installing SNAP](https://docs-snap.superpowerups.com/snap-course-page-templates/installing-snap.md)
- [Overview](https://docs-snap.superpowerups.com/snap-course-page-templates/overview.md)
- [SNAP Information Sections](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-information-sections.md): These sections hold the content that the SNAP Design sections will use
- [SNAP Course Information ✍️](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-information-sections/snap-course-information.md): This section is required and will contain the basic information that most of the designs will use. Place this section on your page above all other SNAP sections
- [SNAP FAQs ✍](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-information-sections/snap-faqs.md): This section is optional (but highly recommended). It will contain the content for faqs. Place this section above any SNAP Design section.
- [SNAP Instructors ✍](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-information-sections/snap-instructors.md): This section is optional (but recommended if you have multiple instructors for your course).  Place this section above any SNAP Design section.
- [SNAP Design Templates 🎨](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-design-templates.md)
- [SNAP Course Page (01) 🎨](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-design-templates/snap-course-page-01.md): Sticky Sidebar
- [SNAP Course Page (02) 🎨](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-design-templates/snap-course-page-02.md): Large Video - Instructor on the Side
- [SNAP Course Page (03) 🎨](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-design-templates/snap-course-page-03.md): Banner CTA and Video
- [SNAP Course Page (04) 🎨](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-design-templates/snap-course-page-04.md): Tabbed Content
- [SNAP Course Page (05) 🎨](https://docs-snap.superpowerups.com/snap-course-page-templates/snap-design-templates/snap-course-page-05.md): Large Video - Instructor on the Side


---

# 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-snap.superpowerups.com/snap-course-page-templates.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.
