# Cover CLI admin

Common Cover CLI admin:

* [**Telemetry Config**](/features/cover-plugin/cover-plugin-admin/telemetry.md): Enable/disable and configure telemetry for Cover CLI.
* [**Memory Management**](/features/cover-plugin/cover-plugin-admin/memory-management.md): Tips for memory management, including how to increase the amount of memory that Diffblue Cover has access to.
* [**Eclipse**](/features/cover-cli/cover-cli-admin/using-dcover-in-eclipse.md): How to install and run Cover CLI as an external tool in Eclipse.
* [**SonarQube**](/features/cover-plugin/cover-plugin-admin/using-sonarqube-with-cover-plugin.md): Suppress warnings and reduce reported "code smells" in SonarQube.
* [**Log Files**](/features/cover-plugin/cover-plugin-admin/log-files.md): User and Support Log Files.
* [**Troubleshooting**](/features/cover-plugin/cover-plugin-admin/troubleshooting.md): Help with a few common issues that you may encounter.


---

# 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://cover-docs-preview.diffblue.com/features/cover-cli/cover-cli-admin.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.
