# Introduction

![](/files/-M1LXClqVs8d8HLBuZLK)

Payara Server began life in 2014, derived from GlassFish 4.1. Since then, Payara Server has been refined with bug fixes, enhanced with new features, and has grown a strong community following. The documentation here will be updated with all the significant changes made with each new release.

### [Payara Server Documentation](https://github.com/payara/Payara-Server-Documentation/blob/master/documentation/payara-server/README.adoc)

The documentation of Payara Server distribution. Provides information about configuring and administering Payara Server, as well as how to deploy applications and how to use provided resources in deployed applications.

### [Payara Micro Documentation](https://github.com/payara/Payara-Server-Documentation/blob/master/documentation/payara-micro/payara-micro.adoc)

The documentation of Payara Micro edition, which is a single file runtime capable of running applications from the command line. Payara Micro is designed to run applications in cloud and containerized environments a well as in embedded and IoT devices. It provides most of the functionality of Payara Server, adding some specific features for flexible deployments and ease of use.

| Note | Most of the Payara Server documentation also applies to Payara Micro unless stated otherwise |
| ---- | -------------------------------------------------------------------------------------------- |


---

# 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://payara-1.gitbook.io/payara-docs/master.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.
