> For the complete documentation index, see [llms.txt](https://hichemtech.gitbook.io/reqease-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hichemtech.gitbook.io/reqease-docs/server-side/overview.md).

# Overview

In the realm of server-side development, ReqEase simplifies the process of sending responses that can be seamlessly understood and presented by frontend applications. This overview provides a high-level understanding of server-side integration with ReqEase.

Server-side integration with ReqEase centers on creating responses in formats that ReqEase can readily interpret. These responses cover messages, progress updates, data requests, and validation results, among other scenarios. Here are the core elements of server-side integration:

1. **Response Formats**: Server-side scripts must generate responses in formats compatible with ReqEase. These formats typically include messages, progress updates, data requests, and validation outcomes.
2. **Response Handlers**: To streamline the creation of ReqEase-compatible responses, you can use libraries or tools designed to construct responses for various scenarios.
3. **ReqEase Libraries**: ReqEase offers official libraries and integrations for multiple server-side languages and frameworks. These libraries include predefined response types and handlers, simplifying the process of generating user-friendly responses.

Now, let's delve deeper into specific ReqEase libraries and integrations available for various server-side platforms.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://hichemtech.gitbook.io/reqease-docs/server-side/overview.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.
