# Customize Detections

You can expand the detection capabilities of Vigil in three ways:

* [Add custom YARA rules](/overview/customize-detections/add-custom-yara-signatures.md)
* [Add embeddings to ChromaDB](/overview/customize-detections/add-embeddings.md)
* [Create and implement custom scanner](/overview/customize-detections/custom-scanners.md)

If you have new prompt injection techniques you'd like to detect, adding embeddings or signatures is a good approach.

If you want to detect activity using a method not already covered by the scanners, you'll want to implement a custom scanner.


---

# 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://vigil.deadbits.ai/overview/customize-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.
