# Frequently Asked Questions (FAQs)

<details>

<summary>How is Maps different from other map services?</summary>

All it takes to share a map with citizens is to log in, upload a list of locations, and click publish. Say goodbye to lenghty AORs or lock-in to external vendors.&#x20;

Maps also uses OneMap APIs for the most accurate map information.

</details>

<details>

<summary>I cannot seem to upload my csv file. I was prompted a [3].postal_code.</summary>

Some location points might be missing a postal code or latitude and longitude coordinates.

Please note that each location point requires at least a postal code or a set of latitude and longitude coordinates. The street name is insufficient.&#x20;

</details>

<details>

<summary>Why are some of my markers showing as invalid or failing to process? </summary>

The postal code or latitude and longitude coordinates provided may be incorrect.&#x20;

Please note that Google Sheets or Microsoft Excel might automatically remove leading zeros from postal codes. Before uploading your file to Maps, ensure all postal codes contain the correct six digits, or Maps may not be able to pick up your data, resulting in missing location points.&#x20;

</details>

<details>

<summary>I would love to use Maps, but there it seems like there are some features that Maps do not offer.</summary>

Contact us at <team@maps.gov.sg> and we would be happy to see how we can support you!&#x20;

</details>


---

# 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://guide.maps.gov.sg/resources/frequently-asked-questions-faqs.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.
