# MapHubs Help

## MapHubs Help

- [Introduction](https://help.maphubs.com/master.md): Welcome to the MapHubs Help Knowledge Base!
- [Signup for a MapHubs Account](https://help.maphubs.com/getting-started/signup-for-a-maphubs-account.md)
- [MapHubs Groups](https://help.maphubs.com/getting-started/groups.md)
- [Searching MapHubs](https://help.maphubs.com/getting-started/searching-maphubs.md)
- [MapHubs Terminology](https://help.maphubs.com/getting-started/maphubs-terminology.md)
- [Troubleshooting Common Issues](https://help.maphubs.com/getting-started/troubleshooting-common-issues.md)
- [Make a Map](https://help.maphubs.com/maps/make-a-map.md)
- [Sharing Maps](https://help.maphubs.com/maps/sharing-maps.md)
- [Export a Map as an Image](https://help.maphubs.com/maps/export-a-map-as-an-image.md)
- [Change the Layer Color](https://help.maphubs.com/maps/change-the-layer-color.md)
- [Copying Maps](https://help.maphubs.com/maps/copying-maps.md): Save a copy of a MapHubs Map
- [Forest Report](https://help.maphubs.com/forest-analytics/forest-report.md): MapHubs Forest Monitoring Analytics
- [Uploading Data](https://help.maphubs.com/data/uploading-data.md)
- [Attach Photos to Map Features](https://help.maphubs.com/data/attach-photos-to-map-features.md)
- [Creating Data](https://help.maphubs.com/data/creating-data.md): Create new data in MapHubs by drawing on top of the map
- [Layer Metadata](https://help.maphubs.com/data/layer-metadata.md)
- [Raster Tile Layers](https://help.maphubs.com/data/raster-tile-layers.md): How to create a MapHubs layer using a raster tile service
- [Custom Layer Legends](https://help.maphubs.com/advanced/custom-layer-legends.md)
- [Data-Driven Map Styles](https://help.maphubs.com/advanced/data-driven-map-styles.md)
- [Editing Map Style Code (Advanced)](https://help.maphubs.com/advanced/editing-map-style-code-advanced.md)
- [Map Dropdown Menus](https://help.maphubs.com/advanced/map-dropdown-menus.md): Configure a map with drop down menus
- [Earth Engine Layers](https://help.maphubs.com/advanced/earth-engine-layers.md)
- [Changing Polygon Fill Patterns](https://help.maphubs.com/advanced/changing-polygon-fill-patterns.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.maphubs.com/master.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.
