# Guides

Guides consist of an interactive series of pages that can prompt, inform, and exchange information with a MyGuide user. They can be used for task oriented lessons, self-expression questionnaires, checklists, and many more functions. They are entirely customizable to reflect the wants and needs of the user. Guides can be placed into [Shelves](/content/shelves.md). They can also be copied and shared, to and from other shelves and libraries.&#x20;

## Playing Guides

Play guides to have fun or help you with activities, making decisions, and expressing yourself. To play a guide, tap the cover of the guide. When a panel of options pops up, choose "Play".

![](https://i.imgur.com/ZYCRUcH.gif)

## Creating Guides

If you want to create a new guide, open one of your shelves, or a shelf you have [permission](/content/shelves.md#shelf-permissions) to edit. Tap the plus button in the bottom right corner of the shelf. The cover page of a new guide will open for you to begin.

![](https://i.imgur.com/g3r9Vuz.gif)

## Editing Guides

If you want to edit an existing guide, tap the cover of a guide on your shelf. When a panel of options appears, tap "Edit". The cover page of the guide will appear, and you can edit the contents by swiping through the pages, or using the arrows in the bottom corners.

![](https://i.imgur.com/Y02HLNP.gif)


---

# Agent Instructions: 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:

```
GET https://docs.myguide.care/content/guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
