# Custom CSS

You can supply your own custom CSS to a map, allowing you to style it to your exact needs. To get started, click into a map page from the dashboard, then go to **Settings > Stylesheet**.

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

Enter your CSS in the editor and click **Save** when finished. You should see the new styling applied the next time the map is loaded.


---

# 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.boldmapper.com/map-customization/custom-css.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.
