> For the complete documentation index, see [llms.txt](https://kim-meow.gitbook.io/kim_meow-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kim-meow.gitbook.io/kim_meow-docs/undefined-5.md).

# 스킬 특화와 스티그마 스킬

처음에 아이온2를 할 때 저는 너무 약한거에요. 그래서 왜 약하지! 했는데

바로 \[스킬 특화]를 사용하지 않았기 때문이에요.

<mark style="color:pink;">**※ 스킬과 스티그마 스킬 모두 초기화 시 무료 입니다!**</mark>\ <mark style="color:pink;">**※ 각 직업별로 주요 스킬과 우선 순위가 있으니 공략과 통계를 찾아보시는 걸 추천드립니다.**</mark>

<figure><img src="/files/vW5Yly1KOeqfUSfFLMmZ" alt=""><figcaption></figcaption></figure>

왼쪽에 \[특화] 부분에서 스킬에 특화를 붙여야 합니다. 스킬 레벨도 올려주시구요!

<mark style="color:$success;">뉴비의 질문 :</mark> 왜 스킬 사용창에 스킬을 이렇게 쌓아두셨어요?\
답변 : 저렇게 하면 저 같은 경우는 마우스우클릭만 사용해도 0 ▶ 1  ▶ 2 ▶ 3 순서대로 자동으로 사용되기 때문이에요. 본인이 편한 스킬 세트를 사용해보세요!

<figure><img src="/files/0VDPBdovXx8ldZHh4f5R" alt=""><figcaption></figcaption></figure>

스티그마 스킬도 필요한만큼 올려보세요. 최대 6개까지 스킬슬롯에 등록하여 사용할 수 있어요.\
스킬창에 등록된스티그마 스킬도 전투력(K로 표기되는 것)에 영향을 미칩니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kim-meow.gitbook.io/kim_meow-docs/undefined-5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
