# 컴포넌트 유형

컴포넌트 유형으로는 아래가 있습니다.

{% content-ref url="/pages/-MOnY8UEJj6pNgjuvSM-" %}
[Climbable(등반)](/the-game-maker-academy_kr/components/types-of-components/climbable.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYRV4JON8acFk6zvZ" %}
[Collectible(수집)](/the-game-maker-academy_kr/components/types-of-components/collectible.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYBWADLXMIhwDNztW" %}
[Defeat(패배)](/the-game-maker-academy_kr/components/types-of-components/defeat.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYVId6B\_LqCcC84NQ" %}
[Drop(드롭)](/the-game-maker-academy_kr/components/types-of-components/drop.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYNLImLRl99qNhNXB" %}
[Health(체력)](/the-game-maker-academy_kr/components/types-of-components/health.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOp4RFFWqVKCT6aYs5X" %}
[Image Display(이미지 디스플레이)](/the-game-maker-academy_kr/components/types-of-components/display-image.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MecZPYX\_TE51DQ9s1yZ" %}
[NFT Image Display(NFT 이미지 디스플레이)](/the-game-maker-academy_kr/components/types-of-components/displaying-external-nfts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MlCkA34nfZF3-xsfHyP" %}
[NFT Display Information(NFT 디스플레이 정보)](/the-game-maker-academy_kr/components/types-of-components/nft-display-information.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYDhcMcWnn2b\_\_MG\_" %}
[Indicator(인디케이터)](/the-game-maker-academy_kr/components/types-of-components/indicator.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYFbIsJFDMyhNc38Q" %}
[Pickable(집기)](/the-game-maker-academy_kr/components/types-of-components/pickable.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYHDmMfdy0PmkC1D0" %}
[PlaySound(플레이 사운드)](/the-game-maker-academy_kr/components/types-of-components/playsound.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYTVyADA-CNYPjV4O" %}
[Rarity(희귀도)](/the-game-maker-academy_kr/components/types-of-components/rarity.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYJKanMlVVclFj2LI" %}
[Speaker(스피커)](/the-game-maker-academy_kr/components/types-of-components/speaker.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOp5gss2o88CLcAl\_co" %}
[Toggle Behaviour(비헤이비어 토글)](/the-game-maker-academy_kr/components/types-of-components/toggle-behaviour.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MOnYL8k-NOa3GTq5spS" %}
[Victory(승리)](/the-game-maker-academy_kr/components/types-of-components/victory-1.md)
{% endcontent-ref %}


---

# 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.sandbox.game/the-game-maker-academy_kr/components/types-of-components.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.
