# 6. Building maps

{% embed url="<https://www.loom.com/share/ab2ef156b38b44f2a12b7453ae291452?sid=6b985942-82a0-477c-8c04-15233a5c3d49>" %}

***

#### Building a map view

To create a map view, you can combine any layers you have access to, including layers shared with you by other users.

Layers can be:

* overlaid
* styled
* combined in 2D or 3D views

This allows you to construct contextual visualisations directly from your available data.

***

#### Saving map views

You can save any configured map view using the bookmark feature.

Bookmarks store:

* visible layers
* styling configuration
* map position and zoom level

Saved bookmarks can be reused at any time and shared with others via a URL.

***

#### Sharing map views

Map views can be shared by sharing the generated URL.

Access to underlying data is still governed by the permissions of each individual layer included in the view.

***

<br>


---

# 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.ellipsis-drive.com/getting-started/quick-start/how-to-import-layers.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.
