# Server

- [SERVER DEPLOYMENT](https://docs.thinger.io/server/deployment.md): This section explains how to perform the process of subscription and deployment of a private Thinger.io platform server.
- [Thinger.io Cloud](https://docs.thinger.io/server/deployment/thinger.io-cloud-server.md)
- [On-Premise](https://docs.thinger.io/server/deployment/on-premise.md)
- [SERVER ADMINISTRATION](https://docs.thinger.io/server/server-configuration.md)
- [License Setting](https://docs.thinger.io/server/server-configuration/license-setting.md)
- [Server Settings](https://docs.thinger.io/server/server-configuration/settings.md)
- [Cluster / Server Status](https://docs.thinger.io/server/server-configuration/cluster-server-status.md)
- [Server Logs](https://docs.thinger.io/server/server-configuration/server-logs.md)
- [SERVER API](https://docs.thinger.io/server/api.md): This section describes the basic messages that provide Thinger.io Server API to interact with its backend functionalities.
- [CHANGELOG](https://docs.thinger.io/server/changelog.md): All notable changes on Thinger.io will be documented here.


---

# 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.thinger.io/server.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.
