> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/developer-tools/integrations/snyk-ci-cd-integrations/teamcity-jetbrains-integration-using-the-snyk-security-plugin/teamcity-configuration-parameters.md).

# TeamCity configuration parameters

This page provides information about [Snyk settings](#snyk-settings), [Additional parameters](#additional-parameters), and [Snyk tool settings](#snyk-tool-settings).

## Snyk settings

### Severity threshold

* Default: low
* Specify a threshold: `low`

### Monitor Project on build

* Default: ON
* Snyk runs the `snyk monitor` command during the build, sending a Project snapshot to the Snyk Web UI, and continuing to monitor the Project for vulnerabilities after this build.

### File

* **Optional**
* If the manifest file is not on the root level, enter the relative path to that file.

### Organization

* Optional
* The ID of the Snyk Organization to which this Project will be associated when imported to the UI.
* Copy the Organization ID from the Snyk UI in the Settings area.

### Project name

* Optional
* Enter any unique name for this Project to help with recognizing it when viewing it in the Snyk UI.

## Additional parameters

* Optional
* Enter additional CLI options as necessary. See the [CLI documentation](/developer-tools/snyk-cli/snyk-cli.md) and [cheat sheet](https://snyk.io/blog/snyk-cli-cheat-sheet/).

## Snyk tool settings

### Snyk PAT or API token

* From the Settings area in the Snyk UI, copy the Organization, Personal API token, PAT, or create a service account.
* Use the token to authenticate your Snyk account when connecting to TeamCity.

### Snyk version

* Default: the most recent version
* If you would like an older Snyk CLI version to support the plugin, select the plugin version to use in your build.
* Snyk recommends configuring automatic upgrades and using the most recent version.

### Use custom build tool path:

* Specify which tool instance in your local environment Snyk is to use for this build.
* Without a specified tool, Snyk auto-detects the tool and locates it in your environment based on the Project type.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/developer-tools/integrations/snyk-ci-cd-integrations/teamcity-jetbrains-integration-using-the-snyk-security-plugin/teamcity-configuration-parameters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
