# Java & PHP Software Development Kits

For further convenience, we have built SDKs for Java and PHP.

### Java SDK

Java SDK, minimal requirements, and a quick start guide can be found at <https://github.com/jecksolovyev/com.docstudio.api.client>

### PHP SDK

PHP SDK, minimal requirements, and a quick start guide can be found at <https://github.com/jecksolovyev/com.docstudio.api.php-client>

{% hint style="info" %}
In addition, we have published the PHP SDK as a *Composer package* at <https://packagist.org/packages/yuramozol/com.docstudio.api.php-client>
{% endhint %}


---

# 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://support.docstudio.com/docstudio-docs/docstudio-for-developers/java-and-php/java-and-php-software-development-kits.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.
