# DocAudienceScope

**Kind:** Type

**Source:** [`atloria-monorepo/apps/api/src/project/audience-scope.util.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/audience-scope.util.ts#L11)

Audience → doc-set scope mapping.

A project serves multiple doc SETS side-by-side (user manual + technical
reference). Each DocVersion belongs to exactly one scope
(DocVersion.audienceScope) and each scope has its own independent ACTIVE
version. Audiences (viewer URL segments like /p/:slug/:audienceSlug) map
onto a scope so public reads resolve the ACTIVE version of the RIGHT set.

## Definition

```ts
'user' | 'technical' | 'api'
```
