# Client.resolve

```python
def Client.resolve(asset: Asset) -> ResolvedAsset
```

Select the best supported asset location without making a network request.

## Parameters

**asset**

`Asset`

The asset to resolve.

## Returns

A `ResolvedAsset` containing the selected location, object store, path, and access metadata.
