> For the complete documentation index, see [llms.txt](https://docs.acecentre.org.uk/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecentre.org.uk/products/aac-speak-helper-tool/aac-setup.md).

# AAC Setup

AACSpeakHelper ISNT a SAPI Speech engine. What this means is it is not seen by your AAC Software as a voice you would pick in your regular settings screen. We have to do some things to get this to work. And note you will have to be comfortable editing your software.&#x20;

In short you need to:

* Add a button to *copy* the message bar (writing area)
* Then, have an action on this button to call the executable found at `%UserProfile%\AppData\Local\Programs\Ace Centre\AACSpeakHelper\client.exe` (**Note: You will need to browse for the app. You can paste this link into the file explorer but you need to find the exact path on your own computer)**
* Then it's wise to wait around 4-10 seconds&#x20;
* Clear the message bar
* Paste the returning text back if you are translating

You can test it by copying some text from a text file and running the app **client.exe**. Give it a go.

{% hint style="warning" %}
If you are not using translate you will need a keyboard in the right language. This can be tricky to make. Try using this  <http://aackeyboardmaker.streamlit.app> - right now only supporting the Grid3. It certainly wont make complete keyboards but it will be a good starting point
{% endhint %}

### The Grid 3&#x20;

We make things a little easier for the Grid as we provide an example pageset with the correct path to the application on your desktop under "Example pagesets". You can double click this and then try it out. Write some text - and then press on the flag icon

### Tobii Dynavox Snap

<figure><img src="/files/ZPweoTJSLACbwOcTmzZT" alt=""><figcaption></figcaption></figure>

#### Communicator

See the demo pageset [here](https://github.com/AceCentre/TranslateAndTTS/tree/main/assets)

<figure><img src="/files/J8lfZrIQiytMp4nG2lP2" alt=""><figcaption></figcaption></figure>

#### NuVoice

#### MindExpress

To-do

If you want to use mind-express for translation note that  MEX already can do this. See [here for a demo](https://www.jabbla.co.uk/vocab/translation-tool/)


---

# 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://docs.acecentre.org.uk/products/aac-speak-helper-tool/aac-setup.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.
