> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.2.0/~/changes/EDXkAXJ2BnUpKbwo76Y3/readme.md).

# Home

## About MOSIP

The **Modular Open Source Identity Platform** is an open-source, open standards-based foundational identity platform. MOSIP is an API-first platform that can be used by countries to build their own national ID platform. MOSIP offers [ID Lifecycle Management](/1.2.0/~/changes/EDXkAXJ2BnUpKbwo76Y3/id-lifecycle-management.md) features and identity verification capabilities out of the box. Conceived to help build global digital public goods in the space of digital identification and governance, MOSIP is anchored at the International Institute of Information Technology, Bangalore ([IIIT-B](https://www.iiitb.ac.in)). It harnesses the power of open-source technologies and embraces the best practices of scalability, security and privacy. [Learn more >>](https://www.mosip.io)

The key objectives of MOSIP are to:

* Provide the basic framework to create a fully functional foundational identity system
* Provide flexibility for a country to choose and customize the features from the basic framework according to their requirements
* Maintain privacy, security and confidentiality of an individual's data
* Provide a scalable and accessible solution to cater to a wide range of populations (a few thousand to several hundreds of millions.

## Releases

The latest release of MOSIP, version **1.2.0 LTS** is here! Check out the exciting new services and enhancements in the documentation.

To learn more, see our [Releases Notes](/1.2.0/~/changes/EDXkAXJ2BnUpKbwo76Y3/releases.md).

To read through the previous version of the documentation, see the [Older version documentation (1.1.5)](https://docs.mosip.io/1.1.5).

## Resources

* Source Code: [GitHub Repositories](https://github.com/mosip)
* Containers: [Docker Repository](https://hub.docker.com/u/mosipid)
* Maven Repository: [Nexus Repository](https://oss.sonatype.org/service/local/repositories/releases/content/io/mosip/)
* Presentations: [mosip.io](https://www.mosip.io/resources.php)
* Training: [MOSIP Academy](https://academy.mosip.io)
* Learning videos: [YouTube Channel](https://www.youtube.com/channel/UCxvEtyjmc3_KR45BOKMLJLA)
* Community: [MOSIP Community on Discourse](https://community.mosip.io)


---

# 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.mosip.io/1.2.0/~/changes/EDXkAXJ2BnUpKbwo76Y3/readme.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.
