> For the complete documentation index, see [llms.txt](https://multiset.gitbook.io/multiset/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multiset.gitbook.io/multiset/multiset-app/content-space.md).

# Content Space

## Content Space

Content Space enables you to create and share location-based augmented reality (AR) experiences built on top of Visual Positioning System (VPS) maps.

### Key Features

**Multi-layered Content**: Content Space can create multiple versions of content layers for the same physical location, allowing for different experiences or use cases at a single site.

**Unique URLs**: Each content space generates a unique URL that enables easy sharing of location-based AR experiences.

## How to Create a Content Space

Follow these steps to create and publish your location-based AR experience:

#### Step 1: Prepare Your VPS Map

* Scan a new area using the MultiSet app, or
* Use an existing scan of a location from your library

#### Step 2: Access Content Space Creation

1. Once your VPS map is active, navigate to the **Content Space** section in the MultiSet App
2. Click the **+ button** to create a new content space
3. Provide details including:
   * **Name**: Give your content space a descriptive title
   * **Description**: Add details about the AR experience

#### Step 3: Associate VPS Map

* Choose the VPS map you want to associate with your content space from the available options

#### Step 4: Add AR Content

1. The app will open the **AR Camera** interface
2. **Localize to the map** by positioning yourself within the scanned area
3. Add your AR content elements:
   * Text overlays
   * Images
   * Location pins
   * Other interactive elements

#### Step 5: Save Your Work

* Click **Save** (bottom left of screen) to save your content space

#### Step 6: Publish Content Space

1. Return to the main menu
2. Click the **3 dots** on your content space tile
3. Select **Publish** from the menu options
4. Your content space status will change to **"Active"**

#### Step 7: Share Your Experience

Once published, you can share your content space using:

* **Generated QR code** for quick mobile access
* **Shareable URL** for distribution via messaging, email, or social media

Users who receive your URL will be able to view and interact with your AR content when they visit the physical location.

### URL Sharing

Content Space generates shareable URLs that allow users to:

* Access location-based AR experiences remotely
* View content when physically present at the target location
* Experience multiple content layers at the same physical space through different URLs

This makes it simple to distribute AR experiences without requiring complex app installations or manual location setup.<br>

## Tutorial

{% embed url="<https://youtu.be/G_lcy3dIHEw>" %}


---

# 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://multiset.gitbook.io/multiset/multiset-app/content-space.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.
