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

# Updates & Releases

## Q3 2022 Jul-Sep

* Released new feature: Link History
  * Users can now track all changes to the shortlink since creation, which includes changes to original link URL, the link status, the link tags & the link owners.
  * Added emails from @pca.sg, @whc.com.sg & @scri.cris.sg to the list of whitelisted email domains for ForSG

## Q4 2022 Oct-Dec

* Released new feature: Link Tagging
  * Users can now note down details about their shortlinks & make it easy to locate related shortlinks that have the same tag.
* Released new feature: External APIs
  * Users can now generate & utilise ForSG APIs to get/create/update shortlinks.
* Added emails from @singhealth.com.sg to the list of whitelisted email domains for ForSG
* Released new feature: Bulk Link Creation
  * Users can now create up to 1000 shortlinks at once with the upload of a single .csv file.

## Q1 2023 Jan-Mar

* Updated our existing File Sharing feature:&#x20;
  * Increased file size limit per shortlink to 20mb

## Q2 2023 Apr-Jun

* Updated our existing File Sharing feature:
  * Added 'zip' files to the list of accepted file types
  * Disabled uploading of password-protected files

#### For more information, please refer to our GitHub [here](https://github.com/opengovsg/GoGovSG/blob/develop/CHANGELOG.md).


---

# 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.for.sg/updates-and-releases.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.
