> 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/troubleshooting-and-feature-requests/roadmap.md).

# Roadmap

{% @mermaid/diagram content="gantt
title Software Project Roadmap
dateFormat  YYYY-MM-DD
section Copy/Paste Speech and Translation Engine
Design & Planning        :done, des1, 2024-07-01, 2024-08-01
Development              :done, dev1, 2024-08-02, 2024-09-30
Testing & Refinement     :active, test1, 2024-10-01, 2024-10-15
Release                  : milestone, rel1, 2024-10-15, 1d

```
section SAPI and iOS/Android TTS Bridges (Pending Funding)
Research & Framework Selection :done, res1, 2024-09-01, 2024-09-30
SAPI Bridge Development (On Hold)    :crit, dev2, after rel1, 60d
iOS Bridge Development (On Hold)     :crit, dev3, after dev2, 60d
Android Bridge Development (On Hold) :crit, dev4, after dev3, 60d
Testing and Integration (On Hold)    :crit, test2, after dev4, 30d
Release (Pending)                    : milestone, rel2, after test2, 1d

section Project VoiceGarden (Pending Funding)
Project Scoping            : done, proj1, 2024-09-15, 2024-09-30
Phase 1 Trial (Pending Funding)      :crit, dev5, after proj1, 120d
Phase 2 Trial (Pending Funding)      :crit, coll1, after dev5, 120d
Public Beta (Pending)                : milestone, beta1, after coll1, 1d
Final Release (Pending)              : milestone, rel3, after beta1, 60d" fullWidth="true" %}
```


---

# 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/troubleshooting-and-feature-requests/roadmap.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.
