> For the complete documentation index, see [llms.txt](https://docs.gojiberry.app/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gojiberry.app/documentation/jp/kuizuwosutoani.md).

# クイズをストアに表示

公開後、「公開設定」 ウィンドウが表示されます。

1. 「クイズキー」をコピー
2. 「テーマエディタに移動する」 をクリック

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdu_iYHt7mvRLS02hgswv_oVGP_HMmL2rcyZVriPILtx9LcmfihkgF0e4WGT7DM-dz-0J1M1iAeEL34S30IePQ3gH58pIQX8ZeN79q6Q7LZkc6pul8s2rIqy6N4Mxl6UizTC-XR?key=5kUSJo_5EQKt5EQKZnyhsA" alt=""><figcaption></figcaption></figure>
3. 「ブロックを追加」 → 「商品診断クイズ」を検索・選択

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcVFIhPFJlHaUrPk_fpnO9J9RKYPhJDqhXvGVwTYIP9eMsVn3QcJT93orpMSjozXALeavw0mL8PNE1M8YE1QeghXc4fLhzjBJ-W8zhZh3WIOGFOfZSgDzd5tHXf5XY4ulm5kAtyPw?key=5kUSJo_5EQKt5EQKZnyhsA" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdUbYXoQQFLUFrFhVMqP4dCx68HHvbR_BCoB33tCK91Yo-BoS2YD0EnrZr539BxfMsZssH_uwpmmUeQDggrkhHXO9FQhKOSKE0T6ZCKfWTwg7bbd0gmz8A5jsou8uOVsUEGSZFDCw?key=5kUSJo_5EQKt5EQKZnyhsA" alt="" width="375"><figcaption></figcaption></figure>

4. クイズキーを貼り付け
5. 「保存」 をクリックし、変更を適用

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfMAeyVA_45Vt5SyKkYn32PFo5_jBmTIwUrIdPy3s-tZomMwmz_kmMyS561P5wpG8snjEXzh3K9qTyUbCr38saESJXoFRlKrsKx8tuqQv49EqOD6hPUCl77eyXkOgqgEoB6v7SjiA?key=5kUSJo_5EQKt5EQKZnyhsA" alt=""><figcaption></figcaption></figure>

これで、顧客がストアでクイズを利用できるようになります！ 🎉

<br>


---

# 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://docs.gojiberry.app/documentation/jp/kuizuwosutoani.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.
