# Points, Lines, Polygons

### Locations, Lines, & Polygons (Adding Individually)

To add individual geographic features one-by-one, make sure you first create them in the appropriate section of the WP Admin (under Locations, Lines, or Polygons). Then, when you click these dropdowns, you can select specific posts or type their titles to find them and add them.

If you've created a 3D Location, please make sure to turn on the **Load 3D Model Libraries** button if you are adding one to this map.

### Add By Category

If you have assigned shapes to categories, you can add them en masse to a map using that category. These will update automatically as new features get added to those categories.

### Add Custom Posts <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

If you've added the [Mapster Map ACF Field](/developer/mapster-map-acf-field.md) to any other post types in your installation, you can add those individual posts here!&#x20;

### Add Custom Categories <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

If you've added the [Mapster Map ACF Field](/developer/mapster-map-acf-field.md) to any other post types in your installation, you can add posts by choosing categories across any taxonomy on your Wordpress site, instead of adding posts one-by-one.


---

# 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://wpmaps-docs.mapster.me/maps/points-lines-polygons.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.
