# 모듈

The system currently supports a powerful customizable module to utilize any widget in MyShell workshop.&#x20;

Other types of modules are essentially `AnyWidgetModule` without `widget_id`.&#x20;

You can check our [API 참조](/ko/create/pro-config-mode/api-reference.md) on more information about widgets and modules.

Examples of widgets include

* [Prompt Widget](/ko/create/pro-config-mode/api-reference/module/anywidget-module/prompt-widget.md)
* [LLM Widget](/ko/create/pro-config-mode/api-reference/module/anywidget-module/llm-widget.md)
* [TTS Widget](/ko/create/pro-config-mode/api-reference/module/anywidget-module/tts-widget.md)
* [Code Runner Widget](/ko/create/pro-config-mode/api-reference/module/anywidget-module/code-runner-widget.md)
* [Melo TTS](/ko/create/pro-config-mode/api-reference/module/anywidget-module/melo-tts.md)
* [Age Transformation](/ko/create/pro-config-mode/api-reference/module/anywidget-module/age-transformation.md)
* [ChatImg](/ko/create/pro-config-mode/api-reference/module/anywidget-module/chatimg.md)
* [GIF Generation](/ko/create/pro-config-mode/api-reference/module/anywidget-module/gif-generation.md)
* [Music Generation](/ko/create/pro-config-mode/api-reference/module/anywidget-module/music-generation.md)

Other types of modules include

* [LLM Module](/ko/create/pro-config-mode/api-reference/module/llm-module.md)
* [LLM Function Module](/ko/create/pro-config-mode/api-reference/module/llm-function-module.md)
* [TTS Module](/ko/create/pro-config-mode/api-reference/module/tts-module.md)
* [Google Search Module](/ko/create/pro-config-mode/api-reference/module/google-search-module.md)


---

# 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://docs.myshell.ai/ko/create/pro-config-mode/basic/modules.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.
