# その他

## 機能提供

コントラクトでは、baseURIやバックエンドの署名アドレスを確認・変更できる機能が提供されており、これらの変更はコントラクトオーナーのみが行えます。

さらに、ユーザーIDからToken IDやミント状態を返す機能、Token IDからミントしたウォレットアドレスを返す機能も提供されています。

## 機能一覧

* baseURIの確認
* baseURIの変更（コントラクトオーナーのみ）
* バックエンドでの署名アドレスの確認
* バックエンドでの署名アドレスの変更（コントラクトオーナーのみ）
* User IDからToken IDを確認
* User IDからミント済みかどうかを確認
* Token IDからミントしたウォレットアドレスを確認


---

# 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://doc.yabumi.xyz/readme/mi/sono.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.
