# Docs

This documentation serves as the primary source of information for individuals new to Meeco's Secure Value Exchange (SVX) platform. It explains the fundamental concepts of digital identity networks and highlights the specific role that SVX plays within this ecosystem. This documentation serves as an essential resource for users to grasp the core concepts and functionalities of SVX, empowering them to leverage its capabilities effectively.

## Concepts

Deepen your understanding of digital identity concepts.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Digital Identity</strong></td><td>Defining the core concept of the platform</td><td></td><td><a href="concepts/digital-identity">digital-identity</a></td></tr><tr><td><strong>Secure Storage</strong></td><td>Protect sensitive personal data</td><td></td><td><a href="concepts/secure-data-storage">secure-data-storage</a></td></tr><tr><td><strong>Verifiable Credentials</strong></td><td>Open standard for asserting information about anything</td><td></td><td><a href="concepts/verifiable-credentials">verifiable-credentials</a></td></tr></tbody></table>

## Platform

Embark on your journey and harness the full potential of the platform's capabilities.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Introducing SVX</strong></td><td>Composable platform to manage a data network</td><td></td><td><a href="platform/platform">platform</a></td></tr><tr><td><strong>Vault</strong></td><td>Meeco's secure, end-to-end encrypted, storage implementation</td><td></td><td><a href="platform/vault">vault</a></td></tr><tr><td><strong>Credential Service</strong></td><td>Issue, present and verify credentials</td><td></td><td><a href="platform/credential-service">credential-service</a></td></tr></tbody></table>

## Tools

Build faster with the following tools.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>SVX SDK</strong></td><td>Javascript SDK for faster development</td><td></td><td><a href="tools/meeco-cli">meeco-cli</a></td></tr><tr><td><strong>Meeco Wallet</strong></td><td>Experience the mobile identity wallet in <a href="https://apps.apple.com/app/id1570355469">App Store</a> and <a href="https://play.google.com/store/apps/details?id=me.meeco.wallet">Play Store</a>.</td><td></td><td><a href="guides/wallet-tutorials">wallet-tutorials</a></td></tr><tr><td><strong>Cryppo SDK</strong></td><td>Aiding in encryption and decryption</td><td></td><td><a href="tools/cryppo">cryppo</a></td></tr></tbody></table>

## Environments

SVX is available in both public deployment (hosted in Amsterdam, EU), as well as private deployments (contact us). In the public environment we currently have the following environments setup:

* **sandbox**: allows you to experiment freely in an environment that is always updated to include the latest and the greatest functionalities.
* **pre-production**: mimics the production environment, and allows you to perform regression tests.
* **production**: where the rubber hits the road.


---

# 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.meeco.me/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.
