> For the complete documentation index, see [llms.txt](https://docs.genser.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.genser.ai/ja/ai-search/genser-instance/inslist.md).

# インスタンス一覧

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

### 何を確認できますか？

インスタンス一覧画面は、インスタンスを作成したり、これまで作成した検索インスタンスを一目で確認できる場所です。\
この画面では、自分が作成した検索インスタンスの名前、種類、作成日、更新日、ステータスなどを確認でき、必要に応じて複製したり編集したりすることもできます。

#### 一覧で確認できる情報

<table><thead><tr><th width="145.0286865234375">項目</th><th>説明</th></tr></thead><tbody><tr><td>インスタンス名</td><td>自分が作成した検索インスタンスの名前です。クリックすると詳細編集画面に移動します。</td></tr><tr><td>検索タイプ</td><td>どの検索方式（genser S/G）で作成したインスタンスかを表示します。</td></tr><tr><td>作成日</td><td>インスタンスを初めて作成した日付です。</td></tr><tr><td>最終更新日</td><td>最後に更新した日付で、最新のものが上に表示されます。</td></tr><tr><td>処理状況</td><td><p>現在のインスタンスの進行状況を確認できます。</p><p>- 保留: まだ準備中です<br>- 進行中: 設定が反映されています<br>- 完了: 検索インスタンスをすぐに使用できます</p></td></tr></tbody></table>


---

# 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.genser.ai/ja/ai-search/genser-instance/inslist.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.
