> For the complete documentation index, see [llms.txt](https://guide.swiftxr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.swiftxr.io/plugins/ucoz.md).

# UCOZ

**Introduction**

SwiftXR is a powerful platform for creating and sharing interactive 3D, augmented reality (AR), and virtual reality (VR) experiences on the web. With the SwiftXR (3D/AR/VR) Integration for uCoz, you can easily integrate SwiftXR Projects into your uCoz website, enabling you to create immersive and interactive web experiences.

**Creating a Project in SwiftXR**

* Navigate to the SwiftXR Hub: Begin by visiting the SwiftXR Hub, or alternatively click on this link: <https://swiftxr.io/hub>&#x20;
* Initiate Project Creation: Once on Hub, click the “Create Project” button and enter your desired project name.
* Design or Develop: Utilize the intuitive editor to effortlessly add and customize SwiftXR components, bringing your 3D vision to life.

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

**Publishing your SwiftXR Project**

* Utilize the editor to create your 3D vision using the SwiftXR components. Once satisfied with your creation, press the “Publish” or “Update” button to make your project live.

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

**Copy Embed Code**

* After publishing, click the dropdown button beside the “Update” button and select “Share.” Within the Share modal, click the “Copy Embed” button to copy the embed code for your project.

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

**Integrating SwiftXR into uCoz Website**

* Go to [uCoz.com](http://ucoz.com) and create an account or log in if you already have one.
* In the “Select site type” page, choose “Landing Page/ Promo Site”.

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

**Name your site and click on “Create a website”**<br>

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

**Go to the Page Editor**

* After naming your site, you would be directed to the admin control panel.
* From the control panel, click on “Page Editor” in the left hand side of your screen.

<figure><img src="/files/3nLRKzDuejU5v742ppe6" alt=""><figcaption></figcaption></figure>

* In the page editor, click on “Add new page” in the top right corner of your screen.<br>

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

**Add an HTML Element**

* In your new page, in the toolbar above “Page Content”, click on the “Source” button.

<figure><img src="/files/6XYmqsLQgFh36jUAwh7S" alt=""><figcaption></figcaption></figure>

**Paste your SwiftXR Embed Code**

* Paste your SwiftXR iframe code in the blank editor box.
* Give your page a name i.e “SwiftXR Integration”

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

Scroll down and click on “Save”

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

* After clicking on “Save”, a tiny page with the name “Adding Page” would pop up.&#x20;
* Click on the blue bottom link “Go to the page”

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

Viewing your Scene in the Web, AR or VR

* After clicking on the link, you now have your SwiftXR project live on the uCoz platform.

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

**Conclusion**

Integrating SwiftXR into your uCoz website is simple and does not require advanced coding skills. By using the HTML Source editor, you can embed your 3D/AR project with just an iframe snippet. Once saved, your visitors can interact with the 3D content directly on your site, whether on desktop or mobile.

This integration makes it possible to showcase products, models, or interactive experiences seamlessly within a uCoz page, enhancing engagement and providing a modern, immersive experience for your audience.

<br>


---

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

```
GET https://guide.swiftxr.io/plugins/ucoz.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.
