# Sample Scenes

### Scenes in the ARway Unity SDK:

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

{% hint style="info" %}

* **Dashboard-SDK:** One place to manage maps, like listing, searching, and Metadata details viewing.
* **ARMapSession**: Used to View AR Content of the map, including turn-by-turn navigation, guided tours, 3D models, images, hotspots, text, and videos.
  {% endhint %}

### Essential Components of **ARway SDK.**

This component handles Authentication from your App to ARway Backend service, this Gameobject doesn't get destroyed in any of the scenes.

<img src="/files/cnQrGWSaNJ8fUeVKiL3R" alt="" width="563">

{% hint style="info" %}

* **Account Id:** This you will get from ARway Creator Portal, used to connect your App to the ARway Backend.
* **Secret Key:**  This is app-specific credentials, you can create new App secret key on ARway Creator Portal.&#x20;
  {% endhint %}


---

# 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://docs.arway.ai/arway-sdk/sample-scenes.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.
