# Create a OpenText Core SCA account

You must create a OpenText Core SCA account to use our service. To create a OpenText Core SCA account, navigate to [our website](https://debricked.com/) and click [**Start for Free**](https://debricked.com/app/en/register) or [**Log in**](https://debricked.com/app/en/login).&#x20;

There are two ways to create a OpenText Core SCA account:

* Sign up with email
* Sign up using GitHub SSO

### **Sign up with email​​​​​​​** <a href="#signupwithemail" id="signupwithemail"></a>

{% hint style="info" %}
This process creates a new company account. To join an existing company account, contact your company administrator for assistance.
{% endhint %}

To sign up using your email address:

1. Type your email address.
2. Read and accept the privacy policy and terms and conditions.
3. Type your details.
4. Type a secure password for your account.

### **Sign up using GitHub SSO** <a href="#signupusinggithubsso" id="signupusinggithubsso"></a>

You can also sign up using your GitHub account:

1. Click the **GitHub** button on the [Sign-up page](https://debricked.com/app/en/register).
2. Sign in using your GitHub credentials.
3. Next, you can either choose to connect to an organization or continue without one.&#x20;
   * If your company or colleagues already use OpenText Core SCA, join the existing organization.
   * &#x20;If you are the first collaborator to join or prefer to use our tool privately, you can opt to continue without connecting to an organization.
4. Choose the email address you want to use with your OpenText Core SCA account and enter your information.
5. Create a secure password.&#x20;
   * The password will not be used if you are logging in through GitHub.
   * The password is used to access admin pages if you have administrative rights.
   * The password is used if you use the email to log in instead of using the GitHub Single Sign-On (SSO).

### Administrator role <a href="#adminrole" id="adminrole"></a>

If you are the first collaborator to sign up in our organization or if you are not associated with any organization, you will receive admin rights. Even if you sign up using Single Sign-On (SSO), you will still need to create a password for the admin interface due to handling of sensitive information.

As an administrator, you are allowed to:

* Add, remove, or edit users
* Manage access tokens
* Change user permissions such as:
  * Allow SSO
  * Enforce comments when marking vulnerabilities as unaffected
  * Allow users to snooze vulnerability automations


---

# 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/create-a-debricked-account.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.
