```eval_rst
.. _8th-wall:
```
# Example 8th Wall Player
8th Wall is a development platform for creating web-based AR content. 8th wall can be deployed on any platform that supports WebAR or WebVR.
The A-Frame: HoloStream [8th Wall](https://www.8thwall.com/) (external link) project contains a minimal [A-Frame](https://aframe.io/docs/1.3.0/introduction/) (external link) Three.js scene playing HoloStream content in 8th wall. Refer to the [Three.js](https://threejs.org/) (external link) and [HoloStream API](https://learn.arcturus.studio/docs/holostream/en/v2021.1/html/Holostream_API/api.html) documentation for details on individual functions and components.
## Getting Started
This document contains steps to get started and an overview of the A-Frame: HoloStream project. The fastest way to get your HoloStream into 8th wall is by using the A-Frame: HoloStream project template.
### Cloning the 8th Wall HoloStream Project template
From the [my projects page](https://www.8thwall.com/my-projects) of the 8th Wall site, click the **Start a new project** button. This will open the new project page. Select your workspace, project URL, and license type according to your needs. For more information, see the [Start a New Project](https://www.8thwall.com/docs/web/#start-a-new-project) section on the 8th Wall Documentation.
Once you are finished, click the **Create** button.

This will bring you to the quick start page. Click on the **8th Wall Templates** tab to open the templates selection menu. In the search field, type in HoloStream. Then click on the **A-Frame: HoloStream** template, and click the **Clone Project** button on the template details screen. This will create a clone of this template that you can modify to suit your needs.

### Acquiring your HoloStream .mpd URL
The next step in setting up your 8th Wall project is to get your HoloStream .mpd URL. If you have one already, you can continue to the next step. If you don't yet have one, please take a look at the [Upload to HoloStream](https://learn.arcturus.studio/docs/holostream/en/v2021.1/html/Exporting_HoloStreams/Uploading_From_HoloEdit.html) section of the docs for instructions on exporting your HoloEdit project to HoloStream.
### Reviewing in the 8th Wall Editor
Now that you have cloned the project, you will be taken to the 8th Wall editor. In the 8th Wall editor, you can review and edit the code of the A-Frame project. The holostream-component.js file contains the code to import the HoloStream using the [HoloStream API](https://learn.arcturus.studio/docs/holostream/en/v2021.1/html/Holostream_API/api.html#api) and manage the A-Frame scene.

In the head.html file 8th wall tags and external scripts are initialized. The HoloStream API is imported in a `