> For the complete documentation index, see [llms.txt](https://docs.os.uk/os-downloads/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.os.uk/os-downloads/upcoming-products/beta-products-information/os-3d-mesh-beta-product/getting-started-guide/importing-an-os-integrated-mesh-model-into-arcgis-online/creating-a-3d-scene.md).

# Creating a 3D scene

Once your data layers have been uploaded and are ready for use, you’ll then need to commence with the creation of your project. ESRI offers some interesting options (for example, Story Maps), but the simplest choice will be to create a 3D scene that will be accessed from with the Scene Viewer tool.

There are several ways to achieve this, but the most obvious is to navigate to the Scene page (via the top menu), then press the \[+] button that’s found on the top menu. Here, you’ll be asked to choose between creating a ‘Global’ or ‘Local’ scene. Global scenes are based around a full globe model, whilst a Local scene will offer a more typical 3D environment. By default, ESRI provides a default background map layer for both options. If you’re going to be working with OS mesh data, the ‘Local’ scene option is likely going to be more appropriate.

<figure><img src="/files/ueH02WWi7vIuHmViKtDE" alt="A screenshot showing the Default &#x27;Global&#x27; and &#x27;Local&#x27; AGOL Scenes side by side"><figcaption><p>A screenshot showing the Default 'Global' and 'Local' AGOL Scenes side by side.</p></figcaption></figure>


---

# 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://docs.os.uk/os-downloads/upcoming-products/beta-products-information/os-3d-mesh-beta-product/getting-started-guide/importing-an-os-integrated-mesh-model-into-arcgis-online/creating-a-3d-scene.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.
