> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/authoring-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/authoring-docs/content-pages/content-page-library.md).

# Content Page Library

## What are Content Pages?

When you create content in [Authoring](/authoring-docs/authoring/start-authoring.md), you can use pre-designed pages that require minimal design intervention.&#x20;

## Basic Pages

Create basic content for viewing, aesthetics, or reading that requires little or no user interaction.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><a href="/pages/bCupeFVNYAK7jc5AxPcn">Audio + Text</a></td><td></td></tr><tr><td></td><td><a href="/pages/lrdDRyUhzpiiD7k9bdSw">Icon + Text</a></td><td></td></tr><tr><td></td><td><a href="/pages/V9DwqUQHvY547MIM9Y9d">Image Cover</a></td><td></td></tr><tr><td></td><td><a href="/pages/oj0NmFWkcpOK0VOKxShy">Image + Text</a></td><td></td></tr><tr><td></td><td><a href="/pages/GrUSkZFBWFpcysvl6ePB">Slide Show</a></td><td></td></tr><tr><td></td><td><a href="/pages/PmN5taoiZTMzn6Ym4umb">Swipe Card</a></td><td></td></tr><tr><td></td><td><a href="/pages/jNVz9wl4vGCAEy4VJkXD">Text</a></td><td></td></tr><tr><td></td><td><a href="/pages/RtYgKJ5C64Kd0sPugyzP">Video Cover</a></td><td></td></tr><tr><td></td><td><a href="/pages/VfU2xu4HmIkXgO3eHK7X">YouTube Video</a></td><td></td></tr></tbody></table>

## Interactive Pages

Create content that encourages user engagement.

<table data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><a href="/pages/mVDcxHnt9FzPUlQmVp9S">Activity Guide</a></td><td></td></tr><tr><td></td><td><a href="/pages/KDihV1nqc2OSzDWj6ubG">Animated Video</a></td><td></td></tr><tr><td></td><td><a href="/pages/dciMkj3nCQd3lVpQsaqr">Drag + Drop</a></td><td></td></tr><tr><td></td><td><a href="/pages/WhO8CUh8tZOqz87qF3yR">Video + Text</a></td><td></td></tr><tr><td></td><td><a href="/pages/plME7VMfUAtydcvJqDNR">Image Select</a></td><td></td></tr><tr><td></td><td><a href="/pages/RspYSU7E10KpwON3ek19">Interactive Games</a></td><td></td></tr><tr><td></td><td><a href="/pages/MJ5haDler3F22v9OtlmY">Journey Map</a></td><td></td></tr><tr><td></td><td><a href="/pages/8E6GApAbVtnGm1Ht2Kky">Memory Game</a></td><td></td></tr><tr><td></td><td><a href="/pages/PSSh9kTSibdXlJsGL3Nn">Multiple Choice / Survey</a></td><td></td></tr><tr><td></td><td><a href="/pages/4R6XcDV3TBD7vxBet312">Photo Assignment</a></td><td></td></tr><tr><td></td><td><a href="/pages/MBKmBUJGYOdY8gysooSV">Survey</a></td><td></td></tr><tr><td></td><td><a href="/pages/yxByUzm6s4Vf6UJrBCmZ">Text Response</a></td><td></td></tr><tr><td></td><td><a href="/pages/COp8iMwnKlxklQ7wgIwq">Word Search</a></td><td></td></tr><tr><td></td><td><a href="/pages/1rKn9my9qEFBKGBJe5Ew">Yes, No, Maybe</a></td><td></td></tr></tbody></table>


---

# 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/authoring-docs/content-pages/content-page-library.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.
