> ## Documentation Index
> Fetch the complete documentation index at: https://docs.idemeum.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Control agent identifier

> Endpoint Control agent manages various Windows registry keys.

## Agent ID registry key

When idemeum control agent is installed, it pairs with a cloud tenant, and the record is created in the cloud with a uniquely assigned `AgentId`. This identifier is also written to the Windows registry in the following location:

```text wrap theme={null}
Path = Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Idemeum Inc\Idemeum Desktop Client
Key = AgentId
```

<img src="https://mintcdn.com/idemeum/xXqg_He8belpJe5P/images/agentid.png?fit=max&auto=format&n=xXqg_He8belpJe5P&q=85&s=b1a2ba98c932bad346b3cd455892a9ee" alt="Agentid" width="1600" height="1283" data-path="images/agentid.png" />

## App control mode registry key

When idemeum control agent is installed, and the EPM or allowlisting is enabled, the agent manages the registry key that reflects that current application control mode. So if you change or enable application control `disabled`, `audit`, or `rules`), the registry key will be set to appropriate value. Here is the location of the key.

```text wrap theme={null}
Path = KEY_LOCAL_MACHINE\SOFTWARE\Idemeum Inc\Idemeum Desktop Client\AppControlMode 
Values = Disabled/Audit/Rules
```
