# SDKs e Bibliotecas

- [Biblioteca NPM](https://docs.discloud.com/sdks-and-libraries/npm-library.md): A biblioteca oficial da Discloud NPM que simplifica a interação com a API da Discloud, permitindo gerenciar suas aplicações programaticamente com JavaScript/TypeScript.
- [Introdução](https://docs.discloud.com/sdks-and-libraries/npm-library/getting-started.md): Aprenda como instalar, configurar e começar a usar a biblioteca NPM discloud.app para gerenciar sua aplicação Discloud.
- [Exemplos de Uso](https://docs.discloud.com/sdks-and-libraries/npm-library/usage-examples.md): Exemplos e casos de uso para a biblioteca NPM discloud.app, cobrindo gerenciamento de aplicações, monitoramento, operações de equipe e muito mais.
- [\[EM ANDAMENTO\] Biblioteca Python](https://docs.discloud.com/sdks-and-libraries/python-library.md)
- [\[EM ANDAMENTO\] Introdução](https://docs.discloud.com/sdks-and-libraries/python-library/getting-started.md)
- [\[EM ANDAMENTO\] Exemplos de Uso](https://docs.discloud.com/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/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.
