> 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.label.md).

# .label

Provide an alternative, human-readable name of a plug-in.

## Introduction

Graphical user interfaces use the label as an alternative name for better readability. For example, you can use spaces and preserve case of a label.

## Example

```python
import pyblish.api

class MyCollector(pyblish.api.ContextPlugin):
    label = "My Collector"
```

{{ file.mtime }}
