# Language support for Bitbucket Pipelines integration

Snyk integration with Bitbucket pipes is supported for the following languages:

* JavaScript (npm)
* .NET (NuGet)
* PHP Composer
* Ruby
* Docker

{% hint style="info" %}
Bitbucket pipeline implementation for Java (Maven and Gradle) requires the [Snyk CLI](/developer-tools/snyk-cli.md).
{% endhint %}

Language support can be extended through the use of [user defined custom images](/developer-tools/snyk-ci-cd-integrations/user-defined-custom-images-for-cli.md). Using a custom image extends the support to Snyk-supported environments.


---

# 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.snyk.io/developer-tools/snyk-ci-cd-integrations/bitbucket-pipelines-integration-using-a-snyk-pipe/language-support-for-bitbucket-pipelines-integration.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.
