# Tips & Tricks

- [OpenText Core 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 OpenText Core 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 OpenText Core 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 OpenText Core 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: 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/tips-and-tricks.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.
