# For data owners

- [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/for-data-owners.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.
