# Unified Identity Layer — SVerse SSO

SVerse’s authentication system serves as the foundation for a unified gaming experience across the ecosystem.

* OAuth2 / JWT-based security ensures enterprise-grade protection.
* Single Sign-On (SSO) integrates all SVerse components — Developer, Play, and Marketplace — into a single identity layer.
* Organization-based permissions and multi-role access enable both individual creators and large studios to operate securely.
* Built-in audit logging and key management ensure compliance and traceability.<br>


---

# 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://sverse-1.gitbook.io/sverse-docs/documentation/core-technology-overview/editor.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.
