# Maintaining your project

- [Deleting your project](https://docs.sonarsource.com/sonarqube-community-build/project-administration/maintaining-project/deleting-project.md): You can delete one or multiple projects, provided you have the necessary permissions to do so.
- [Changing the project key](https://docs.sonarsource.com/sonarqube-community-build/project-administration/maintaining-project/changing-project-key.md): You can update the project key without losing the history of the project.
- [Managing project history](https://docs.sonarsource.com/sonarqube-community-build/project-administration/maintaining-project/managing-project-history.md): Managing your project’s history by editing and deleting snapshots of your project.
- [Changing your project binding](https://docs.sonarsource.com/sonarqube-community-build/project-administration/maintaining-project/changing-project-binding.md): You can bind an unbound project and you can change the binding of a bound project.


---

# 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.sonarsource.com/sonarqube-community-build/project-administration/maintaining-project.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.
