# Resolve **Usage**: `client.platform.names.resolve('.dash')` **Description**: This method will allow you to resolve a DPNS record from its humanized name. Parameters: | Parameters | Type | Required | Description | | ---------- | ------ | -------- | ----------------------------------------------------------------------------- | | **name** | String | yes | An alphanumeric (2-63) value used for human-identification (can contains `-`) | **Example**: `await client.platform.names.resolve('alice.dash')` Returns : ExtendedDocument (or `null` if do not exist).