# Administrative tasks

Procedural guides for common KONNEKT administrative tasks. If you're trying to diagnose something that isn't working, start at the [Troubleshooting decision tree](https://docs.konnekt.io/troubleshooting) instead.

## Account and tenant management

* [Change the tenant name](https://docs.konnekt.io/troubleshooting/how-to-change-the-tenant-name) - switch from the initial tenant name to the default domain name (relevant for KONNEKT 2.9.1 and earlier)
* [Subscribe a subset of users](https://docs.konnekt.io/troubleshooting/subscribe-a-subset-of-users) - limit KONNEKT access to specific users within a tenant

## Removal

* [Manual uninstallation](https://docs.konnekt.io/troubleshooting/manual-uninstallation) - remove KONNEKT when the standard uninstaller doesn't work

## Related procedures in other sections

Procedures that live elsewhere in the docs but are often needed:

### Installation and setup

* [Install KONNEKT](https://docs.konnekt.io/installation/setup) - interactive and silent installation
* [Configure the Microsoft 365 account](https://docs.konnekt.io/installation/configure-office-365-account) - connect KONNEKT to the user's account
* [Software updates](https://docs.konnekt.io/installation/software-updates) - keeping KONNEKT up to date

### Security and permissions

* [Grant tenant-wide admin consent](https://docs.konnekt.io/installation/security/grant-admin-consent-in-enterprise-applications) - consent to KONNEKT's required permissions
* [Configure Conditional Access](https://docs.konnekt.io/installation/security/conditional-access) - KONNEKT behavior with Entra ID Conditional Access policies
* [Add KONNEKT paths as Trusted sites](https://docs.konnekt.io/troubleshooting/add-konnekt-paths-as-trusted-sites) - required for Office files to open via double-click

### Support and diagnostics

* [Prepare debug logs](https://docs.konnekt.io/troubleshooting/debug-log-preparation) - collect logs for support cases
* [Reproduce file issues with Graph Explorer](https://docs.konnekt.io/troubleshooting/reproduce-file-issues-with-graph-explorer) - isolate KONNEKT issues from Microsoft 365 backend issues

## Related pages

* [Troubleshooting decision tree](https://docs.konnekt.io/troubleshooting) - diagnose a specific issue
* [Changelog](https://docs.konnekt.io/changelog) - release history and recent fixes
* [Support](https://docs.konnekt.io/support) - how to reach KONNEKT support


---

# 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.konnekt.io/troubleshooting/administrative-tasks.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.
