# Introduction

#### Description

This software takes XML from multiple sources (e.g. URLs, files, or any Java class you write which can produce XML). You configure what sources you want, and the software combines the XML from those sources into one XML file in memory. The XML is then optionally transformed using XSLT. The resulting document is then optionally converted into PDF, XLS or JSON. The resulting file is then either downloaded to the browser, or a sent as an email, or you can write a Java class which performs any action on the file, or any combination of the above.

#### Documentation on Gitbook

A documentation of our software is available here: <https://openendpoints.gitbook.io/>

We would like to thank GITBOOK for providing us with their great product for free.

Further documentation is available in the LyX doc [endpoints.lyx](https://github.com/OpenEndpoints/endpoints/blob/main/endpoints.lyx). Download LyX for free for Windows/Mac/Linux in order to read and contribute to this file.

#### Authors

This software was originally specified by [Martin Schmidt](https://schmidt-proell.net) and written by [Adrian Smith](https://www.databasesandlife.com/). At the time of writing, Martin Schmidt still maintains the project.

#### Contributing

Contributions are welcome. Please open an issue describing what you wish to achieve. We will be able to help you with advice, before you invest the time of development. When you've developed your patch, please submit a pull request using github.


---

# 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://onestopconcept.gitbook.io/open-endpoints/readme.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.
