# Marketplace Submission

- [Skills Acceptance Process](https://mycroft-ai.gitbook.io/docs/skill-development/marketplace-submission/skills-acceptance-process.md): The Skills Acceptance Process outlines how Skills are tested, reviewed, deployed and promoted through the Mycroft Marketplace.
- [Information Review Template](https://mycroft-ai.gitbook.io/docs/skill-development/marketplace-submission/skills-acceptance-process/skills-review-information-template.md): Template for the Information Review component of the Skills Acceptance Process.
- [Code Review Template](https://mycroft-ai.gitbook.io/docs/skill-development/marketplace-submission/skills-acceptance-process/skills-review-code-template.md): Template for the Code Review component of the Skills Acceptance Process.
- [Functional Review Template](https://mycroft-ai.gitbook.io/docs/skill-development/marketplace-submission/skills-acceptance-process/skills-review-functional-template.md): Template for the Functional Review component of the Skills Acceptance Process.
- [Combined Template](https://mycroft-ai.gitbook.io/docs/skill-development/marketplace-submission/skills-acceptance-process/skills-review-template.md): Complete template for the Skills Acceptance Process.
- [Skill README.md](https://mycroft-ai.gitbook.io/docs/skill-development/marketplace-submission/skill-readme-md.md): The README.md file in each Skill repository is used to provide an overview of the Skill and its functionality.


---

# 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/marketplace-submission.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.
