> 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 the **3D interior content you created gathered together** It is. You can configure render shots, panorama tours, and even 3D floor planners all on one page. Use the portfolio to set the concept, floor area, and residence type of the content you created, and organize all the information so it is easy to view.

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

![](/files/a1dd6aaf27ce32c14673108b5c414c1157a4fc2b)

## Create a portfolio

#### Step 1. Create a portfolio

Create a portfolio with the 3D interiors you've made! Click the \[Create Portfolio] button.

![](/files/0ec25f628ae94909dc685112b0687bbeb7821f4b)

#### Step 2. Write the portfolio content

You can use text, number, and multiple-choice attributes for the portfolio's keywords and topics.

Example)

* Text: Project summary
* Number: Furniture amount
* Multiple choice: Interior style

![](/files/8f237f2cbd96ee8cff89dadc77139c36e9d563fc)

{% hint style="info" %}
Tips. If you add icons that match each attribute, you can see at a glance which category it is!
{% endhint %}

#### Step 3. Insert content

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

![](/files/a85162cb4dd44061bf81da17c849e2bb9bfed902)

#### Step 4. Publish the portfolio

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

![](/files/c7a7afef2f119a92d90ede14261b5ca0a437191d)

If you want only you to see the portfolio you created, just press \[Save] without publishing it. Then it will switch to \[Private], and external access to the link will be restricted.

{% hint style="info" %}
\*The design challenge must be published and submitted as \[Public].
{% endhint %}

![](/files/b541db7d0446317b7564bec7745b68b3a7b4aa16)

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

Clap clap clap, the portfolio has been created! 👏

Share your awesome result with friends or family and talk about it.


---

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