> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/beautiful-maps-mapbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/beautiful-maps-mapbox/drawing-mode/saving-drawings.md).

# Saving drawings

Any drawings you add to a Mapbox Map will be available via the below exposed states on the Mapbox Map element:

* GeoJSON - Polygon
* GeoJSON - Line
* GeoJSON - Point

You can then save the GeoJSON down to your database:

<figure><img src="/files/ccy2QmsChKf8LyOWHqX0" alt=""><figcaption></figcaption></figure>

Please note that in teh ab

You will end up with something like this in your database:

<figure><img src="/files/QVTPR0dXh9KHqZpysmA6" alt=""><figcaption></figcaption></figure>

### Demo app

You can view an example of how to save drawings (GeoJSON) in the '**Save Drawings**' section of the demo app below:

{% embed url="<https://beautiful-maps-mapbox.bubbleapps.io/>" %}
