# Welcome

## Welcome to the CredIssuer Documentation

This documentation provides detailed guides and instructions for both **issuance** and **verification** of verifiable credentials on the **CredIssuer** platform. Whether you are looking to issue new credentials or verify existing ones, these docs will walk you through the necessary steps to seamlessly integrate our SDKs into your system.

### About CredIssuer

**CredIssuer** is a platform designed to build an ecosystem of trust by issuing and verifying **verifiable credentials**. The platform is built to address challenges such as document tampering, lack of trust in issued documents, and inefficient verification processes. With **CredIssuer**, you can issue credentials that are:

* **Tamper-proof**: Verifiable and secure credentials.
* **Interoperable**: Works with multiple standards for credential issuance and verification.
* **Easy to verify**: Quick and reliable verification process.

#### Key Features:

* **Issue Verifiable Credentials**: Use our **Python SDK** to issue credentials directly from your application.
* **Verify Credentials**: Leverage our **Verify SDK** to authenticate and verify credentials issued on the platform.

### What’s Included in this Documentation?

* [**Issuance SDK Documentation**](https://github.com/ooru-digital/issuer_python_sdk): Learn how to use our Python SDK for issuing verifiable credentials.
* [**Verification SDK Documentation**](https://github.com/ooru-digital/verify-sdk-js): Understand how to integrate verification functionalities using our Verify SDK.

Each section includes:

* Step-by-step setup instructions.
* Sample code to help you get started quickly.
* Links to relevant repositories and resources.

#### Get Started

Whether you are looking to build a new issuance service or integrate verification into your app, everything you need is provided in this documentation.

Explore the guides, clone the repositories, and start building with **CredIssuer**!


---

# 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.credissuer.com/readme.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.
