> 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.2/developer-zone/repositories/openg2p-registry/g2p-registry-additional-info.md).

# G2P Registry: Additional Info

### Module name

g2p\_registry\_addl\_info

### Module title

G2P Registry: Additional Info

### Technology base

Odoo

### Functionality

* **Enhanced Fields:**
  * Introduces additional fields for capturing diverse information about registrants.
  * Enables a more detailed and customized approach to data collection.
* **Seamless Integration:**
  * Integrates seamlessly with the "g2p\_registry\_individual" and "g2p\_registry\_group" modules.
  * Allows users to access and manage additional information for both individuals and groups.
* **Web Assets:**
  * Incorporates custom web assets for an enriched user interface.
  * Utilizes JavaScript and XML files located in "/g2p\_registry\_addl\_info/static/src/js/" and "/g2p\_registry\_addl\_info/static/src/xml/" respectively.

### Design notes

* NA

### Relationships with other entities

**Dependencies**

* Module dependencies
  * g2p\_json\_fields
  * g2p\_registry\_base
  * g2p\_registry\_individual
  * g2p\_registry\_group

### User interface

* NA

### Configuration

* No specific configuration steps are required. The module seamlessly integrates with registrant data.

### Source code

<https://github.com/OpenG2P/openg2p-registry/tree/15.0-develop/g2p_registry_addl_info>

### Installation

* Ensure that all required modules are installed.
* Install the "G2P Registry: Additional Info" module from the Odoo Apps interface.


---

# 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:

```
GET https://docs.openg2p.org/1.2/developer-zone/repositories/openg2p-registry/g2p-registry-additional-info.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.
