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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.auterion.com/vehicle-operation/auterion-mission-control/useful-resources/diagnostics-and-support/track-gcs-as-smart-asset-in-suite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
