> For the complete documentation index, see [llms.txt](https://api.pyblish.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.pyblish.com/pyblish.api/plugin/plugin.families.md).

# .families

Supported families.

## Introduction

Read about the architecture of plug-ins for a better understanding of the `families` attribute.

## Implementation

A plug-in may support one or more families by appending it's absolute name to the `families` attribute.

```python
class MyPlugin(...):
   families = ["myFamily"]
```
