# Repositories

|                                                                                             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [openg2p-spar-mapper-api](https://github.com/OpenG2P/openg2p-spar-mapper-api)               | <p>This repo provides the source code for the SPAR Mapper (ID Account Mapper).</p><p>It's a FastAPI based micro service.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| [openg2p-spar-self-service](https://github.com/OpenG2P/openg2p-spar-self-service)           | <p>This repo provides the source code for the SPAR Self Service. This repo has 3 folders<br><br><mark style="color:blue;">openg2p-spar-self-service-api</mark> - FastAPI based micro service for self service<br><br><mark style="color:blue;">openg2p-mapper-interface-lib</mark> - Interface definitions for the self service to invoke the spar-mapper APIs</p><p><br><mark style="color:blue;">openg2p-g2pconnect-mapper-connector-lib</mark> - Library that implements the mapper interface. This library invokes the REST APIs of openg2p-spar-mapper-api.</p> |
| [openg2p-spar-self-service-ui](https://github.com/OpenG2P/openg2p-spar-self-service-ui)     | <p>This repo provides the source code for the UI part of PAR Self Service. The UI invokes REST APIs of <mark style="color:blue;">openg2p-spar-self-service-api</mark><br><br>The UI uses the ReactJS framework.</p>                                                                                                                                                                                                                                                                                                                                                  |
| [openg2p-spar-mapper-test](https://github.com/OpenG2P/openg2p-spar-mapper-test)             | Functional and load test artefacts (Postman test scripts and execution plans) for ID-Account-Mapper.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| [openg2p-spar-self-service-test](https://github.com/OpenG2P/openg2p-spar-self-service-test) | Functional and load test artefacts (Postman test scripts and execution plans) for Self-Service API                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| [openg2p-spar-deployment](https://github.com/OpenG2P/openg2p-spar-deployment)               | Helm charts and deployment scripts for SPAR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |

You can find the **SPAR test plans** (functional and load testing) in this [Google Drive Folder.](https://drive.google.com/drive/folders/1SzlkpSnl2E1y9hLOpH_CeZkVvE9F8qt1)


---

# 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.openg2p.org/products/spar/development/repositories.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.
