# QI Tech — CertifiQI › Getting Started

Documentação da QI Tech em texto corrido, para colar em um LLM.
Fonte: https://docs.qitech.com.br
6 página(s).

Índice:
- Environments (/en/documentation/certifiqi/ambientes)
- Access Profile Creation (/en/documentation/certifiqi/cadastro)
- Structure (/en/documentation/certifiqi/estrutura)
- Authentication Method (/en/documentation/certifiqi/forma_de_autenticacao)
- Start (/en/documentation/certifiqi/inicio)
- User Permissions (/en/documentation/certifiqi/permissoes)

---

# Environments

URL: /en/documentation/certifiqi/ambientes

We have both production and sandbox environments.

### API and Platform URL

- Sandbox:
    - platform:  https://sandbox.certifiqi.com.br/
    - api: [https://api.sandbox.certifiqi.com.br](https://api.sandbox.certifiqi.com.br/)
- Produção:
    - platform: https://certifiqi.com.br/
    - api [https://api.certifiqi.com.br](https://api.sandbox.certifiqi.com.br/)

:::danger Important Notice!
Real personal and/or company data must not be used in QI Tech’s Sandbox environments.
:::

---

# Access Profile Creation

URL: /en/documentation/certifiqi/cadastro

1. Send an access request to the email certifiqi@qitech.com.br providing the following information:
   1. Company's CNPJ
   2. Full name of the Master user
   3. CPF do usuário Master
   4. Master user's CPF
2. After the access is created by the QI Tech team, the Master user will receive an email with a link to access the Certifiqi platform to complete the registration.
3. When accessing the platform for the first time, the Master user can invite other users to also gain access to the platform.

---

# Structure

URL: /en/documentation/certifiqi/estrutura

Certifiqi uses batch group that encompass different documents and their respective signers. Below are some key terms to help you understand how the platform works.

### Related Party

Represents an individual or a legal entity (company) associated with the signing of documents. It may include one or more signer groups.

### Signer Group

A group of signers that make up a related party. If any of the configured groups meet the required condition (minimum number of signatures or represented value), the related party is considered signed. This allows flexible signature rules for companies.

### Signer

A signer who belongs to a group. You can define whether their signature is mandatory for the group's condition to be satisfied.

### Document

A document that must be signed.

### Document Batch

A set of documents of a given type that must be signed by one or more related parties. A batch group can include multiple batches, each representing a different document category.

### Batch Group

The batch group itself, which groups multiple document batches (Document Batch) to be signed.

## Diagrama da estrutura

## Exemplo de Uso

### Diagrama

The batch group contains two elements of type Document Batch: one for Trade Bills and another for the Term of Assignment.

### Document Batch – Trade bill

- Contains two documents: Trade Bill 1 and Trade Bill 2.

- It is associated with a Related Party representing the Assignor.

- This Related Party has two Signer Groups:

    - Signer Group 1: composed of two signers (Signer 1 and Signer 2).

    - Signer Group 2: composed of one signer (Signer 3).

For the Related Party to be considered as signed, it is sufficient that one of the Signer Groups is satisfied. This can happen in two ways:

- Option 1: Signer 1 and Signer 2 sign, satisfying Signer Group 1.

- Option 2: Only Signer 3 signs, satisfying Signer Group 2.

Once the Related Party is satisfied by either of these options, the Trade Bill Document Batch will be considered signed.

### Document Batch – Assignment Agreement

- Contains one document: Assignment Agreement.
- Has two Related Parties:
    - Assignor
    - Fund Administrator
- Each Related Party has a signer group.
- The consulting Related Party has a Signer Group with two signers, so both signers must sign to complete the consulting related party.
- The fund administrator Related Party has a Signer Group with one signer, so this signer must sign to complete the fund administrator related party.

Once the Related Parties are satisfied, the Assignment Agreement Document Batch will be considered signed.

---

# Authentication Method

URL: /en/documentation/certifiqi/forma_de_autenticacao

To make a request to our platform, you need to include the API key in the request header using the x-api-token field, as shown in the example below:

Header

```json

{"x-api-token": "\<EXAMPLE-OF-API-KEY\>"}

```

This key is exclusive to each client and can be requested by email by sending your request to certifiqi@qitech.com.br.

---

# Start

URL: /en/documentation/certifiqi/inicio

The Certifiqi platform aims to perform signatures using certificates that comply with the ICP-Brasil standard. In addition, signatures are completed within seconds, even for a high volume of documents. For more information, visit:

https://qitech.com.br

# Signature Methods

### Cades
- A type of digital signature where the signature data is stored in a separate file. 
- File in .p7s format.

### Pades
- A type of digital signature where the signature is embedded within the PDF file itself.
- File in .pdf format.

---

# User Permissions

URL: /en/documentation/certifiqi/permissoes

Users on the platform are divided into three access categories: master, signer, and observer.

### Master:
- Can edit and create events.
- Can view all documents.
- Can change user permissions.

### Signer:
- Can sign documents on the platform.
- Can view documents for which they are a signer.

### Observer:
- Can view documents on the platform.