> ## 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.

# AssetAccessPolicy

```python theme={"system"}
class AssetAccessPolicy(
    preferred_schemes: tuple[str, ...] = (
        "file", "s3", "gs", "az", "https", "http"
    ),
)
```

Control the order in which `Client.resolve` considers asset location schemes.

## Fields

<ParamField path="preferred_schemes" type="tuple[str, ...]">
  URI schemes in descending preference order.
</ParamField>
