# Documentation

If you have a Mark II - head to our dedicated Mark II documentation:

{% embed url="<https://mycroft-ai.gitbook.io/mark-ii/>" %}

Want to give Mycroft a try? Mycroft is open source software that runs where you want it to, whether it’s on your own hardware or one of our dedicated devices.

{% content-ref url="/pages/-LodOWTAjJTFkvMJbhmV" %}
[Get Mycroft](/docs/using-mycroft-ai/get-mycroft.md)
{% endcontent-ref %}

Having trouble? See our range of troubleshooting guides and common issues.

{% content-ref url="/pages/-LocrTXEf\_ffCnKS8yk4" %}
[Troubleshooting](/docs/using-mycroft-ai/troubleshooting.md)
{% endcontent-ref %}

Want to develop your own Voice Skill? Whether you are new to coding, or a master level programmer, creating your first Mycroft Voice Skill is easy!

{% content-ref url="/pages/-LocrTXP9QsTxA-n6XAL" %}
[Development Setup](/docs/skill-development/introduction.md)
{% endcontent-ref %}

Interested in the technologies that make up Mycroft AI? We have developed a range of open source technologies to bring Mycroft to life. They are all open source, and can be used together, or independently.

{% content-ref url="/pages/-LodOWTpJccwt2-mfwHP" %}
[Technology Overview](/docs/mycroft-technologies/overview.md)
{% endcontent-ref %}

Have further questions? Mycroft has a wonderful open source Community. If you have further questions, join us on the Community [Forums](https://community.mycroft.ai) or [Chat](https://chat.mycroft.ai).

Our documentation, just like our source code, is open source, and you can contribute to improving it [on Github](https://github.com/mycroftai/documentation). Alternatively, please rate our documentation and leave comments on how we can improve.


---

# 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/readme.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.
