Agents should feel like a senior colleague who knows when to explain and when to move quickly. A new developer should not have to understand Kubernetes vocabulary before deploying an app. A platform engineer should not have to read beginner explanations before getting to the diagnosis.Documentation Index
Fetch the complete documentation index at: https://docs.akua.dev/llms.txt
Use this file to discover all available pages before exploring further.
Proficiency profiles
| Profile | Best for | How the agent speaks |
|---|---|---|
| Beginner | Developers who have shipped code but not operated infrastructure | Everyday language, one step at a time, UI prompts before actions. |
| Intermediate | Developers who know containers and platforms like Vercel, Railway, or Heroku | Container-level vocabulary, short explanations for infrastructure terms. |
| Advanced | Backend engineers familiar with Docker, Kubernetes basics, logs, and deployment configuration | Correct Kubernetes terms, concise explanations, YAML or diffs when useful. |
| Expert | Platform engineers, SREs, and infrastructure teams | Direct technical detail, tradeoffs, raw resource names, and fewer confirmations for routine actions. |
Same issue, different language
Each example below describes the same diagnosis. Only the explanation changes; the underlying evidence stays the same.- Beginner
- Intermediate
- Advanced
- Expert
Learning mode
Learning mode is separate from proficiency. When enabled, the agent adds short, expandable explanations for concepts the user has not seen before.Example
Vocabulary mapping
| Concept | Beginner | Intermediate | Advanced | Expert |
|---|---|---|---|---|
| Cluster | your group of servers | your cluster | cluster | cluster |
| Pod | your running app | your container | pod | pod |
| Deployment | your app | your deployment | Deployment | Deployment |
| Namespace | project space | namespace | namespace | namespace |
| Helm chart | app installer | app package | Helm chart | Helm chart |
| Secret | stored password | secret | Secret | Secret |
| Liveness probe | health check | health check | liveness probe | liveness probe |
| CrashLoopBackOff | your app keeps crashing | container restart loop | CrashLoopBackOff | CrashLoopBackOff |
| ImagePullBackOff | could not download your app | image pull error | ImagePullBackOff | ImagePullBackOff |
| Rollback | go back to the previous version | roll back | rollback to revision | shift traffic to previous revision |
Related topics
Examples
See realistic deployment, investigation, and compute recommendation flows.
Configure an agent
Set communication style, runtime policy, grants, and triggers.