> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-cli/administration/administration.md).

# Overview

These pages cover what the SonarQube CLI does on your filesystem, what data it transmits, and how to manage its lifecycle. If you're rolling the CLI out across a large organization, this is the section your platform, security, and compliance teams will want to read.

{% content-ref url="/pages/aIPeD21rD3eOJSaQazw6" %}
[State and storage](/sonarqube-cli/administration/state-and-storage.md)
{% endcontent-ref %}

{% content-ref url="/pages/mM7HbRGBVCqITR9CoO8y" %}
[Telemetry and privacy](/sonarqube-cli/administration/telemetry-and-privacy.md)
{% endcontent-ref %}

{% content-ref url="/pages/rboGD3ucXJNFyJ80pAjR" %}
[Check system status](/sonarqube-cli/administration/system-status.md)
{% endcontent-ref %}

{% content-ref url="/pages/GVJQzaJHV7W8MHVfrAY9" %}
[Reset the CLI](/sonarqube-cli/administration/system-reset.md)
{% endcontent-ref %}

{% content-ref url="/pages/boaoYiGfUw2C0naEWklv" %}
[Updating the CLI](/sonarqube-cli/administration/self-update.md)
{% endcontent-ref %}

{% content-ref url="/pages/OyCBfmeNm3y7oplGy40J" %}
[Uninstalling](/sonarqube-cli/administration/uninstall.md)
{% endcontent-ref %}

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Environment variables](/sonarqube-cli/using-sonarqube-cli/environment-variables.md)
* [Commands reference](/sonarqube-cli/using-sonarqube-cli/commands.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-cli/administration/administration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
