# Overview

- [Release Blog](https://vigil.deadbits.ai/overview/release-blog.md)
- [Install Vigil](https://vigil.deadbits.ai/overview/install-vigil.md)
- [Install PyTorch (optional)](https://vigil.deadbits.ai/overview/install-vigil/install-pytorch-optional.md)
- [Use Vigil](https://vigil.deadbits.ai/overview/use-vigil.md): Start analyzing prompts!
- [Configuration](https://vigil.deadbits.ai/overview/use-vigil/configuration.md): Modify Vigil settings
- [Auto-updating vector database](https://vigil.deadbits.ai/overview/use-vigil/configuration/auto-updating-vector-database.md)
- [Load Datasets](https://vigil.deadbits.ai/overview/use-vigil/load-datasets.md): Load embedding datasets into Chroma
- [Web server](https://vigil.deadbits.ai/overview/use-vigil/web-server.md): Running the API server
- [API Endpoints](https://vigil.deadbits.ai/overview/use-vigil/web-server/api-endpoints.md)
- [Web UI playground](https://vigil.deadbits.ai/overview/use-vigil/web-server/web-ui-playground.md)
- [Python library](https://vigil.deadbits.ai/overview/use-vigil/python-library.md): Use Vigil as a Python library
- [Scanners](https://vigil.deadbits.ai/overview/use-vigil/scanners.md): Available prompt scanners
- [Transformer](https://vigil.deadbits.ai/overview/use-vigil/scanners/transformer.md)
- [YARA / Heuristics](https://vigil.deadbits.ai/overview/use-vigil/scanners/yara-heuristics.md)
- [Prompt-response Similarity](https://vigil.deadbits.ai/overview/use-vigil/scanners/prompt-response-similarity.md)
- [Vector database](https://vigil.deadbits.ai/overview/use-vigil/scanners/vector-database.md)
- [Canary Tokens](https://vigil.deadbits.ai/overview/use-vigil/scanners/canary-tokens.md)
- [Customize Detections](https://vigil.deadbits.ai/overview/customize-detections.md)
- [Add custom YARA signatures](https://vigil.deadbits.ai/overview/customize-detections/add-custom-yara-signatures.md)
- [Add embeddings](https://vigil.deadbits.ai/overview/customize-detections/add-embeddings.md): Add custom text embeddings to ChromaDB
- [Custom scanners](https://vigil.deadbits.ai/overview/customize-detections/custom-scanners.md): \[DRAFT: WORK IN PROGRESS]
- [Sample scan results](https://vigil.deadbits.ai/overview/sample-scan-results.md): Example of Vigil scan results


---

# 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.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.
