# Advanced Skill Types

- [Fallback Skill](https://mycroft-ai.gitbook.io/docs/skill-development/skill-types/fallback-skill.md): A Fallback Skill is a Skill that will be called if no Intent is matched to the Utterance.
- [Common Play Framework](https://mycroft-ai.gitbook.io/docs/skill-development/skill-types/common-play-framework.md): To support a range of Skills that can "play" things, each Common Play Skill must return a confidence score to indicate their ability to successfully complete the users request.
- [Common Query Framework](https://mycroft-ai.gitbook.io/docs/skill-development/skill-types/common-query-framework.md): To support a range of Skills that can answer user's queries, each Common  Query Skill must return a confidence score to indicate their ability to successfully complete the users request.
- [Common IoT Framework](https://mycroft-ai.gitbook.io/docs/skill-development/skill-types/common-iot-framework.md): Work in progress - This Framework enables Common IoT Skills to operate together to control a range of IoT devices, providing a better experience for the end user.


---

# 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/skill-development/skill-types.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.
