# Quick Start

## Creating A CodeCertify Project

## Project Structure

AICertify and CodeCertify projects are structured in a way that allows our customers to build projects that represent real world products.

In the real world, software-based products are constructed from various source  of code that must all come together to create a release for a given product.

AICertify and CodeCertify projects allow your team to aggregate all of these various sources of code that make up a given release. Each source is known as a **module.** Modules are first class citizens from which you can perform review actions, generate reports and apply specific policy that make meeting security, compliance and regulatory requirements much faster and easier.&#x20;

Modules can be added to \*Certify projects from various sources, including:

* Importing source code or binary projects from upstream vendors
* Public and private Source Code Repositories
* Public and private Container Repositories

Consider a very simple Infotainment System may contain modules from various vendors that make up the functionality in that System. Your team can each of the modules to a project that enbales them to see the various aspect of legal and security risk and enable them to take action, create policy and engage directly with the engineering team to mitigate various risks.&#x20;

## Project Summary Tab

The project summary tab provides a glimpse into the review status of of your project, and both license and security risks associated with those modules. A sumary of all discovered licenses and vulnerabilities are available from this pane.&#x20;

[**Learn more here**](#project-summary-tab)

<div data-full-width="false"><figure><img src="/files/47sYyKwmhoF9SA3ly1pk" alt=""><figcaption><p>CodeCertify Project Summary</p></figcaption></figure></div>

## Components Tab

CodeCertify components tab displays scan results for artifacts that are declared in dependency files(POM, NPM, etc), discovered libraries that are included with the project(zip, tar, nupkg, deb, jar, etc) and source-based libraries such as javascript CDN references or whole source components.&#x20;

[Learn more here](#components-tab)

<figure><img src="/files/YTQ3lRHYgmBFs05utR9b" alt=""><figcaption><p>CodeCertify Components Tab</p></figcaption></figure>

## Assets Tab

CodeCertify Assets tab displays the file(i.e source code, config files, dependency files, etc) artifacts in your project. The filters default to those source artifacts with a match to open source so that your team can quicklly determine the IP and legal risks from those artifacts.

[Learn more here](#assets-tab)

<figure><img src="/files/NdsN33TGqpNOdgj5wxjd" alt=""><figcaption></figcaption></figure>


---

# 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.threatrix.io/codecertify/quick-start.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.
