> 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/user-jp/manage-project/portfolio.md).

# ポートフォリオ

## ポートフォリオとは？

ポートフォリオは作成した **3Dインテリアコンテンツがひとつに集まって構成されたページ** です。レンダーショット、パノラマツアー、3Dフロアプランナーまで、すべて1ページにまとめることができます。ポートフォリオを活用して、制作したコンテンツのコンセプト、平米数、居住タイプなどを設定し、すべての情報を見やすく整理してみましょう。

例) 👉 [ポートフォリオの例](https://my.archisketch.com/ko/portfolio/65978b081f3e165411a1e622?mode=0\&portfolio_id=65978b081f3e165411a1e622)

![](/files/6acd7f5d04423b943ecfbc71c0d16564ca832dd8)

## ポートフォリオを作成する

#### ステップ1. ポートフォリオ作成

自分が作成した3Dインテリアでポートフォリオを作ってみましょう！［ポートフォリオ作成］ボタンをクリックします。

![](/files/93565509169094471c62806eee42c1d8b73cb574)

#### ステップ2. ポートフォリオ内容を作成する

ポートフォリオのキーワードやテーマには、テキスト、数値、複数選択の属性を使えます。

例)

* テキスト: プロジェクト概要
* 数値: 家具の金額
* 複数選択: インテリアスタイル

![](/files/26408e6cec06a49a2b53ba1c743a6e4b21fe8dee)

{% hint style="info" %}
Tips. 各属性に合ったアイコンを入れると、どのカテゴリか一目で分かります！
{% endhint %}

#### ステップ3. コンテンツを挿入する

レンダリング、720、3Dビューアーなど、さまざまな3Dコンテンツを挿入できます！

![](/files/24e95056100c111abed1fbd0e5de4ec175d80833)

#### ステップ4. ポートフォリオを公開する

右上の［ポートフォリオを公開］をクリックして［保存］すると、ポートフォリオのリンクを共有した際に誰でも見ることができます。

![](/files/4c67eff483f7937c8f412a35ae46a77bbfaec431)

作成したポートフォリオを自分だけで見たい場合は、公開せずに［保存］だけ押してください。すると［非公開］に変わり、外部からのリンクアクセスが制限されます。

{% hint style="info" %}
\*デザインチャレンジは必ず公開して［公開］で提出してください。
{% endhint %}

![](/files/8903f9f6591656a23e09330d14b9e57c91047afc)

[［公開］のポートフォリオの例](https://my.archisketch.com/ko/portfolio/65978b081f3e165411a1e622?mode=0\&portfolio_id=65978b081f3e165411a1e622)

パチパチ、ポートフォリオが作成されました！👏

自分の素敵な成果物を友だちや家族と共有して、話してみましょう。


---

# 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/user-jp/manage-project/portfolio.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.
