---
title: "add(from:)"
framework: shazamkit
role: symbol
role_heading: Instance Method
path: "shazamkit/shcustomcatalog/add(from:)"
---

# add(from:)

Loads a saved custom catalog from a file.

## Declaration

```swift
func add(from customCatalogURL: URL) throws
```

## Parameters

- `customCatalogURL`: The file URL for a custom catalog.

## See Also

### Loading and saving a custom catalog

- [write(to:)](shazamkit/shcustomcatalog/write(to:).md)
