# Getting started

Follow these steps after [creating an account](/overview/getting-started/create-a-debricked-account.md) with OpenText Core SCA:

1. [**Set up an integration**](/tools-and-integrations/integrations.md)\
   If you have a project's dependency file but setting up an integration is not applicable at the moment, you can [upload the dependency file manually](/product/administration/repositories/upload-a-dependency-file-manually.md).
2. [**Set up a license use case**](/product/license-risk-management/set-up-a-use-case.md)\
   When you first access the license view, you will see that all repositories are marked as "Unknown" in the risk column. This is because you have not configured any use cases for your repositories yet. Defining a use case helps the tool understand how you organize the code in your repositories, which affects the risk associated with any particular license.
3. [**Set up automations**](/product/automation/create-an-automation-rule.md)\
   The automations engine allows for rules to be triggered based on conditions. For example, a rule can fail a pipeline if it detects a new high-risk vulnerability detected, or an unwanted license.

   By default, OpenText Core SCA has set up a number of rules to prevent unwanted licenses or dangerous vulnerabilities. Click the toggle button to disable any rule.


---

# 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/getting-started.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.
