# API

- [Server](https://pps-docs.pebcak.de/api/server.md): Server defines a new policy server with corresponding settings
- [ServerOpt](https://pps-docs.pebcak.de/api/serveropt.md): SeverOpt functions let you override default values
- [Handler](https://pps-docs.pebcak.de/api/handler.md): Handler is the interface for you to process the policy data
- [PolicySet](https://pps-docs.pebcak.de/api/policyset.md): The data collection provided by the postfix server
- [Postfix(Text)Resp](https://pps-docs.pebcak.de/api/postfixresp.md): Possible responses for the Postfix server


---

# 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://pps-docs.pebcak.de/api.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.
