# Why are there trees inside my building?

MapsIndoors as default uses a custom Mapbox MapStyle to access certain features on the Mapbox map. This Mapbox MapStyle includes showing trees in 3D, but sometimes these trees end up inside your building. To avoid this it is necessary to use your own custom Mapbox MapStyle that hides trees on a global level, potentially only at the zoom levels where you will see MapsIndoors data instead of Mapbox data.

How to then use your custom Mapbox MapStyle is described in

{% content-ref url="/spaces/YZLXDaaclvaSK6Q7eigW/pages/iOjQ0ttMN5UsQa9ukA7H" %}
[Using a Custom Mapbox MapStyle](/other/map-design/using-a-custom-mapbox-mapstyle.md)
{% endcontent-ref %}


---

# 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.mapsindoors.com/help-center/the-map/why-are-there-trees-inside-my-building.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.
