> For the complete documentation index, see [llms.txt](https://rc.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rc.sunbird.org/v0.0.14/learn/verifiable-credentials/what-issues-will-verifiable-credentials-address.md).

# What issues will Verifiable Credentials address?

Traditional verification processes, especially those reliant on physical documents and in-person checks, have several inherent problems and limitations, including

* Complex and time consuming
* Lengthy and cumbersome manual document verification
* Fake Certificates leading to data misuse, record manipulation, fraud, scams, identity theft, and other criminal activities.
* Lack of transparency
* Lack of integrated mechanism for verifiability and security

To resolve the aforementioned challenges, Verifiable Credentials play a crucial role and offer several benefits:

* Verifiable Credentials help in automation, reducing time, effort, and cost. The information that a physical credential contains can also be represented by a verifiable credential.
* Verifiable credentials are more tamper-evident and reliable than physical credentials.
* They can be issued quickly and can be instantly presented to the organizations for the verification.
* Verifiable Credentials are private, and users can always choose what attributes of their identity they want to disclose.
* These can be verified everywhere, anytime instantly.

These benefits contribute to a more efficient and secure verification process, alleviating the issues associated with traditional methods.


---

# 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://rc.sunbird.org/v0.0.14/learn/verifiable-credentials/what-issues-will-verifiable-credentials-address.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.
