> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/platform/portals-and-apps/staff-portal.md).

# Staff Portal

Central gateway to access all internal applications and services required for managing and delivering social benefit programs.

The Staff Portal provides a unified interface to securely access multiple OpenG2P modules and tools, ensuring a seamless and efficient workflow for staff members.

#### Features

* **Centralized Access**: One place for all staff applications
* **Role-Based Visibility**: Applications shown based on user permissions
* **Secure Navigation**: All apps are protected behind authentication
* **Scalable Integration**: Easily add/remove applications dynamically

## Versions

<table><thead><tr><th width="117.578125">Helm Version</th><th width="194.34765625">Image Version</th><th width="119.46875">Published Date</th><th width="352.42578125">Comments</th></tr></thead><tbody><tr><td><a href="https://github.com/OpenG2P/openg2p-staff-portal-ui/tree/v1.1.0">1.1.0</a></td><td>openg2p-staff-portal-ui:1.1.0</td><td>08-May-2026</td><td><ul><li>No change in staff port code. Docker tag bumped up for consistency</li><li>Changes in Helm chart to using 'commons' module of Bitnami - as that's being consistently used across all charts.</li></ul></td></tr><tr><td>1.0.0</td><td>openg2p-staff-portal-ui:1.0.0</td><td>Apr-2026</td><td>Stable Version</td></tr><tr><td></td><td></td><td></td><td></td></tr></tbody></table>


---

# 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://docs.openg2p.org/platform/portals-and-apps/staff-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.
