# Project

In this project we will create a 3D map visualization as shown in the video below:

{% embed url="<https://youtu.be/c9hdZA8Oag0>" %}
Bing 3D map visualization project.
{% endembed %}

Follow along the next steps or answer the questions below to see if you can skip some of the steps.

* [How to sign up for Bing Maps Developer Keys?](/mixed-reality-docs/lessons/lesson-5/project/how-to-sign-up-for-bing-maps-developer-key.md)
* [How to add BingMaps SDK to your project?](/mixed-reality-docs/lessons/lesson-5/project/how-to-add-bingmaps-sdk-to-your-project.md)
* [How to create and configure your first map in Unity?](/mixed-reality-docs/lessons/lesson-5/project/how-to-create-and-configure-your-first-map-in-unity.md)
* [How to style your map?](/mixed-reality-docs/lessons/lesson-5/project/how-to-style-your-map-using-render-settings.md)
* [What is a Map Terrain Type?](/mixed-reality-docs/lessons/lesson-5/project/what-is-a-map-terrain-type.md)
* [How to add hand interactions for scaling and rotation?](/mixed-reality-docs/lessons/lesson-5/project/how-to-add-hand-interactions-for-scaling-and-rotation.md)
* [How to style bounding box?](/mixed-reality-docs/lessons/lesson-5/project/how-to-style-bounding-box.md)
* [How to animate your map?](/mixed-reality-docs/lessons/lesson-5/project/how-to-animate-your-map.md)
* [How to add pins to your map?](/mixed-reality-docs/lessons/lesson-5/project/how-to-add-pins-to-your-map.md)
* [How to add pins using the MapPinLayer?](/mixed-reality-docs/lessons/lesson-5/project/how-to-add-pins-using-the-mappinlayer.md)
* [How to cluster map pins for larger data-sets?](/mixed-reality-docs/lessons/lesson-5/project/what-is-clustering-map-pins-means.md)
* [What are the different considerations, settings you need for Virtual Reality vs Augmented Reality?](/mixed-reality-docs/lessons/lesson-5/project/what-are-the-different-considerations-settings-you-need-for-virtual-reality-vs-augmented-reality.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-5/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.
