> For the complete documentation index, see [llms.txt](https://docs.auterion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auterion.com/vehicle-operation/auterion-mission-control/useful-resources/diagnostics-and-support/track-gcs-as-smart-asset-in-suite.md).

# Track GCS as Smart Asset in Suite

As OEM you can expose the serial number of the GCS to have the information logged in the Suite.

The process is straightforward.

### Android

For an Android device, you need to be able to expose new JSON (structure see below) content using the *content provider* for the following *URI:* ***content://com.controller.app.dataprovider/controller\_info***

### Desktop

For a Desktop environment you need to expose a JSON file (structure see below) in the *Document* folder and name ***info.json***

### JSON Structure

The JSON has to follow this structure

```
{
  "serial_number": string of the serial number,
  "vendor_name": string of the vendor name,
  "model_name": string of the model name
  }
```

By doing this, the GCS will be automatically tracked in Suite as Asset!\\

<figure><img src="/files/sgV2BVjwAET9plDVY8M0" alt=""><figcaption></figcaption></figure>
