# Examples

- [Docker API Honeypot](https://docs.beelzebub.ai/examples/docker-api-honeypot.md): This configuration was created by Akamai's hunt team, at the following link the original version:
- [Apache basic auth](https://docs.beelzebub.ai/examples/apache-basic-auth.md): In this configuration, an example of how to replicate an Apache server protected by basic auth.
- [Ollama server](https://docs.beelzebub.ai/examples/ollama-server.md)
- [N8N honeypot](https://docs.beelzebub.ai/examples/n8n-honeypot.md): N8N beelzebub honeypot configuration


---

# 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://docs.beelzebub.ai/examples.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.
