> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/yzgaido/manage-project/project-more.md).

# プロジェクトの詳細表示機能

マイプロジェクトページからプロジェクト詳細ページに入らなくても、\[その他]機能を使ってさまざまな設定ができます。プロジェクト右側の\[... ]ボタンをクリックすると、使用できる機能が表示されます。

各機能の説明は以下をご覧ください。

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

### プロジェクト名の変更

プロジェクト名を変更できます。

* \[... ]ボタンをクリックします。
* 「プロジェクト名の変更」を選択します。
* 新しい名前を入力して保存します。

<figure><img src="/files/65deda18c3685ab237d189c3f736f5b3822a42e0" alt=""><figcaption></figcaption></figure>

### プロジェクトカバーの変更

プロジェクトのサムネイル画像を、アップロードしたファイルに差し替えられます。

* \[... ]ボタンをクリックします。
* 「プロジェクトカバーの変更」を選択します。
* 既存の平面図画像を削除し、希望する画像をアップロードします。
* 新しいカバー画像が保存されます。

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

### ブックマーク

よく使うプロジェクトをブックマークに設定しましょう！

* **ブックマークの設定：**
  * \[...]ボタンをクリックします。
  * 「ブックマークをオン」にします。
  * プロジェクト右下にブックマークアイコンが表示されます。
  * 左側タブの\[ブックマークしたプロジェクト]で、ブックマークしたプロジェクトを確認できます。
* **ブックマークの解除：**
  * 方法1：\[...]ボタン → 「ブックマークをオフ」を選択します。
  * 方法2：ブックマークアイコンを直接クリックして解除します。

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

### 複製

現在のプロジェクトの複製を作成できます。

* 複製されたプロジェクトには、レンダリング、図面、720ツアーなどすべてのコンテンツが含まれます。
  * \[...]ボタンをクリックします。
  * 「複製」を選択します。
  * 複製が作成され、マイプロジェクト一覧に追加されます。

<figure><img src="/files/43a380032b998bbf8ad5a5f1dfbb521a4fb24b54" alt=""><figcaption></figcaption></figure>

### 削除

プロジェクトを削除できます。

* \[...]ボタンをクリックします。
* 「削除」を選択します。
* 削除されたプロジェクトは、\[マイプロジェクト] → \[ゴミ箱]で確認できます。
  * 誤って削除したプロジェクトは、ゴミ箱から復元できます。

![](/files/b6bcd32c42594c50a11134340da35d562d69e546)


---

# 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.archisketch.com/guide/yzgaido/manage-project/project-more.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.
