# Query an Asset

```javascript
var options = {};

api.getAsset('968393848009134080', options)
  .then(result => {
    // futher implementation
  })
  .catch(err => {
    throw err;
  })
```

{% hint style="success" %}
You can also use the query option `embedAssets: true` to include assets when making queries for documents.
{% endhint %}

### Available query options:

* [locale](https://docs.comfortable.io/sdk/query-options#locale)
* [fields](https://docs.comfortable.io/sdk/query-options#fields)
