> For the complete documentation index, see [llms.txt](https://docs.mapeo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mapeo.app/complete-reference-guide/customization-options/custom-base-maps/creating-custom-maps.md).

# Creating custom background maps

We are currently working on a new user interface to simplify the process of generating and adding custom background maps to Mapeo. This page covers the generation of custom map files for both for the current (non-experimental) map server AND for the new experimental Background maps feature in Mapeo Mobile.

## **Current (non-experimental) workflow**

For creating custom background maps that work with the current (non-experimental) map server, you can view documentation of the existing process [**here**](https://digidem.notion.site/Preparing-and-Adding-Custom-Basemaps-to-Mapeo-b4f13019f0b842ce9315c6097f08ce36).

* For instructions on how to add these maps to Mapeo, see:\
  [Adding custom background maps to Mapeo Mobile](/complete-reference-guide/mapeo-mobile-installation-setup/adding-custom-base-maps-to-mapeo-mobile.md)\
  [Adding custom background maps to Mapeo Desktop](/complete-reference-guide/mapeo-desktop-installation-setup/adding-custom-base-maps-to-mapeo-desktop.md)<br>

## **New experimental Background Maps feature**

For generating map files in `.mbtiles` format to test out the new experimental Mapeo Mobile **Background Maps** feature, see [**here**](/complete-reference-guide/customization-options/custom-base-maps/creating-custom-maps/creating-mbtiles.md).&#x20;

* For instructions on how to add these maps to Mapeo, see: [Background Maps](/complete-reference-guide/mapeo-mobile-installation-setup/experiments-turning-on-experimental-features/background-maps.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mapeo.app/complete-reference-guide/customization-options/custom-base-maps/creating-custom-maps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
