> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# owners

> A list of email addresses indicating who the owners of the topic are.

A list of email addresses indicating who the owners of the topic are.

This information can be used as context by the AI to determine who is the best person to answer questions about a query or its results.

## Syntax

```yaml theme={null}
owners: [<email>, ...]
```

## Properties

<ParamField path="owners" type="string[]">
  An array of email addresses for the topic owners. This information is used by the AI to identify subject matter experts for questions about queries or results.
</ParamField>

## Examples

```yaml theme={null}
owners: [blobby@blobsrus.com, blob.ross@blobsrus.com]
```
