> For the complete documentation index, see [llms.txt](https://guide.distribute.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.distribute.gov.sg/organisers/login-to-admin-portal.md).

# Login to admin portal

## How do I login to the admin portal?

DistributeSG Admin can be accessed via <https://admin.distribute.gov.sg>.

{% hint style="warning" %}
If you are creating a test campaign, please log in to our staging portal at [https://admin-staging.distribute.gov.sg](https://admin-staging.distribute.gov.sg/login) instead.\
\
Note that before you are able to join a campaign created on staging, you will need to [enter test mode](https://guide.distribute.gov.sg/distributors/login-to-the-app-and-join-your-campaign#how-do-i-enter-exit-test-mode) on the DistributeSG mobile app.
{% endhint %}

<details>

<summary>Step-by-step guide</summary>

1. Enter your gov.sg email to request for a One-Time-Password (OTP)
2. Enter the OTP into the DistributeSG admin portal to login

</details>

{% embed url="<https://app.arcade.software/share/IbBQC6pwkLHAUIiwY6aO>" fullWidth="false" %}


---

# 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.distribute.gov.sg/organisers/login-to-admin-portal.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.
