# 🍭 Creating a Project

## Starting a Project <a href="#creating-a-project" id="creating-a-project"></a>

To get started with creating a project in [SwiftXR](https://home.swiftxr.io), click on the Create Project button and give your project a name. Hit the Create button when ready to launch the editor and get started with creating your AR/VR experience.

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

### Templates <a href="#templates" id="templates"></a>

[Templates](#templates) are complete projects that help you get started without based on the AR/VR experience you are trying to build. [Click here to view our Templates](/templates.md)

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

### &#x20;Projects <a href="#projects" id="projects"></a>

The Projects tab highlights the various SwiftXR projects you have **`published,`** and in your **`browser`**. Click on the new project button to create a new project. You can also open recent projects, delete projects from the hub, and also open up the learn tab to view tutorials on how to use swiftXR.

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

Next [Navigate the Interface](https://docs.swiftxr.io/#/docs/navigate-the-interface?id=navigate-the-interface).


---

# Agent Instructions: 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:

```
GET https://guide.swiftxr.io/creating-a-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
