> For the complete documentation index, see [llms.txt](https://docs.rasgoml.com/rasgo-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rasgoml.com/rasgo-docs/rasgo-0.1/pyrasgo-0.3/collections/collection.add_attributes.md).

# collection.add\_attributes()

### Parameters

**`id`***`:int:`*`ID of Rasgo Collection`

### Sample Usage

Add a metadata attribute to a collection

```python
collection.get(id=101)

collection.add_attributes([ {"DataRobotModelID":"3"} ])
```
