> For the complete documentation index, see [llms.txt](https://mycroft-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mycroft-ai.gitbook.io/docs/skill-development/voice-user-interface-design-guidelines/interactions-and-guidelines.md).

# Interactions

- [Intents](https://mycroft-ai.gitbook.io/docs/skill-development/voice-user-interface-design-guidelines/interactions-and-guidelines/intents.md): An intent is how the User starts an interaction with Mycroft. It represents the job they are trying to accomplish.
- [Statements and Prompts](https://mycroft-ai.gitbook.io/docs/skill-development/voice-user-interface-design-guidelines/interactions-and-guidelines/statements-and-prompts.md): There are two basic ways for Mycroft to interact with the user, Statements and Prompts.
- [Confirmations](https://mycroft-ai.gitbook.io/docs/skill-development/voice-user-interface-design-guidelines/interactions-and-guidelines/confirmations.md): Confirmations are used to verify that the input from the user was understood correctly.
