> For the complete documentation index, see [llms.txt](https://vigil.deadbits.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vigil.deadbits.ai/overview/use-vigil/web-server.md).

# Web server

After loading your data, you're all set to start analyzing prompts!

#### Running the Server

To start the Vigil API server, run the following command:

```
python vigil-server.py --conf conf/server.conf
```
