> 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/word-search.md).

# Word Search

## What is a Word Search?

**The Word Search page can be used to create a word search game.** The words of your choosing will automatically be configured to display in a grid, and the user will need to locate each word in order to complete the activity. This game may help learners recall key words or terminology.

## Quick steps: how to create & edit a Word Search

1. **Open Authoring.** Create or open a [Learning Story](/authoring-docs/authoring/content-types/learning-story.md), [Assessment](/authoring-docs/authoring/content-types/assessment.md) or [Survey](/authoring-docs/authoring/content-types/survey.md) [content type](/authoring-docs/authoring/content-types.md).
2. **Open the Editor.**
3. **Add a Word Search page.** Select the + icon and choose Word Search from the Add Page options.&#x20;
4. **Enter up to five (5) words that will need to be found.** Each word can contain up to ten (10) characters. Words will be placed to appear from left to right.&#x20;
5. **Adjust the Settings.** Slide the [Settings](#word-search-settings) (top right). Select additional word placement options.

## Word Search Options & Settings

**Word Placement options.** Select/deselect the available options.&#x20;

| Word Placement           | Description                                                                                   |
| ------------------------ | --------------------------------------------------------------------------------------------- |
| **Up & Down**            | Words will display vertically, starting at the top.                                           |
| **Up & Down (Reversed)** | Words will display vertically, starting at the top or at the bottom (this is more difficult). |
| **Diagonal**             | Words will display diagonally, starting at the top.                                           |
| **Diagonal (Reversed)**  | Words will display diagonally, starting at the bottom (this is more difficult).               |

**Theme Colour.** Select an alternative colour to override the theme default.


---

# 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/word-search.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.
