# 07 - Spatial Anchors

## Overview

In this class, we will learn about creating a Mixed Reality Application using Spatial Anchors and Mixed Reality Toolkit.&#x20;

### Short link for slides: [aka.ms/AzureSpatialAnchorsLesson](https://aka.ms/AzureSpatialAnchorsLesson)

<div align="center"><img src="/files/-LybMcWxNMKnYecpMIgz" alt="Spatial Anchors Lesson Link"></div>

###

## Concepts

* [What is a Spatial Anchor?](/mixed-reality-docs/lessons/lesson-7/concepts/what-is-a-spatial-anchor.md)
* [Why use Spatial Anchors? ](/mixed-reality-docs/lessons/lesson-7/concepts/why-use-spatial-anchors.md)
* [Which devices does Azure Spatial Anchors support?](/mixed-reality-docs/lessons/lesson-7/concepts/which-devices-does-azure-spatial-anchors-support.md)
* [What do I need to do to make sure Android, iOS and HoloLens are using the same point as my anchor?](/mixed-reality-docs/lessons/lesson-7/concepts/what-do-i-need-to-do-to-make-sure-android-ios-and-hololens-are-using-the-same-point-as-my-anchor.md)
* [What is Anchor Relationships and what is it useful for?](/mixed-reality-docs/lessons/lesson-7/concepts/what-is-anchor-relationships-and-what-is-it-useful-for.md)

## Project

* [How to sign up for Azure Student Account?](/mixed-reality-docs/lessons/lesson-7/project/how-to-sign-up-for-azure-student-account.md)
* [How to create an Azure Spatial Anchor resources?](/mixed-reality-docs/lessons/lesson-7/project/how-to-create-an-azure-spatial-anchor-resources.md)
* [How to include Azure Spatial Anchors(ASA) SDK to your project?](/mixed-reality-docs/lessons/lesson-7/project/how-to-include-azure-spatial-anchors-asa-sdk-to-your-project.md)
* [How to create a Azure Spatial Anchor app and configure scene?](/mixed-reality-docs/lessons/lesson-7/project/how-to-create-an-azure-spatial-anchor-app-and-configure-a-scene.md)
* [How to add ASA script to your scene?](/mixed-reality-docs/lessons/lesson-7/project/how-to-add-asa-script-to-your-scene.md)
* [How to update the UI when a callback resolves?](/mixed-reality-docs/lessons/lesson-7/project/how-to-update-the-ui-when-a-callback-resolves.md)
* [How to initialize a CloudSpatialAnchorSession?](/mixed-reality-docs/lessons/lesson-7/project/how-to-initialize-a-cloudspatialanchorsession.md)
* [How to save the new CloudSpatialAnchor as a WorldAnchor on the local platform?](/mixed-reality-docs/lessons/lesson-7/project/how-to-save-the-new-cloudspatialanchor-as-a-worldanchor-on-the-local-platform.md)
* [How to upload your local Anchor into the cloud?](/mixed-reality-docs/lessons/lesson-7/project/how-to-upload-your-local-anchor-into-the-cloud.md)
* [How to build and use the ASA app for HoloLens?](/mixed-reality-docs/lessons/lesson-7/project/how-to-build-and-use-the-asa-app-for-hololens.md)
* [How to integrate ARCore for Android?](broken://pages/-LyaD7WSOR6zNeGzAv3O)
* [How do I know my anchors are saved on Azure resources?](/mixed-reality-docs/lessons/lesson-7/project/how-do-i-know-my-anchors-are-saved-on-azure-resources.md)
* [How to create a CosmosDB table to save and share the anchors between devices?](/mixed-reality-docs/lessons/lesson-7/project/how-to-create-a-cosmosdb-table-to-save-and-share-the-anchors-between-devices.md)

## [Resources](/mixed-reality-docs/lessons/lesson-7/asa-resources.md)


---

# 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://www.xrdev.app/mixed-reality-docs/lessons/lesson-7.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.
