# Overview

- [Getting started](https://docs.debricked.com/overview/getting-started.md): This section is your gateway to getting started with OpenText Core Software Composition Analysis (OpenText Core SCA).
- [Create a OpenText Core SCA account](https://docs.debricked.com/overview/getting-started/create-a-debricked-account.md): Create your OpenText Core SCA account effortlessly. Follow this simple guide to set up your account quickly.
- [Running OpenText Core SCA](https://docs.debricked.com/overview/getting-started/running-debricked.md): Learn about all the different ways of using OpenText Core SCA.
- [Help](https://docs.debricked.com/overview/help.md): Here are the various ways to receive additional assistance while using OpenText Core SCA.
- [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 Core SCA.
- [Upgrade your account](https://docs.debricked.com/overview/help/upgrade-your-account.md): Enhance your OpenText Core SCA experience by learning how to upgrade your account.
- [Get help in OpenText Core SCA tool](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 Core SCA.
- [Language support](https://docs.debricked.com/overview/language-support.md): See the full list of the languages and package managers currently supported by OpenText Core SCA.
- [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: 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.debricked.com/overview.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.
