# Getting Started

- [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.


---

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