> For the complete documentation index, see [llms.txt](https://sonic-ai-works.gitbook.io/sonic-networks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/application-and-website.md).

# Applications

Canonical user-facing SONIC product behavior for Website, desktop applications, dashboard, Creator/Studio surfaces, commerce, wallet and mobile.

**Product documentation baseline: `1.0.0`**

Applications documents user-facing SONIC behavior. Desktop, mobile and public Website surfaces share the same identity, entitlement, policy, asset and transaction authorities but use different composition systems.

## Application families

<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><i class="fa-globe">:globe:</i></td><td><strong>Website</strong></td><td>Public product, community, marketing and conversion.</td><td></td></tr><tr><td><i class="fa-desktop">:desktop:</i></td><td><strong>Desktop Applications</strong></td><td>Authenticated workspaces, Creator, Studios, Marketplace, Storefront and Admin.</td><td></td></tr><tr><td><i class="fa-mobile-screen-button">:mobile-screen-button:</i></td><td><strong>Mobile Applications</strong></td><td>Expo/React Native product behavior and mobile navigation.</td><td></td></tr><tr><td><i class="fa-gauge-high">:gauge-high:</i></td><td><strong>Dashboard &#x26; Roles</strong></td><td>Role/entitlement-aware authenticated product shell.</td><td><a href="/sonic-networks-docs/documentation/application-and-website/dashboard-and-role-based-applications.md">Dashboard &amp; role-based applications</a></td></tr><tr><td><i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i></td><td><strong>Studio &#x26; AI Music</strong></td><td>Generation, projects, assets, player and creative operations.</td><td></td></tr><tr><td><i class="fa-cart-shopping">:cart-shopping:</i></td><td><strong>Commerce</strong></td><td>Marketplace, checkout, payments, Storefront and settlement-aware UX.</td><td></td></tr></tbody></table>

## Shared application invariant

```
client request
→ server authority / policy
→ explicit user action
→ durable operation
→ provider / chain execution where applicable
→ verification
→ settlement / domain update
→ reconciliation
→ user-visible receipt / state
```

Browser state is never authoritative for permissions, balances, rewards, payment settlement, token identity or transaction success.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sonic-ai-works.gitbook.io/sonic-networks-docs/documentation/application-and-website.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
