# Managing device models

Lunar Control Center can be used to manage different compatible Android devices.&#x20;

## Adding a new device model

In order to manage Android devices, you first need to add it as a device to your Lunar Control Center.

You can add a new device by following the steps:

{% hint style="success" %}

1. Click on OS\
   ![](/files/KDN6S8FhrPs08QTT7xuE)
2. Click on Device Models\
   ![](/files/6pKKLkJsdxD0LKp7Z3aX)
3. Click on + Create\
   ![](/files/wWTjWV3XnhPwFWXGi38d)
4. Fill up the fields, including:\
   \- **Name**: this is the name of the device. You will see it in your console\
   \- **Unique**: it is a unique identification of the device. Make sure to fill in the exact one as provided by the phone manufacturer. It is required in order to fetch OS updates from the Update Server\
   \- **Build JSON**: this is a piece of JSON that gets fed to the device. Make sure to follow the instructions provided by the phone manufacturer.
5. Click on Create\
   ![](/files/qYbqzWfc0ylPqqRzOpR4)
   {% endhint %}

## Enabling MicroG

MicroG is an integration with LCC-compatible devices that enables push notifications for de-googled Android devices. If your use case requires MicroG, you will need to add the necessary MicroG libraries to the device model.

You can do that by following the steps:

{% hint style="success" %}

1. Click on OS\
   ![](/files/KDN6S8FhrPs08QTT7xuE)
2. Click on Device Models\
   ![](/files/6pKKLkJsdxD0LKp7Z3aX)
3. Click on the edit icon next to your device model\
   ![](/files/g6LCAj6TZLDTILwFmA0c)
4. Upload the necessary library files as instructed by the manufacturer of the phone.
5. Click on Save\
   ![](/files/VhLv3UwV32nsgshQtGFV)
   {% endhint %}


---

# Agent Instructions: 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://lcc.lunaromp.tech/lunar-control-center-console/managing-device-models.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.
