# Integrations with sgID

- [TypeScript / JavaScript](https://docs.id.gov.sg/integrations-with-sgid/typescript-javascript.md): Integrating with TypeScript and JavaScript Node.js applications
- [Framework Guides](https://docs.id.gov.sg/integrations-with-sgid/typescript-javascript/framework-guides.md)
- [Express (with Single-Page App frontend)](https://docs.id.gov.sg/integrations-with-sgid/typescript-javascript/framework-guides/express-with-single-page-app-frontend.md): Integrating an Express server with sgID
- [Next.js (client-side rendering)](https://docs.id.gov.sg/integrations-with-sgid/typescript-javascript/framework-guides/next.js-client-side-rendering.md)
- [Next.js (server-side rendering)](https://docs.id.gov.sg/integrations-with-sgid/typescript-javascript/framework-guides/next.js-server-side-rendering.md)
- [API Reference](https://docs.id.gov.sg/integrations-with-sgid/typescript-javascript/api-reference.md)
- [Python](https://docs.id.gov.sg/integrations-with-sgid/python.md): Integrating with sgID in a Python application
- [Framework Guides](https://docs.id.gov.sg/integrations-with-sgid/python/framework-guides.md)
- [Flask (with Single-Page App frontend)](https://docs.id.gov.sg/integrations-with-sgid/python/framework-guides/flask-with-single-page-app-frontend.md): Integrating a Flask server with sgID
- [API Reference](https://docs.id.gov.sg/integrations-with-sgid/python/api-reference.md)
- [Custom Integration](https://docs.id.gov.sg/integrations-with-sgid/custom-integration.md)
- [API Documentation](https://docs.id.gov.sg/integrations-with-sgid/api-documentation.md): A list of API endpoints supported by sgID.
- [Troubleshooting](https://docs.id.gov.sg/integrations-with-sgid/troubleshooting.md): Some common issues your might face during integration


---

# 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://docs.id.gov.sg/integrations-with-sgid.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.
