> 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/1.1/system-administration/developer-mode.md).

# Developer Mode

## Introduction

OpenG2P platform allows program administrators to configure low-level changes in developer mode by adding additional menu items. The table below shows the list of menu items available only in developer mode.

<table data-header-hidden><thead><tr><th width="232"></th><th></th></tr></thead><tbody><tr><td><strong>Menu Item</strong></td><td><strong>Configured Functionality</strong> </td></tr><tr><td>Settings-> User and Companies -> Groups</td><td>Create a custom group and add the users to this group</td></tr><tr><td>Settings-> Technical -> Fields</td><td>Used to configure compute fields from other fields using a formula; these computed fields are used in the Proxy Means Test</td></tr><tr><td>Settings-> User and Companies -> OAuth Providers</td><td>Setup OAuth2.0 and OIDC-based login providers such as e-Signet</td></tr><tr><td>Apps-> App Store</td><td>Used to discover new apps</td></tr><tr><td>Apps-> Updates</td><td>Shows the status of app updates </td></tr><tr><td>Apps-> Update apps list</td><td>Used to view the list of apps that need updates</td></tr><tr><td>Apps-> Apply Scheduled Upgrades </td><td>Used to configure scheduled updates to the installed apps</td></tr><tr><td>Settings-> Translations-> Language</td><td>Shows a page for all the languages that are supported by the platform</td></tr><tr><td>Settings-> Translations-> Import\ Export-> Import Translation</td><td>Used to import a translation file in .csv, .po, and .pot format</td></tr><tr><td>Settings-> Translations-> Import\ Export-> Export Translation</td><td>Used to export  translation file in .po, .csv, or .tgz file for the selected app</td></tr><tr><td>Settings-> Translations-> Application Terms-> Translated Terms </td><td>Used to view the list of translated terms in the languages that are currently active on the platform</td></tr><tr><td>Settings-> Translations-> Application Terms-> Generate Missing Terms</td><td>Used to generate a .po, .pot, or .csv file with all the terms with missing translation</td></tr><tr><td>Settings-> General Settings-> Languages-> Manage Languages </td><td>Used to manage all the languages that are supported by the platform </td></tr><tr><td> Settings-> General Settings-> Companies->Document Layout->Layout</td><td>Used to select the layout for document</td></tr><tr><td>Settings-> General Settings-> Permissions-> Import-Export and Show Effects </td><td>Used to import data from CSV/XLS/XLSX/ODS files</td></tr><tr><td>Settings-> General Settings-> Performances </td><td>Used to enable profiling tool till a user-specified date </td></tr><tr><td>Settings-> Website-> Domain-> Country Group </td><td>Once the selection of available websites by domain is done, user can filter by country group</td></tr><tr><td>Websites-> Configuration-> Websites</td><td>Used to create/update websites</td></tr><tr><td>Websites-> Configuration-> Redirects</td><td>It creates and configures a rewrite message which is displayed according to the actions.</td></tr><tr><td>Websites-> Configuration-> Menus</td><td>It helps to create a new website menu and configure the forms to be displayed under the parent menu or child menu. </td></tr><tr><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/1.1/system-administration/developer-mode.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.
