# How to request an API key

1\. Visit [data.gov.sg](http://data.gov.sg/)

2\. Click on the login modal \[at the top right hand corner of the page]

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

3. Log into the site using your email

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

4. If you are a **new user**

   * Click on the Sign Up button

   <div align="right" data-full-width="false"><figure><img src="/files/DdnHVRWnFkzXmKtpyk3V" alt=""><figcaption></figcaption></figure></div>

   * Fill up the user form, and use your organisations' email address where possible

   <figure><img src="/files/5caKPWqEtb1mVaXKThJu" alt=""><figcaption></figcaption></figure>

5\. Input your email address to receive an OTP

6\. Click on Create API Key

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

7\.  Request either **Developer** or **Production** API keys based on your needs:

* **Developer keys:** ideal for testing and staging environments, with lower rate limits.
* **Production keys:** intended for operational use cases, offering higher rate limits and more targeted support.

When submitting your request, please provide detailed information about your intended use to help us tailor support to your needs.

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

9. Once you have filled all the information, Click "Create" and your API key will be generated. A pop-up will show your new API key. **Copy or Download and store it securely - you won't be able to view it again.**

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


---

# 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/developer-guide/api-overview/how-to-request-an-api-key.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.
