> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/other/aintobukku/yokuaru.md).

# よくある質問

#### AIノートブックのアイドル状態に関するルールは何ですか？

リソースの節約と予期せぬ課金回避のため、AIノートブックはアイドル状態のセッションを自動的に管理します。以下のルールが適用されます：

* **GPUカーネルアイドルタイムアウト:** GPUカーネルは、30分間活動がない状態（コード実行なし）が続  \
  くとアイドル状態と見なされます。この状態になると、カーネルは自動的に切断されます。
* **ラボアイドルタイムアウト:** ラボ環境は、ユーザー操作（入力、クリック、タブ切り替え）が1時間ない場合にアイドル状態と見なされます。アイドル状態になると、リソースを解放するためにラボは自動的に削除されます。
* **データ安全性：**&#x30E9;ボがアイドル状態により削除されても、保存されたファイルはすべて永続ストレー  \
  ジに安全に保管され、後からアクセス可能です。未保存の作業が失われないよう、ブラウザを閉じる前にファイルを保存することを忘れないでください。

#### CPUおよびGPUフレーバーの起動にはどのくらい時間がかかりますか？

* **GPUフレーバー：**&#x8D77;動には通常**45秒から1分**かかります。
* **CPUフレーバー：**&#x8D77;動には通常**約15秒**かかります。

*実際の起動時間は、システムの負荷やネットワーク状況によって異なる場合があります。*


---

# 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/other/aintobukku/yokuaru.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.
