> 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/tips-and-tricks.md).

# Tips & Tricks

- [Fortify SCA CLI migration guide](https://docs.debricked.com/tips-and-tricks/debricked-cli-migration-guide.md): Learn why you should migrate to the new CLI and what actions are needed from your side.
- [Workarounds](https://docs.debricked.com/tips-and-tricks/workarounds.md): Check out some of the workarounds that help you use Fortify SCA!
- [Scanning Conan (C++) projects](https://docs.debricked.com/tips-and-tricks/workarounds/scanning-conan-c++-projects.md): Learn how to scan Conan (C++) projects with Fortify SCA.
- [Scanning a repository with different services](https://docs.debricked.com/tips-and-tricks/workarounds/scanning-a-repository-with-different-services.md): Learn how to scan a repository using different services.
- [Scanning Docker images](https://docs.debricked.com/tips-and-tricks/workarounds/scanning-docker-images.md): Learn how to scan Docker images with Fortify SCA.
- [Automations: Do not fail on found CVE lacking a fix](https://docs.debricked.com/tips-and-tricks/workarounds/automations-do-not-fail-on-found-cve-lacking-a-fix.md)
- [Configuring user access using API](https://docs.debricked.com/tips-and-tricks/workarounds/configuring-user-access-using-api.md): Learn how to configure user access using API.


---

# 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/tips-and-tricks.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.
