# Software Development Kits

- [TypeScript](https://docs.squidex.io/id-02-documentation/software-development-kits/typescript.md): Learn how to use the TypeScript SDK for Node and Browsers.
- [.NET](https://docs.squidex.io/id-02-documentation/software-development-kits/.net-standard.md): Read more on how to use the .NET Core and .NET Standard
- [Version v14 (and Earlier)](https://docs.squidex.io/id-02-documentation/software-development-kits/.net-standard/version-v14-and-earlier.md): Learn How to Install, Initialize and Create Classes for Version 14 of the SDK
- [Version v15 (and Later)](https://docs.squidex.io/id-02-documentation/software-development-kits/.net-standard/version-v15-and-later.md): Learn How to Install, Initialize and Create Classes for Version 15 of the SDK
- [PHP](https://docs.squidex.io/id-02-documentation/software-development-kits/php.md): Software Development Kit for all PHP platforms
- [Java](https://docs.squidex.io/id-02-documentation/software-development-kits/java.md): Easy installation and setup of the Java SDK.


---

# 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.squidex.io/id-02-documentation/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.
