# Mycroft Software

Dinkum is a stable version of Mycroft's software that features a set of Essential Skills that cover all of the basics of a home voice assistant. Only basic computer and web skills are needed to get Mark II set up on WiFi and paired with Mycroft Servers.&#x20;

This version does require an internet connection for use, but handles a lot of functionality offline and always preserves privacy when using the internet for speech processing and getting information such as weather forecasts. Mycroft does not save any data from voice interactions.

Currently Dinkum does not support installing new Skills by voice. If you're an existing Mycroft user looking to use a broader range of existing Skills, you may be interested to try the [Mycroft Classic Core Sandbox image](https://mycroft-ai.gitbook.io/mark-ii/advanced/sandbox-images#classic-core-sandbox).&#x20;

### Update Channels

The default Dinkum image provides 3 update channels to choose from. You can change between these channels from [your Device settings](https://home.mycroft.ai/devices).&#x20;

If you want to start fresh, you can jump directly on any of the channels by downloading the corresponding image and flashing that to your USB drive.

* [LTS (Long Term Support)](https://mycroft.ai/to/mark-ii_lts) is the most stable channel, however it is also the slowest to get new features.
* [Stable](https://mycroft.ai/to/mark-ii_stable) is the default channel for new devices. You will receive regular updates that have been beta tested by the community.&#x20;
* [Beta](http://mycroft.ai/to/mark-ii-beta) is a mostly stable option that has passed internal quality assurance processes, however new bugs can slip through. By selecting this channel you receive the latest updates as soon as they're available, and help us to improve the software for all.

### Sandbox Images&#x20;

For more advanced users, there are a range of Mycroft Sandbox downloadable images. These allow voice developers and tech enthusiasts to burn an image to either the included 16GB USB drive or a user provided drive for experimentation and development.

{% content-ref url="advanced/sandbox-images" %}
[sandbox-images](https://mycroft-ai.gitbook.io/mark-ii/advanced/sandbox-images)
{% endcontent-ref %}


---

# 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/mark-ii/mycroft-software.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.
