# USER GUIDE

- [Content quality guidelines](https://guide.data.gov.sg/user-guide/content-quality-guidelines.md)
- [Data types](https://guide.data.gov.sg/user-guide/content-quality-guidelines/data-types.md)
- [Data principles](https://guide.data.gov.sg/user-guide/content-quality-guidelines/data-principles.md)
- [For data consumers](https://guide.data.gov.sg/user-guide/for-data-consumers.md): Click on the nestled pages if you are an officer looking to access data.gov Classified.
- [How to search for data](https://guide.data.gov.sg/user-guide/for-data-consumers/how-to-search-for-data.md): There are different ways of searching for datasets on data.gov.sg. Click on the purple circle to follow through the mini demos to find out a few ways to explore open data on the site.
- [How to raise a data request](https://guide.data.gov.sg/user-guide/for-data-consumers/how-to-raise-a-data-request.md)
- [How to embed the dataset explorer on your site](https://guide.data.gov.sg/user-guide/for-data-consumers/how-to-embed-the-dataset-explorer-on-your-site.md)
- [How to search for real-time APIs](https://guide.data.gov.sg/user-guide/for-data-consumers/how-to-search-for-real-time-apis.md): Click the purple circular button to follow through the demo below.
- [For data owners](https://guide.data.gov.sg/user-guide/for-data-owners.md)
- [Getting started: Onboarding](https://guide.data.gov.sg/user-guide/for-data-owners/getting-started-onboarding.md): This guide answers common questions from agencies who wish to onboard to data.gov.sg (DGS)
- [How to register as an admin](https://guide.data.gov.sg/user-guide/for-data-owners/how-to-register-as-an-admin.md)
- [How to login](https://guide.data.gov.sg/user-guide/for-data-owners/how-to-login.md): Data Owners are granted access to the admin portal of data.gov. Here you will be able to view all publihsed datasets, organise them into collections and generate API keys.
- [How to publish data](https://guide.data.gov.sg/user-guide/for-data-owners/how-to-publish-data.md)
- [Making datasets easy to find](https://guide.data.gov.sg/user-guide/for-data-owners/making-datasets-easy-to-find.md): A practical guide for dataset administrators to improve the discoverability of published datasets
- [How to unpublish and/or delete datasets](https://guide.data.gov.sg/user-guide/for-data-owners/how-to-unpublish-and-or-delete-datasets.md): Admins have the ability to remove published datasets on the site via unpublishing or deleting the dataset. Unpublishing and deleting a dataset on a site serve different purposes, listed below.
- [How to edit datasets](https://guide.data.gov.sg/user-guide/for-data-owners/how-to-edit-datasets.md)
- [How to generate API keys](https://guide.data.gov.sg/user-guide/for-data-owners/how-to-generate-api-keys.md)
- [Write APIs](https://guide.data.gov.sg/user-guide/for-data-owners/write-apis.md)


---

# 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.data.gov.sg/user-guide.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.
