# Architecture

Yoma is 100% open-source, and you're able to start contributing today if you wish. Below is a high-level, less technical diagram of the Yoma technology stack. It explains in laymens terms the overview of the various components that form Yoma, and below you'll find a table with links to the source code.

<figure><img src="/files/WdlAKgcek3bIDMK5lQy0" alt=""><figcaption></figcaption></figure>

| Component  | Technology    | Link                                                        |
| ---------- | ------------- | ----------------------------------------------------------- |
| Database   | MS SQL        | n/a                                                         |
| IAM        | Keycloak      | n/a                                                         |
| SSI Stack  | CloudAPI      | [Github](https://github.com/didx-xyz/aries-cloudapi-python) |
| Yoma API   | C#            | [Github](https://github.com/didx-xyz/yoma)                  |
| Yoma.world | Next.js       | [Github](https://github.com/didx-xyz/yoma)                  |
| Goodwall   | iOS & Android | [Website](https://www.goodwall.io)                          |
| Youth Hub  | Mobile app    | [Website](https://youthhub.org/)                            |
| SAYouth    | Android app   | [Website](https://sayouth.mobi/)                            |

To begin contributing, you can find the table of tasks and product spec [here](https://github.com/orgs/didx-xyz/projects/13). This outlines the scope of the project, and defines features and requirements.


---

# 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.yoma.world/technology/architecture.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.
