> For the complete documentation index, see [llms.txt](https://docs.debricked.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.debricked.com/overview.md).

# Overview

- [Getting started](https://docs.debricked.com/overview/getting-started.md): This section is your gateway to getting started with OpenText Fortify Software Composition Analysis (Fortify SCA).
- [Create a Fortify SCA account](https://docs.debricked.com/overview/getting-started/create-a-debricked-account.md): Create your OpenText Fortify Software Composition Analysis account effortlessly. Follow this simple guide to set up your account quickly.
- [Running Fortify SCA](https://docs.debricked.com/overview/getting-started/running-debricked.md): Learn about all the different ways of using OpenText Fortify Software Composition Analysis.
- [Help](https://docs.debricked.com/overview/help.md): Here are the various ways to receive additional assistance while using OpenText Fortify Software Composition Analysis.
- [Frequently asked questions (FAQ)](https://docs.debricked.com/overview/help/frequently-asked-questions-faq.md): Browse our FAQ section for detailed answers to common questions about using OpenText Fortify Software Composition Analysis.
- [Upgrade your account](https://docs.debricked.com/overview/help/upgrade-your-account.md): Enhance your OpenText Fortify Software Composition Analysis experience by learning how to upgrade your account.
- [Get help in Fortify SCA](https://docs.debricked.com/overview/help/get-help-in-the-debricked-tool.md): Here are the different ways of getting more help while using OpenText Fortify Software Composition Analysis.
- [Language support](https://docs.debricked.com/overview/language-support.md): See the full list of the languages and package managers currently supported by OpenText Fortify Software Composition Analysis.
- [C# - Nuget, Paket](https://docs.debricked.com/overview/language-support/c-nuget-paket.md): See a breakdown of the file formats and features supported in C#.
- [CycloneDX SBOM](https://docs.debricked.com/overview/language-support/cyclonedx-sbom.md): This section provides a breakdown of the file formats and features supported in CycloneDX SBOM.
- [Go - Go Modules, Go Dep, Bazel](https://docs.debricked.com/overview/language-support/go-go-modules-go-dep-bazel.md): This section provides a breakdown of the file formats and features supported in Go.
- [Java & Kotlin - Gradle, Maven, Bazel](https://docs.debricked.com/overview/language-support/java-and-kotlin-gradle-maven-bazel.md): This section provides a breakdown of the file formats and features supported in Java/Kotlin.
- [JavaScript - NPM, Yarn, Bower, pnpm](https://docs.debricked.com/overview/language-support/javascript-npm-yarn-bower.md): See a breakdown of the file formats and features supported in JavaScript.
- [Objective-C - CocoaPods](https://docs.debricked.com/overview/language-support/objective-c-cocoapods.md): See a breakdown of the file formats and features supported in Objective-C.
- [PHP - Composer](https://docs.debricked.com/overview/language-support/php-composer.md): See a breakdown of the file formats and features supported in PHP.
- [Python - Pip, Pipenv, UV, poetry](https://docs.debricked.com/overview/language-support/python-pip-pipenv.md): See a breakdown of the file formats and features supported in Python.
- [Ruby - RubyGems](https://docs.debricked.com/overview/language-support/ruby-rubygems.md): See a breakdown of the file formats and features supported in Ruby.
- [Rust - Cargo](https://docs.debricked.com/overview/language-support/rust-cargo.md): See a breakdown of the file formats and features supported in Rust.
- [Swift - CocoaPods](https://docs.debricked.com/overview/language-support/swift-cocoapods.md): See a breakdown of the file formats and features supported in Swift.
- [Linux package managers](https://docs.debricked.com/overview/language-support/linux-package-managers.md): See a breakdown of the file formats and features supported in Linux.
- [Scala - SBT](https://docs.debricked.com/overview/language-support/scala-sbt.md): This page provides a detailed overview of the file formats and features that Scala supports.
- [Security overview](https://docs.debricked.com/overview/security-overview.md)


---

# 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.debricked.com/overview.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.
