What access rules control
Access rules let you define three key aspects of data access: Who can access your data. Specify which organizations can run queries against your datasets. You can grant access to specific companies, make data available to all platform participants, or restrict access to a closed group of partners. What data they can access. Control which records and fields are available through filtering conditions. You might expose only certain date ranges, geographic regions, or record types to different partners. How much access costs. Set pricing for data access on a per-record basis. Prices can vary by record type, buyer, or any other criteria you define. For non-commercial collaborations, set the price to zero.Why access rules exist
Without access rules, datasets in Narrative cannot be queried by other organizations. This is by design—data remains private by default, and you must explicitly create access rules to enable collaboration. This approach ensures:- Data owners stay in control. No one can access your data without your explicit permission
- Flexible monetization. Charge different rates for different data or different buyers
- Governance compliance. Audit exactly who has access to what data and under what terms
How access rules work
Access rules are defined using NQL (Narrative Query Language) and are enforced at query execution time. When another organization queries data you own:- Rule matching — The control plane identifies which access rules apply to the requested data
- Permission verification — The query is checked against the access rule’s constraints
- Price calculation — If the rule includes pricing, costs are calculated based on matching records
- Query execution — Only records that pass the access rule’s filters are included in results
Common use cases
Make data available to a specific partner
Grant a single organization access to your dataset:$0 for a data share).
Set different prices for different data
Create multiple access rules with different pricing tiers:Restrict fields for certain buyers
Expose different columns to different partners by creating separate access rules:Enable non-commercial data sharing
Share data at no cost for research, partnerships, or data exchanges:$0 CPM when creating the rule.
Access rules and datasets
Every dataset can have multiple access rules, and a single access rule can reference multiple datasets. This flexibility supports complex governance scenarios:- One dataset, many rules — Different pricing tiers, different partner access levels
- Many datasets, one rule — Bundle related datasets for partners who need comprehensive access
If a dataset has no access rules, it cannot be queried by other organizations. You always retain access to your own datasets regardless of access rules.
Pricing with access rules
Access rule pricing uses CPM (cost per thousand)—the cost per 1,000 records. When a query matches an access rule with pricing:- The number of matching records is counted
- The total cost is calculated:
(matching_records / 1000) × CPM - The buyer is charged and the data owner receives payment

