> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/help/llms.txt)

# Add a map

Get up and running with your first map in a few minutes.

The next step in this developer journey is to install the map rendering library or SDK for your platform and render the default map style. Our **Get Started** guides include step-by-step instructions for installing Mapbox map rendering on web, iOS, and Android. Each guide includes "Hello, world!" example code to get a map up and running using the versatile Mapbox Standard Style, centered on a location of your choice.

Follow along with the Get Started guide for your platform to get an interactive Mapbox map loaded into your app.

> **Related content (guide): [Get started with Mapbox in a web app](https://docs.mapbox.com/mapbox-gl-js/guides/install/)**
> 
> Import Mapbox GL JS into your web app, add your access token and add a map.

> **Related content (guide): [Get started with Mapbox on iOS](https://docs.mapbox.com/ios/maps/guides/install/)**
> 
> Install the Maps SDK for iOS, configure credentials, and add a map.

> **Related content (guide): [Get started with Mapbox on Android](https://docs.mapbox.com/android/maps/guides/install/)**
> 
> Install the Maps SDK for Android, configure credentials, and add a map. map.

Once you have an interactive map up and running, go to [Add data](https://docs.mapbox.com/help/getting-started/map-developer-journey/data-guide/).