# Built-In Map Edits

This extension allows your customers to make real-time updates to their indoor maps without leaving your application or requiring external assistance.

You maintain complete control over the implementation, including user interface design, permission structures, and functionality. The SDK provides the core mapping and editing capabilities, while you determine how these features appear and function within your product ecosystem.

<figure><img src="/files/PQxIPeyKFbhkWKG2aITZ" alt=""><figcaption><p>Implementation example</p></figcaption></figure>

This flexibility enables you to offer a seamless, fully integrated mapping experience that feels like a natural extension of your platform rather than a third-party tool. Your customers can easily manage common mapping tasks—such as renaming spaces, repositioning assets, changing location types, or adding new points of interest—all within your familiar interface.

<figure><img src="/files/afvQt4LPLfjRZTb8TnGJ" alt=""><figcaption><p>Implementation example</p></figcaption></figure>

The following documentation will guide you through implementing Built-in Map Edits in your application, from initial setup to advanced customization options. Whether you're building workplace management software, event planning tools, or any platform that benefits from interactive indoor maps, Built-in Map Edits provides the foundation for creating a powerful, user-managed mapping experience.


---

# 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/sdks-and-frameworks/built-in-map-edits.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.
