# Nodeoperator AI Docs

## Product Docs

- [Introduction](https://docs.nodeoperator.ai/getting-started/readme.md)
- [Ponos vs Coding Agents](https://docs.nodeoperator.ai/getting-started/comparison.md)
- [Install Ponos](https://docs.nodeoperator.ai/getting-started/install-ponos.md): Install the Ponos TUI on macOS or Linux.
- [Installation on Linux](https://docs.nodeoperator.ai/getting-started/install-ponos/linux.md): Install Ponos on Linux.
- [Installation on macOS](https://docs.nodeoperator.ai/getting-started/install-ponos/macos.md): Install Ponos on macOS.
- [Configure Ponos](https://docs.nodeoperator.ai/getting-started/configure-ponos.md): Create a ponos.yml and set required integrations.
- [Using Ponos (demo)](https://docs.nodeoperator.ai/getting-started/using-ponos-demo.md): Demo setup using the public Playground repo.
- [Architecture](https://docs.nodeoperator.ai/how-it-works/architecture.md)
- [Supported Networks](https://docs.nodeoperator.ai/how-it-works/supported-networks.md)
- [Upgrade Workflow](https://docs.nodeoperator.ai/how-it-works/upgrade-workflow.md)
- [Diagnostics Workflow](https://docs.nodeoperator.ai/how-it-works/diagnostics-workflow.md)
- [GitOps Model](https://docs.nodeoperator.ai/how-it-works/gitops-model.md)
- [Session Management](https://docs.nodeoperator.ai/how-it-works/sessions.md)
- [Slack](https://docs.nodeoperator.ai/integrations/slack.md)
- [GitHub](https://docs.nodeoperator.ai/integrations/github.md)
- [Personal Access Token](https://docs.nodeoperator.ai/integrations/github/pat.md)
- [GitHub App](https://docs.nodeoperator.ai/integrations/github/github-app.md)
- [Intelligent Node Observability](https://docs.nodeoperator.ai/integrations/intelligent-node-observability.md)
- [Prometheus](https://docs.nodeoperator.ai/integrations/intelligent-node-observability/prometheus.md)
- [Loki](https://docs.nodeoperator.ai/integrations/intelligent-node-observability/loki.md)
- [Telescope](https://docs.nodeoperator.ai/integrations/intelligent-node-observability/telescope.md)
- [Kubernetes](https://docs.nodeoperator.ai/integrations/kubernetes.md)
- [EVM Chains](https://docs.nodeoperator.ai/tutorials/evm-chains.md)
- [Ethereum](https://docs.nodeoperator.ai/tutorials/evm-chains/upgrade-workflow.md)
- [Node Diagnostic Example](https://docs.nodeoperator.ai/tutorials/evm-chains/upgrade-workflow/node-diagnostic.md)
- [Optimism](https://docs.nodeoperator.ai/tutorials/evm-chains/upgrade-workflow-1.md)
- [Node Diagnostic Example](https://docs.nodeoperator.ai/tutorials/evm-chains/upgrade-workflow-1/node-diagnostic.md)
- [Base](https://docs.nodeoperator.ai/tutorials/evm-chains/upgrade-workflow-2.md)
- [Node Diagnostic Example](https://docs.nodeoperator.ai/tutorials/evm-chains/upgrade-workflow-2/node-diagnostic.md)
- [Polkadot](https://docs.nodeoperator.ai/tutorials/polkadot.md)
- [Polkadot](https://docs.nodeoperator.ai/tutorials/polkadot/upgrade-workflow.md)
- [Node Diagnostic Example](https://docs.nodeoperator.ai/tutorials/polkadot/upgrade-workflow/node-diagnostic.md)
- [Hyperbridge](https://docs.nodeoperator.ai/tutorials/polkadot/upgrade-workflow-1.md)
- [Node Diagnostic Example](https://docs.nodeoperator.ai/tutorials/polkadot/upgrade-workflow-1/node-diagnostic.md)
- [API Overview](https://docs.nodeoperator.ai/api/overview.md)
- [Authentication](https://docs.nodeoperator.ai/api/authentication.md)
- [Endpoints Reference](https://docs.nodeoperator.ai/api/endpoints.md)
- [MCP Servers](https://docs.nodeoperator.ai/api/mcp-servers.md)
- [GitHub MCP](https://docs.nodeoperator.ai/api/mcp-servers/github.md)
- [Slack MCP](https://docs.nodeoperator.ai/api/mcp-servers/slack.md)
- [Kubernetes MCP](https://docs.nodeoperator.ai/api/mcp-servers/kubernetes.md)
- [Observability MCP](https://docs.nodeoperator.ai/api/mcp-servers/observability.md)
- [Configuration Reference](https://docs.nodeoperator.ai/references/configuration.md)
- [Environment Variables](https://docs.nodeoperator.ai/references/environment-variables.md)
- [Supported Clients](https://docs.nodeoperator.ai/references/supported-clients.md)
- [Security](https://docs.nodeoperator.ai/references/security.md)
- [Troubleshooting](https://docs.nodeoperator.ai/references/troubleshooting.md)


---

# 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.nodeoperator.ai/getting-started/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.
