> 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-settings/pathway-options.md).

# General Settings

## What are Enrolment Prompts?&#x20;

**You can recommend Pathways to users and prompt them to enrol.** Users who have not yet started a Pathway will see recommended Pathways on their Journey screen. Once started, the rest of the recommended Pathways will be listed on their Pathway switch list.&#x20;

**How to enable:**

1. Open the editor on a selected Pathway.
2. Navigate to Settings.
3. Under General Settings, enable the Prompt Enrolment option.

## What else do recommended Pathways do?

When a user completes a Pathway, the app will send a completion email to users & recommend more Pathways.

## Enable Reviews

When Pathway reviews are enabled), this will request the user to provide a review after completing a Pathway. Toggling this off will disable requesting reviews and hide reviews on the app.

Reviews are enabled by default.

## Pathway Types

The Pathway Type setting allows you to display the Pathway to users in different ways.

* **Playlist.** The playlist type will display activities in a list format where the user completes each activity in sequence.&#x20;
* **Route.** The route type will display activities in a flow chart layout where the user completes each segment sequentially and can complete activities in each segment in any order.


---

# 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-settings/pathway-options.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.
