> For the complete documentation index, see [llms.txt](https://wpmaps-docs.mapster.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpmaps-docs.mapster.me/maps/controls/basic-controls.md).

# Basic Controls

### Zoom Control

Adds a +/- button, along with a small compass that allows users to quickly revert to north if they've rotated the map.

### Scale Control

Adds a [translucent scale](https://docs.mapbox.com/mapbox-gl-js/example/navigation-scale/) onto the map.

### Fullscreen Control

Add a button that allows users to make the map cover the entire screen.

### Attribution Control

Move around the required attribution text for your styles.

### Logo

Modify the position of the logo included with Mapbox or Maplibre.

### Map Type Control <sup><sub>*<mark style="color:blue;">\[Google Maps]</mark>*<sub></sup>

Allow users to switch between satellite, street, and other map types.

### Street View Control <sup><sub>*<mark style="color:blue;">\[Google Maps]</mark>*<sub></sup>

Allow users to access Street View.


---

# 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://wpmaps-docs.mapster.me/maps/controls/basic-controls.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.
