> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baimoqilin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# choose

> 保留中の MineClawd 確認質問に回答します。

## 目的

MineClawd からの保留中 `ask-user-question` プロンプトに回答します。

## 構文

```bash theme={null}
/mineclawd choose
/mineclawd choose <option>
```

`<option>` に指定できる値:

* `1`, `2`, `3`, ...（プリセット選択肢のインデックス）
* `other`（カスタム入力テキストをチャットで送る）
* `skip`（回答せずに続行）
* `cancel`（保留中のカスタム入力モードをキャンセル）

## 実行例フロー

```bash theme={null}
/mineclawd choose 2
/mineclawd choose other
# 60秒以内に通常チャットでカスタム回答を入力
```

## 動作と制限

* このコマンドはプレイヤーとして実行する必要があります。
* 回答できるのは自分の保留中質問のみです。
* カスタム入力モードは 60 秒でタイムアウトします。

## よくある失敗

* `no pending question`: MineClawd は現在あなたの入力を待っていません。
* `invalid option`: タブ補完または有効な番号を使ってください。
* `not waiting for custom text input`: カスタムモード外で `cancel` を実行しました。
