# Fleet Manager

## Enabling the Fleet Manager

To enable the fleet manager, your `values.yaml` file should contain:

```
global:
  fleetmanager:
    enabled: true
```

If you use our [managed incloud](/~/revisions/1mY0CQn12Klyi0QiItHv/architecture/incloud-managed.md) service, we will enable the fleet manager for you. However, the above is still needed for groundcover's sensors in your environments to connect to the fleet manager.

If you manage your own backend, for example in [on-premise](/~/revisions/1mY0CQn12Klyi0QiItHv/customization/customize-deployment/on-premise-deployment.md) and in [air-gapped](/~/revisions/1mY0CQn12Klyi0QiItHv/architecture/overview.md#airgapped) deployments, the above configuration will enable the fleet manager deployment as well as configure the sensors to connect to it.

## Remote Configuration

Remote configuration is a mechanism that allows groundcover's services, including sensors, to be configured dynamically and remotely. The configurations are stored alongside the fleet manager and are passed from the fleet manager to the services.

{% hint style="info" %}
For remote configuration to work, services need to be able to communicate with the fleet manager. For this, they need to be configured with a suitable [ingestion key](/~/revisions/1mY0CQn12Klyi0QiItHv/use-groundcover/remote-access-and-apis/ingestion-keys.md).
{% 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://docs.groundcover.com/~/revisions/1mY0CQn12Klyi0QiItHv/use-groundcover/fleet-manager.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.
