# Product Information

- [The NoPorts Philosophy](https://docs.noports.com/reference/the-noports-philosophy.md)
- [NoPorts Desktop Application](https://docs.noports.com/reference/noports-desktop-application.md): A streamlined application for managing remote connections.
- [NoPorts Policy Service](https://docs.noports.com/reference/policy.md): A flexible suite of policy management tools. Use a standalone database to store and manage policies using our administration interface, or integrate it with your existing policy database or service.
- [Frequently Asked Questions](https://docs.noports.com/reference/faq.md): Common questions about NoPorts
- [How It Works](https://docs.noports.com/reference/how-it-works.md): NoPorts connection establishment and architecture
- [Under The Hood](https://docs.noports.com/reference/underthehood.md): This guide provides information on the technical aspects of NoPorts, including its architecture, protocols, and security mechanisms.
- [Sequence Diagram](https://docs.noports.com/reference/sequence-diagram.md)


---

# 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.noports.com/reference.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.
