# アップグレード

同じ種類の宝石を10個集めると、それらをより高いグレードの宝石にアップグレードすることができます。アップグレードの成功率は、使用する宝石のグレードによって異なります。

<table><thead><tr><th width="129">Grade</th><th width="124" align="center">Rare</th><th align="center">Epic</th><th align="center">Unique</th><th width="113" align="center">Legend</th><th width="115" align="center">Myth</th><th data-hidden></th></tr></thead><tbody><tr><td>アップグレード</td><td align="center">Normal <br>x10</td><td align="center">Rare <br>x8</td><td align="center">Epic <br>x4</td><td align="center">Unique <br>x3</td><td align="center">Legend <br>x2</td><td></td></tr><tr><td>成功確率</td><td align="center">75%</td><td align="center">80%</td><td align="center">85%</td><td align="center">90%</td><td align="center">30%</td><td></td></tr></tbody></table>


---

# 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://thesnkrz.gitbook.io/jp/gem/appugurdo.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.
