# Reset Cover Plugin settings

## Cover Plugin Settings

To reset Cover Plugin Settings:

1. Open the Cover Settings panel in the IntelliJ IDE.
2. At the bottom of the Test Creation Tab, select the 'Restore Test Creation Settings' button to reset settings.\\

   <figure><img src="/files/CLE3nifL4OCWMR9SCiz8" alt=""><figcaption><p>Note: The 'Restore Default Test Creation Settings' button will not be selectable if the currently applied settings are already default.</p></figcaption></figure>

## Project settings

To remove any project specific settings:

1. Open the project in the IntelliJ IDE and navigate to `.idea` folder in the project.
2. Delete the `CoverSettingsProjectConfig.xml` file, if present.


---

# 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-plugin/cover-plugin-settings/reset-plugin-settings.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.
