> For the complete documentation index, see [llms.txt](https://atheno-ai.gitbook.io/atheno.ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atheno-ai.gitbook.io/atheno.ai-docs/getting-started/why-atheno.md).

# Why Atheno ?

Discover how Atheno goes beyond traditional code assistants and manual troubleshooting to deliver proactive, AI-powered Kubernetes insights.

| Feature                                | VS Copilot for Kubernetes                                                                                                       | Manual Troubleshooting                                                                 | Atheno.ai                                                                                                                                     |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Kubernetes Troubleshooting             | Ideal for code assistance, YAML creation and infrastructure setup. No understanding of cluster-wide dependencies                | Reactive approach—requires human intervention to gather logs and configurations        | Proactive, holistic analysis of cluster resources, logs, and dependencies. Identifies hidden issues.                                          |
| Deep Resource Interdependency Analysis | <mark style="color:red;">✘</mark>                                                                                               | <mark style="color:red;">✘</mark>                                                      | ✅  Real-time understanding of relationships between resources (nodes, pods, services) to uncover issues faster.                               |
| Data Privacy and Security              | ✅  Data stays local, but no redaction for analysis                                                                              | <mark style="color:red;">✘</mark> Sensitive data sent to external AI services like GPT | ✅  Sensitive data redacted before external analysis. Local LLM for production ready deployments.                                              |
| Integrated Tools                       | <mark style="color:red;">✘</mark> Limited to coding suggestions                                                                 | <mark style="color:red;">✘</mark> Manual tools for security checks                     | ✅  Integrated tools for identifying security issues, including static code analysis, vulnerability checks, and PCI-DSS compliance violations. |
| Manual Workload                        | Moderate—automates YAML writing and code suggestions, but gathering logs and troubleshooting still require manual intervention. | High—manual log/resource spec copying into GPT                                         | Low—automated issue detection and step-by-step guidance reduces human effort.                                                                 |
| Cost & Efficiency                      | Helps in code creation and minor troubleshooting, but requires expertise for complex issues                                     | Reactive and time-consuming                                                            | Significantly faster resolution with less manual intervention. Saves time and resources.                                                      |


---

# 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 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://atheno-ai.gitbook.io/atheno.ai-docs/getting-started/why-atheno.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.
