> 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/welcome.md).

# SONIC Network Documentation

Canonical SONIC Network v1.0.0 documentation home for applications, creators, Tokenomics, developers, access, API, support and platform architecture.

**Version `1.0.0` · Canonical documentation**

SONIC Network connects AI creation, music/video production, Characters, Agents, creator commerce, developer APIs, identity/security and optional Solana-backed execution in one platform.

{% hint style="info" %}
**Status discipline:** design, source, configuration and planned integrations do not prove production availability. Use **Planned**, **Configured**, **Verified**, **Live** or **Paused** where status matters.
{% endhint %}

## Start here

{% columns %}
{% column %}

### Create with SONIC

Use product documentation for Website, applications, Creator workflows, Studio, Characters, Bands, Marketplace and wallet UX.

<a href="/sonic-networks-docs/documentation/application-and-website.md" class="button primary" data-icon="grid-2">Explore Applications</a>
{% endcolumn %}

{% column %}

### Build on SONIC

Use engineering documentation for architecture, access, Developer role, API keys, mail, AI/music, finance and Solana programs.

<a href="/sonic-networks-docs/documentation/developers.md" class="button secondary" data-icon="code">Open Developer Docs</a>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %} <a href="/sonic-networks-docs/documentation/sonic-tokenomics.md" class="button secondary" data-icon="coins">SONIC Tokenomics</a>
{% endcolumn %}

{% column %} <a class="button secondary" data-icon="circle-question">FAQ & Support</a>
{% endcolumn %}
{% endcolumns %}

## Authority model

```
Clerk session
→ SONIC identity
→ workspace membership
→ workspace role
→ explicit grants / denies
→ plan entitlements
→ resource scope
→ AAL / session freshness / risk
→ authorization decision
```

Role, plan, wallet connection and product visibility are separate concepts. Browser state is never the authorization source of truth.


---

# 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/welcome.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.
