> 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/story-and-page-settings.md).

# Story & Page Settings

## Overview

[**Content pages**](/authoring-docs/content-pages/content-page-library.md) **are used to create stories.** Pages can host a variety of content from basic text to multimedia interactions. Pages are available in the [Learning Story content type](/authoring-docs/authoring/content-types/learning-story.md).&#x20;

## How do I add a page?

Create a [Learning Story](/authoring-docs/authoring/content-types/learning-story.md#what-is-a-learning-story) and select the + icon to add a new page.

## How do I edit a page?

1. **Open the Story Editor and select the + icon to add a new page.**&#x20;
2. **To modify a page, simply select it once to view the Page Options menu.**&#x20;
3. **From the Page options, you can update the page to:**&#x20;
   1. [make content changes](/authoring-docs/content-pages/story-and-page-settings/page-options.md#update-a-page);
   2. [combine](https://everyday-digital.gitbook.io/authoring-docs/content-pages/pages/hhuTHnO2xU2l8XEuqotP#combine-with...) one page with another;
   3. view and change the [Page Theme](/authoring-docs/content-pages/story-and-page-settings/page-options.md#page-theme);
   4. add or edit [Page Dialogs](/authoring-docs/content-pages/story-and-page-settings/page-options.md#page-theme), or&#x20;
   5. [remove](/authoring-docs/content-pages/story-and-page-settings/page-options.md#remove-page) a page.

{% content-ref url="/pages/Okxl9hav4YDBzq5zKEPH" %}
[Story Settings](/authoring-docs/content-pages/story-and-page-settings/story-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/DC2GE1A4b7Q5kAJaGcIL" %}
[Story Chapters](/authoring-docs/content-pages/story-and-page-settings/story-chapters.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bdk2kidtK22YWUl2SBqg" %}
[Story Tools and Options](/authoring-docs/content-pages/story-and-page-settings/story-tools-and-options.md)
{% endcontent-ref %}

{% content-ref url="/pages/VabacMle0P3jvlrSpctH" %}
[Story Catalogue](/authoring-docs/content-pages/story-and-page-settings/story-catalogue.md)
{% endcontent-ref %}

{% content-ref url="/pages/hhuTHnO2xU2l8XEuqotP" %}
[Page Options](/authoring-docs/content-pages/story-and-page-settings/page-options.md)
{% endcontent-ref %}


---

# 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/story-and-page-settings.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.
