# Roadmap

A new [Master Roadmap 2020](https://docs.google.com/document/d/1XCSdcszcuWhZsIHpkVrmHhFGHLdx7xqvd_BYELcXqTY/edit) has been created. This should always start with the highest priority project followed by individual roadmaps for secondary priorities.

Each individual Roadmap will include the following sections:

* Next - Work that is needed most urgently.
* Longer term - Work that is needed but can wait until “Next” items are finished.
* Nice to have - Features that can be added at any time but will not be prioritized by the internal Mycroft team.&#x20;

The Roadmaps themselves may either be collaborative documents like the [Master Roadmap](https://docs.google.com/document/d/1XCSdcszcuWhZsIHpkVrmHhFGHLdx7xqvd_BYELcXqTY/edit?usp=sharing), or where it directly relates to a single technology hosted as a Github project board. Each of the collaborative documents are set to allow comments so please jump in and have your say on the direction of Mycroft.

## Archive

{% hint style="info" %}
The following Roadmaps have been kept for archive purposes only.
{% endhint %}

We now have both a **Master Roadmap**, and associated voice stack Roadmaps to help you see where Mycroft's technology is headed. Your comments are warmly welcomed in the below documents:

* [Master Roadmap](https://docs.google.com/document/d/1QntesVNTGx-DlSK45gjFi5ToDJtDuMwYY_C-u9C3fFI/edit)
* [Mycroft Marketplace Roadmap](https://docs.google.com/document/d/1Ai2LcJRYUmzw8L6BK8hKWckFYfAAwzuAUYtw9uRuXuc/edit#heading=h.ck6l3z2vlex4)
* [Speech to Text (STT) Roadmap](https://docs.google.com/document/d/1o0b5r8qcxan59TxSeJxBX5x1ehcT1xWiX7b_mN6IfQw/edit#heading=h.ck6l3z2vlex4)
* [Text to Speech (TTS) Roadmap](https://docs.google.com/document/d/1gSXU5-UaXSOOA7T9UWz1hT779o36pIYOard3iGXlHCA/edit#heading=h.ck6l3z2vlex4)
* [Wake Word Roadmap](https://docs.google.com/document/d/1UsN9BLuHeiuuP92LEm17GSfufNcRyP1j8HB_W5FUHcE/edit)
* [`mycroft-core` Roadmap](https://docs.google.com/document/d/1GvhoqC9mUTEDLrwXVSEQ4JecuUMKaTpE1l1FNE6mMTA/edit#heading=h.ck6l3z2vlex4)
* [Languages Roadmap](https://docs.google.com/document/d/1otSj9YBEASCPAgD7MZmUR4m5Nal5O0fjN67y3gJRfNg/edit#heading=h.ck6l3z2vlex4)
* [Personal / Standalone Server Roadmap](https://docs.google.com/document/d/1VJsk9xmFig1qAP-wH_SAB-3xyKRx28Z47IwlJWJMqOM/edit#heading=h.ck6l3z2vlex4)


---

# 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://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-roadmap.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.
