# Beelzebub

## Beelzebub Docs

- [Beelzebub framework docs](https://docs.beelzebub.ai/readme.md)
- [Quickstart](https://docs.beelzebub.ai/getting-started/quickstart.md): Take your first steps with the Beelzebub Framework.
- [Beelzebub API v1](https://docs.beelzebub.ai/basics/beelzebub-api-v1.md)
- [Kubernetes deployment](https://docs.beelzebub.ai/basics/integrations.md): Kubernetes environments are particularly vulnerable to lateral movement due to their distributed nature, complex networking, and the potential for compromised pods, service accounts, or nodes to serve
- [SSH LLM Honeypot](https://docs.beelzebub.ai/basics/publish-your-docs.md): Follow a SSH LLM Honeypot using OpenAI as provider LLM:
- [Logs](https://docs.beelzebub.ai/basics/images-and-media.md)
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.beelzebub.ai/readme.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.
