# SDKs & Libraries

- [NPM Library](https://docs.discloud.com/en/sdks-and-libraries/npm-library.md): The official Discloud NPM library that simplifies interaction with the Discloud API, allowing you to manage your applications programmatically with JavaScript/TypeScript.
- [Getting Started](https://docs.discloud.com/en/sdks-and-libraries/npm-library/getting-started.md): Learn how to install, configure, and start using the discloud.app NPM library to manager your Discloud application.
- [Usage Examples](https://docs.discloud.com/en/sdks-and-libraries/npm-library/usage-examples.md): Examples and use cases for the discloud.app NPM library, covering application management, monitoring, team operations, and more.
- [\[WIP\] Python Library](https://docs.discloud.com/en/sdks-and-libraries/python-library.md)
- [\[WIP\] Getting Started](https://docs.discloud.com/en/sdks-and-libraries/python-library/getting-started.md)
- [\[WIP\] Usage Examples](https://docs.discloud.com/en/sdks-and-libraries/python-library/usage-examples.md)


---

# 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.discloud.com/en/sdks-and-libraries.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.
