> 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/authoring-editor/content-editor.md).

# Content Editor

**Each** [**Content Type** ](/authoring-docs/authoring/content-types.md)**has an Editor.** The following features are available in the Story Editor, Survey Editor and Assessment Editor.

| Feature                   | Description                                                                                                                                          | Content Type                       |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| **Add a page +**          | Add a [content page ](/authoring-docs/content-pages/content-page-library.md)from the page library.                                                   | Learning Story, Assessment, Survey |
| **Chapter Navigation**    | Navigate and manage [chapters](/authoring-docs/content-pages/story-and-page-settings/story-chapters.md)                                              | Learning Story, Assessment, Survey |
| **Desktop / Tablet View** | View your project in Desktop / Tablet View                                                                                                           | Learning Story, Assessment, Survey |
| **Mobile View**           | View your project in Mobile View                                                                                                                     | Learning Story, Assessment, Survey |
| **Zoom In / Out Pages**   | Zoom in/out to suit your screen size                                                                                                                 | Learning Story, Assessment, Survey |
| **Workflow**              | Add feedback, comments and tasks to work with your [Team](https://everyday-digital.gitbook.io/account-docs/guides/manage-team-roles-and-permissions) | Learning Story, Assessment, Survey |
| **Run Simulator**         | Simulate the story to see a preview                                                                                                                  | Learning Story, Assessment, Survey |

### Editor features for PDF Document & Articles

{% content-ref url="/pages/gsmDrPPxCdG9UdCbztwU" %}
[PDF Document](/authoring-docs/authoring/content-types/pdf-document.md)
{% endcontent-ref %}

{% content-ref url="/pages/ccBUJniu1vXLftJ1vELA" %}
[Article](/authoring-docs/authoring/content-types/article.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/authoring-editor/content-editor.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.
