> For the complete documentation index, see [llms.txt](https://docs.seasketch.org/seasketch-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seasketch.org/seasketch-documentation/administrators-guide/basemaps-maps.md).

# Basemaps (Maps)

In SeaSketch, *Maps* refer to base maps that are authored in MapBox and then imported into SeaSketch. You will need to create a MapBox account, create Mapbox style, publish it and then add the URL to your SeaSketch project. &#x20;

In Data Layers, choose Maps > Add New Map > By URL > and past the link below into the field that says Style Location.&#x20;

mapbox://styles/seasketch/clhao1xum01w901qm2wkd06tc

<figure><img src="/files/HAq2BKRp2chrjEdtjQ9g" alt=""><figcaption><p>Entering a custom MapBox style to use as a "Map". Maps are basemaps that appear underneat any data layers turned on. </p></figcaption></figure>

Select an area of the map to create a thumbnail.&#x20;

<figure><img src="/files/2aH5zPS1d1PeciLrG2kW" alt=""><figcaption><p>Selecting an area of the map to use as a thumbnail. </p></figcaption></figure>

After capturing and saving the thumbnail, the new map will be viewable by all users. They do not require "publishing" as do data layers shown above.&#x20;


---

# 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:

```
GET https://docs.seasketch.org/seasketch-documentation/administrators-guide/basemaps-maps.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.
