> For the complete documentation index, see [llms.txt](https://help.doraverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doraverse.com/jp/feature-list/project.md).

# プロジェクト

[プロジェクトとは](#what-is-project)

[プロジェクトの作成方法](#how-to-create-a-project)

[プロジェクトワークスペースの主な構成要素](#key-components-of-project-workspace)

## プロジェクトとは

プロジェクトはDoraverse内のワークスペースであり、以下の目的で活用できます。

* トピック、クライアント、目標ごとに業務を整理できます。
* 関連するチャット、ファイル、指示を一箇所にまとめて管理できます。
* そのプロジェクト専用にAIの応答を最適化できます。

## プロジェクトの作成方法

* 「プロジェクト」タイトルの横にあ&#x308B;**＋**&#x30DC;タンをクリックします。
* プロジェクト名を入力し、**保存**をクリックします。すると、**プロジェクトワークスペース**が表示されます。

## プロジェクトワークスペースの主な構成要素

* **プロジェクトタイトル**：選択したプロジェクトフォルダーの名称です。ドロップダウンの「オプション」ボタンからいつでも名前を変更できます。
* **カラーオプション**：プロジェクトに色を割り当てることで、分類や視覚的な整理がしやすくなります。
* **チャットファイルの追加**：このプロジェクト内のチャットは、アップロードしたファイルを参照したり、コンテンツ生成に利用できます。PDF、画像、スプレッドシートなどのファイルをアップロード可能です。
* **指示の追加**：このプロジェクト専用にAIモデルの動作を調整できます。文体や重点を置くトピック、無視する内容、希望する言語などを指定できます。
* **このプロジェクトの最近のチャット**：プロジェクトに紐づくすべてのチャットスレッド一覧が表示されます。過去のディスカッションをクリックして再表示できます。
* **新規チャットボックス**：このプロジェクト内で新しい会話を開始できます。ここに入力した内容はすべてプロジェクトに紐づき、ファイルや指示にアクセスできます。


---

# 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:

```
GET https://help.doraverse.com/jp/feature-list/project.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.
