# Technical documentation (English)

The OpenStad software allows for different e-democracy websites to be created & managed. It supports: single & multiple voting on ideas, submitting ideas, participatory budgeting, arguments, voting and arguments, different authentication methods and more.

The software can manage multiple website, and in combination with Kubernetes will automatically update host files and generate ssl certificates.

Openstad is made up of 5 nodejs servers: a Frontend server (CMS), a REST JSON API, a Management Panel, an Authentication server and an Image server.

To learn more about the background read the [architecture section](/openstad/technical/architecture.md). Or jump right in with the [getting started](/openstad/technical/getting-started.md) section.


---

# 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.openstad.org/openstad/technical.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.
