> 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.3/spar/development/repositories.md).

# 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
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.3/spar/development/repositories.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.
