> For the complete documentation index, see [llms.txt](https://identity.govstack.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://identity.govstack.global/id-23q4.1/10-other-resources.md).

# 10 Other Resources

The results presented here benefit from publicly available sources that are referenced here. This report is recommending the use of open standards throughout any implementation. Here below are some of those standards which have been reviewed to prepare that specification:

For this purpose, the team is suggesting the following already available and recognized open standard providers:

* Federation protocol: [Open ID Connect](https://openid.net/specs/openid-connect-federation-1_0.html).
* Image format for biometric data: [ISO-19794](https://www.iso.org/standard/50867.html).
* Verifiable credentials (to be covered in the next iteration of this document in more detail): World Wide Web Consortium ([W3C](https://www.w3.org/TR/2022/REC-vc-data-model-20220303/)).
* [ISO/IEC 24760](https://www.iso.org/standard/77582.html)
* Modular Open Source Identity Platform ([MOSIP](https://github.com/mosip)), which also includes information about their [APIs MOSIP](https://docs.mosip.io/platform/apis).
* Open Standard Identity APIs for interoperability within Identity System: [OSIA](https://osia.readthedocs.io/en/latest/01%20-%20intro.html#problem-statement-lack-of-interoperability-in-identity-systems).

## 10.1 Key Decision Log

[A historical log of key decisions regarding this Building Block](https://govstack-global.atlassian.net/l/cp/9vBor6Na).

## 10.2 Future Considerations

[A list of topics that may be relevant to future versions of this Building Block](https://govstack-global.atlassian.net/l/cp/u2KUXTaV).


---

# 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://identity.govstack.global/id-23q4.1/10-other-resources.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.
