> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Client.resolve

```python theme={"system"}
def Client.resolve(asset: Asset) -> ResolvedAsset
```

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

## Parameters

<ParamField path="asset" type="Asset">
  The asset to resolve.
</ParamField>

## Returns

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