# Utilizing MapsIndoors Web Components and Other Searches

MapsIndoors web components are intended to take advantage of pre-designed and already integrated HTML elements which will greatly reduce the complexity of your user-interface design and help minimize the amount of MapsIndoors specific SDK implementation code you'll need to write.

{% embed url="<https://www.npmjs.com/package/@mapsindoors/components>" %}

<figure><img src="/files/qn7jQQqiQ7ncnG0wUg0F" alt=""><figcaption><p><a href="https://components.mapsindoors.com/">https://components.mapsindoors.com/</a></p></figcaption></figure>

<div><figure><img src="/files/h0sYpZHIHmaFqkfWawQG" alt=""><figcaption><p><a href="https://components.mapsindoors.com/search/">https://components.mapsindoors.com/search/</a></p></figcaption></figure> <figure><img src="/files/f79KYOnmjTpyxfJvxyQe" alt=""><figcaption><p><a href="https://components.mapsindoors.com/map-mapbox/">https://components.mapsindoors.com/map-mapbox/</a></p></figcaption></figure></div>

While the MapsIndoors components will not cover every full user experience, it will allow you to implement MapsIndoors more efficiently.

To learn more about each component, please see the component specific documentation at

<https://components.mapsindoors.com>


---

# 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/web/search/utilizing-mapsindoors-web-components-and-other-searches.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.
