> For the complete documentation index, see [llms.txt](https://docs.carbondefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carbondefi.xyz/contracts-and-functions/carboncontroller-functions/read-functions/controllertype.md).

# controllerType()

{% code title="CarbonController.sol" overflow="wrap" lineNumbers="true" %}

```solidity
    function controllerType() external view returns (uint16);
```

{% endcode %}

This function returns a number indicating the controller type.
