# Submission Admin

After the [Submission Interface](/pro-sections/user-submission/submission-interface.md) options, there are a number of Administrative options you can select from to be applied during the submission process.

If you only want users to be able to submit points that fall inside a specific area, select a Polygon you've created in the Polygon section of the plugin for the **Allowed Area** option. Users will be presented with an error message if their selection falls outside of this area.

You can select either a single **Template Post** for user submissions, or multiple template posts. This will allow you to preset certain styles -- whether that's marker colors, icons, circle radius, etc -- for user submitted points, based on a generic "template" Location that you have created in the plugin.&#x20;

If you want to have different Template Posts for different categories that the user can select, check the **Multiple Templates** box to on and then select templates *in the same order as the categories* that you set above. These must have the same number of templates and in the same order to function correctly!

**Notify Users** will allow you to select site users who will receive an email whenever a user submits a point.

**Permissions** enable you to select whether anyone can submit and/or edit a point, only logged in users, or only logged in users with administrator permissions.

**Publish Immediately** allows you to set whether or not posts should be set to Draft when created (and thereby not shown immediately on any associated map), or should be made fully published right away and appear on the maps associated with the category a user selects.

{% embed url="<https://www.youtube.com/watch?v=rU_y6v0Hq4g>" %}


---

# 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/pro-sections/user-submission/submission-admin.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.
