# Accessibility Module

![](/files/-LggZYQsttuqfll-Ip_6)

The concept of accessibility focuses on enabling access to your game for people with impairments, or special needs, or enabling access through the use of assistive technology. This module will provide as many features as possible without the need for assistive technology. The components can also be utilised in other ways to create additional features that are not normally provided to the player.

Accessibility is strongly related to universal design which is the process of creating products that are usable by people with the widest possible range of abilities, operating within the widest possible range of situations. This is about making your game accessible to all people (whether they have a disability or not). And if nothing else, with this module you can not only create some cool effects, but also give your player a choice.


---

# 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://profpivec.gitbook.io/documentation-and-tutorials/game-creator/accessibility-module-for-game-creator.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.
