# よくある質問

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

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

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

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

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

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


---

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