> For the complete documentation index, see [llms.txt](https://guide.assemblredu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.assemblredu.com/bagikan-proyek/cara-melihat-bentuk-3d-proyek.md).

# Cara Melihat Bentuk 3D Proyek

Ada 2 cara yang dapat kamu ikuti untuk melihat proyekmu dalam tampilan 3D, diantaranya adalah Cara Melihat Bentuk 3D Proyek dari Editor, Cara Melihat Bentuk 3D Proyek dari Dasbor Proyek, dan Cara Melihat Bentuk 3D Proyek dari Tautan.

### Cara Melihat Bentuk 3D Proyek dari Editor

1. Buat proyekmu di [Editor](https://editor.assemblrworld.com/Editor/).
2. Setelah proyekmu berhasil di-**Publish**, kamu akan melihat tampilan seperti ini:

<figure><img src="/files/GC7YMD7og5SL4vyEgeYZ" alt="" width="350"><figcaption></figcaption></figure>

3. Untuk melihat bentuk 3D dari proyek yang baru saja kamu buat, cukup klik **Present** dan kamu akan segera dialihkan ke laman baru berisi bentuk 3D dari proyekmu.

### Cara Melihat Bentuk 3D Proyek dari Dasbor Proyek

1. Akses halaman [Your Project](< https://app-edu.assemblrworld.com/Projects>) pada tab Editor.
2. Pilih proyek yang ingin kamu bagikan.
3. Selanjutnya, pilih **Lihat.**&#x20;

<figure><img src="/files/1iOOSNj1geCpTuDFce3B" alt="" width="300"><figcaption></figcaption></figure>

4. Pilih **Lihat dalam 3D.**

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

5. Sekarang, proyekmu telah terlihat dalam bentuk 3D!

### Cara Melihat Bentuk 3D Proyek dari Tautan

1. Buka **Tautan** dari proyek yang kamu inginkan, kamu bisa mendapatkan tautan menuju proyekmu dengan menyalinnya.

<figure><img src="/files/g5JW02dhmKNFw1UVB7nP" alt="" width="450"><figcaption></figcaption></figure>

2. Pilih **Lihat dalam 3D.**

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

3. Sekarang, kamu dapat melihat proyekmu dalam bentuk 3D!


---

# 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://guide.assemblredu.com/bagikan-proyek/cara-melihat-bentuk-3d-proyek.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.
