# Configuration of the Eclipse plugin

You can set the following configuration options in the Snyk preferences.

<figure><img src="/files/gUcLxCxveJWbINCKsZAk" alt=""><figcaption><p>The Snyk preference page</p></figcaption></figure>

* `Snyk API Token`: Set the authentication token from Snyk.
* `Path`: Specify your additions to the path to find needed third party tools such as Gradle or Maven.
* `Custom Endpoint`: Specify the custom endpoint for Single Tenant setups instead of <https://app.snyk.io>.
* `Allow unknown certificate authorities`: Disable certificate checks for SSL connections.
* `Snyk Open Source enabled`: Enable/Disable Snyk Open Source Dependency Scans via Language Server. Default: `Enabled` during beta
* `Snyk Code enabled`: Enable/Disable Snyk Code Scans via Language Server. Default: `Disabled` during beta.
* `Snyk Infrastructure-as-Code enabled` : Enable/Disable Snyk IaC Scans via Language Server. Default: `Enabled` during beta.
* `Organization`: Specify the Snyk Organization to use for scanning. Snyk recommends using the `ORG_ID`. If you specify an organization slug name, the value must match the URL slug as displayed in the URL of your org in the Snyk UI: `https://app.snyk.io/org/[orgslugname]`.
* `Additional Parameters`: Specify additional parameters to pass to the CLI (for example, `--all-projects` or `-d.`
* `Additional Environment`: Add environment variables to Language Server, multiple can be separated by `;`. Example: `JAVA_HOME=/usr/local/bin;GOPATH=/usr/local/bin`
* `Update and install Snyk binaries automatically`: If `disabled`, no updates are downloaded and updates must be performed manually. Snyk recommends always using the most recent version of the CLI. Please make sure that the locations for Language Server and CLI point to an existent, current binary.
* `Snyk Language Server`: Specify the location of your language server binary.
* `Snyk CLI`: Specify the location of the Snyk CLI .
* `Send error reports to Snyk`: Send errors from Language Server to Snyk to enable quicker bug fixing. Default: `Enabled`.
* `Send usage statistics to Snyk`: Allow Snyk to get usage data to improve workflows. Default: `Enabled`.

###


---

# 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/~/changes/m2hJeDrttXy2N83AnRjM/integrations/ide-tools/eclipse-plugin/configuration-of-the-eclipse-plugin.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.
