# Interface

- [Interface Overview](https://docs.mapsindoors.com/cms/interface/interface-overview.md)
- [Edit Interface](https://docs.mapsindoors.com/cms/interface/edit.md): The Edit interface is your main workspace within the CMS — the first thing you see when you log in and where all map management happens.
- [Selectors and Filters](https://docs.mapsindoors.com/cms/interface/edit/selectors-and-filters.md): The Filter Bar runs across the top of the Edit interface and controls what you see on the map and in the list. Filters work together — the more you apply, the more focused your view becomes.
- [Location Details Editor](https://docs.mapsindoors.com/cms/interface/edit/location-details-editor.md): The Location Details Editor is where you view and edit everything about a specific location — from its name and type to visibility rules, images, and custom properties.
- [Actions Toolbar](https://docs.mapsindoors.com/cms/interface/edit/actions-toolbar.md): The Actions Toolbar runs along the bottom of the Edit interface and contains tools for adding locations, managing your route network, and controlling your map view.
- [Door Route Element](https://docs.mapsindoors.com/cms/interface/edit/actions-toolbar/door-route-element.md): A Door Route Element represents a physical door or entryway, controlling how the Route Network connects spaces through it.
- [Barrier Route Element](https://docs.mapsindoors.com/cms/interface/edit/actions-toolbar/barrier-route-element.md): A Barrier is a route element you place on the Route Network to modify how wayfinding works at a specific point — without a physical door being present.
- [View Interface](https://docs.mapsindoors.com/cms/interface/view-interface.md): The View interface lets you preview your map exactly as it appears in your live apps — including routing, styling, and App Configuration settings.
- [Solution Details Interface](https://docs.mapsindoors.com/cms/interface/solution-details-interface.md): Solution Details is where you manage the building blocks that sit above individual locations — your Location Types, Categories, Buildings, Venues, Solution- and App settings.
- [Solution Settings](https://docs.mapsindoors.com/cms/interface/solution-details-interface/solution-settings.md): Solution Settings contains advanced styling and behavior configuration that applies across your entire solution.
- [App Settings](https://docs.mapsindoors.com/cms/interface/solution-details-interface/app-settings.md): Controls general app behavior, map provider settings, kiosk-related options, styling, and the initial map view shown to users when the app opens.
- [Media Library](https://docs.mapsindoors.com/cms/interface/media-library.md): The Media Library is where you upload and manage all the visual assets used across your solution — icons, 2D models, and 3D models.
- [Icons](https://docs.mapsindoors.com/cms/interface/media-library/icons.md): Small markers that represent locations on the map, always displayed at a fixed size regardless of zoom level.
- [2D Models](https://docs.mapsindoors.com/cms/interface/media-library/2d-models.md): Images placed onto the map surface that scale with zoom, ideal for logos, floor markings, and branded graphics.
- [3D Models](https://docs.mapsindoors.com/cms/interface/media-library/3d-models.md): Three-dimensional objects placed on the map to represent real-world furniture, fixtures, and installations.
- [Settings Interface](https://docs.mapsindoors.com/cms/interface/settings-interface.md): Manage users, audit logs, and account-level settings for your MapsIndoors solution.


---

# 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/cms/interface.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.
