> For the complete documentation index, see [llms.txt](https://guide.data.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.data.gov.sg/user-guide/for-data-owners/how-to-publish-data.md).

# How to publish data

{% hint style="info" %}
Note that only government (.gov.sg) users and whitelisted educational institutions (.edu.sg) are able to access the Admin features at this time
{% endhint %}

{% hint style="danger" %}
When uploading the dataset, do ensure that the file is uploaded with the correct encoding. \
\
To find out more, kindly refer to this guide:[ https://support.meistertask.com/hc/en-us/articles/4406395262354-How-Do-I-Encode-My-CSV-File-Using-the-UTF-8-Format](< https://support.meistertask.com/hc/en-us/articles/4406395262354-How-Do-I-Encode-My-CSV-File-Using-the-UTF-8-Format>)
{% endhint %}

1. Upon logging into the admin panel, click the `Upload Dataset` button on the top right.

<figure><img src="/files/Mx6HpC9EvZx5n64U7bLx" alt=""><figcaption></figcaption></figure>

2. Update the dataset name and description at the top of the newly created dataset, select the appropriate dataset topic so members of public can easily discover your dataset.

<figure><img src="/files/JGKkEgyo3jHpHCQcqg36" alt=""><figcaption></figcaption></figure>

3. Add a contact person for the dataset - we recommend using a system or support email in case of personnel changes.

<figure><img src="/files/jPrKffvZVlG7e67dGd69" alt=""><figcaption></figcaption></figure>

4. Add a dataset and update the metadata.

<figure><img src="/files/TcGsmza9tV4N5pqh3x9s" alt=""><figcaption></figcaption></figure>

5. Start the Validation process - do note that this might take some time.&#x20;

<figure><img src="/files/8C8I7ZeW3vUC0zI6VaJM" alt=""><figcaption></figcaption></figure>

Once validation is successful, you will see something like this, and you can choose to set the dataset coverage period.

<figure><img src="/files/TzDDl9LZcWTAg4HbMJy8" alt=""><figcaption></figcaption></figure>

If validation fails, you will see something like this and will need to fix the issues in your dataset in accordance to the SGDRM data format.

<figure><img src="/files/k2G9IqPr9cx2O10DHidP" alt=""><figcaption></figcaption></figure>

You can upload your data and do other things while it uploads. You'll get an email when it's done, telling you if it fails or not.

<figure><img src="/files/2HYmw4uYwSI3Z8uUWLae" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GnrPit5XUiYMB13yuxoP" alt=""><figcaption></figcaption></figure>

6. Once this is completed, you can publish the dataset at the top right of the page.

<figure><img src="/files/vN8EZBXUrKCk2bPVihl0" alt=""><figcaption></figcaption></figure>

For further queries feel free to reach out to us: [Contact the Data.gov.sg team](https://form.gov.sg/6449e5c3664c1b001249acf1)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.data.gov.sg/user-guide/for-data-owners/how-to-publish-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
