# PLATFORM TUTORIALS

- [Gataca Studio Overview](https://docs.gataca.io/developers/platform-tutorials/gataca-studio-overview.md): A brief overview of what you can do in Gataca Studio
- [Self-Sovereign Identity](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity.md)
- [Issuance Process](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/issuance-process.md): Overview of integration flows available for client implementation.
- [Issue Credentials](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/issuance-process/issue-credentials.md): With Gataca Studio, you can create, validate, and digitally sign identity credentials according to W3C standards for global interoperability.
- [Test Your Issuance Template](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/issuance-process/issue-credentials/test-your-issuance-template.md): We recommend testing your templates in the sandbox before integrating it with your system.
- [Schemas (JSON Examples)](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/issuance-process/issue-credentials/schemas-json-examples.md): These are verifiable credentials JSON examples.
- [Verify Credentials](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/verify-credentials.md): Gataca Studio enables you to quickly create customizable verification templates for onboarding and sign-in processes while reducing personal data stored in your infrastructure.
- [Test Your Verification Template](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/verify-credentials/test-your-verification-template.md): We recommend testing your templates in the sandbox before integrating it with your system.
- [Create and Register DIDs](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/create-and-register-dids.md): A Decentralized Identifier (DID) is a globally unique identifier that doesn't rely on a centralized registration authority.
- [Manage Credentials Activity](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/manage-credentials-activity.md): View, suspend and revoke issued credentials
- [Manage Users](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/manage-users.md): Review and revoke authenticated users
- [API Keys](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/api-keys.md): An API Key is a unique identifier that allows your applications to access specific issuance and verification templates via the Gataca Studio APIs.
- [Settings](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/settings.md)
- [Studio Roles](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/settings/studio-roles.md): This document describes all the default roles you can select in Gataca Studio.
- [Gataca Vouch](https://docs.gataca.io/developers/platform-tutorials/gataca-vouch.md): Vouch is a Single Sign-On (SSO) cloud service that enables organizations to verify their end users’ identity attributes, with high standards for user privacy and security.
- [App Integration - Age Verification](https://docs.gataca.io/developers/platform-tutorials/gataca-vouch/app-integration-age-verification.md)
- [Getting started with Vouch](https://docs.gataca.io/developers/platform-tutorials/gataca-vouch/getting-started-with-vouch.md)
- [User profile claims by requested scopes](https://docs.gataca.io/developers/platform-tutorials/gataca-vouch/user-profile-claims-by-requested-scopes.md): This page provides information useful to any integrator to know the exact format and information he might retrieve by the user depending on the scopes he consented to.
- [Adding multiple domains in the same configuration](https://docs.gataca.io/developers/platform-tutorials/gataca-vouch/adding-multiple-domains-in-the-same-configuration.md)
- [Enterprise Wallet](https://docs.gataca.io/developers/platform-tutorials/enterprise-wallet.md)
- [Badges](https://docs.gataca.io/developers/platform-tutorials/badges.md)


---

# 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.gataca.io/developers/platform-tutorials.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.
