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

# Portfolio

## What is a portfolio?

A portfolio is a page made up of **3D interior content gathered together** It is. You can put render shots, panorama tours, and 3D floor planners all on one page. Using a portfolio, set the concept, apartment size, and housing type of the content you made to organize all the information clearly.

Example) 👉 [Portfolio example](https://my.archisketch.com/ko/portfolio/65978b081f3e165411a1e622?mode=0\&portfolio_id=65978b081f3e165411a1e622)

![](/files/8efdaf1e4370807ee10538944a4ba53f1a3ab5df)

## Create a portfolio

#### Step 1. Create a portfolio

Try making a portfolio with the 3D interior you created! Click the \[Create Portfolio] button.

![](/files/fd6e1279a082b4381e5e6a9554467a0f20eddcfe)

#### Step 2. Write the portfolio content

You can use text, number, and multi-select properties for the portfolio's keywords and topics.

Example)

* Text: Project summary
* Number: Furniture amount
* Multi-select: Interior style

![](/files/5d6b96d63f1ecc10eb4e844fc3fc17ddaf01aa22)

{% hint style="info" %}
Tips. If you add an icon that matches each property, you can see what category it is at a glance!
{% endhint %}

#### Step 3. Insert content

You can insert various 3D content such as rendering, 720, and 3D viewer!

![](/files/731f6984497fbc78fc9eaf763e2c9e21e3159dde)

#### Step 4. Publish the portfolio

If you click \[Publish Portfolio] at the top right and then \[Save], anyone can view it when you share the portfolio link.

![](/files/40bb66a00c74bfecba7a415e732bd956d34fb875)

If you want to be the only one to see the portfolio you made, don't publish it and just click \[Save]. Then it will change to \[Private], and access via the link from outside will be restricted.

{% hint style="info" %}
\*For the design challenge, you must publish it and submit it as \[Public].
{% endhint %}

![](/files/85513f7da42a70e06d6790ed49192f5006619c12)

[Example of a portfolio set to \[Public\]](https://my.archisketch.com/ko/portfolio/65978b081f3e165411a1e622?mode=0\&portfolio_id=65978b081f3e165411a1e622)

Ta-da, your portfolio has been created! 👏

Share your great results with friends or family and talk about them.


---

# 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-en/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.
