# (Optional) Upload your existing detections

{% hint style="info" %}
This is an optional step and if you choose not to do it now, you can come back and do this later at any point in time.
{% endhint %}

If you have existing detections, you can export them to a CSV file, then import the CSV into Anvilogic. Doing this helps you get an idea of what your MITRE coverage looks like, so you can address and strengthen the areas where you need additional coverage.

The CSV file must have the title, description, and search of the existing detection. See [Import existing rules](https://docs.anvilogic.com/anvilogic-platform/maturity-score/contributing-scores/detection-score/import-existing-rules) for instructions to import the CSV file into Anvilogic. This document also describes how to properly format the CSV file when you create it.

## Next step

[Review and deploy recommended content](/get-started/onboarding-guide/review-and-deploy-recommended-content.md)


---

# 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://public-docs.anvilogic.com/get-started/onboarding-guide/optional-upload-your-existing-detections.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.
