# Edit 360° Panoramas

## Presentation

Panoramas are organised as follows:

* Panoramas represent a single point on a Map.
* Map Tiles and Map Images represent Maps. Maps can have multiple of them.
* Panoramas contain Panorama Features, such as points of interest.
* Panorama Features indicate specific Entities, their target.

## Create Panorama Images

Creating in-game panorama images can be tricky depending on the game. See this blog post:

* [Generating 360° Video Game Panoramas](https://jahed.dev/2021/12/05/generating-video-game-panoramas/) by Jahed

## Create Panorama Features

**RightClick** anywhere on a Panorama to place a Custom Marker. From there, you can create a Panorama Feature and choose an Entity to target. The Target Entity will open when the Panorama Feature is clicked.


---

# 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.frontiernav.net/editing-data/panoramas.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.
