# VC Type

VC type can be defined as a collection of wanted format before making the VC format. For instance, a student ID card is classified as the VC type and each school's student ID card is classified as the VC format. It can only check what kind of claim is included and it will not have specific Issuer's information for issuing that certificate.

| VC Type                   | VC Form                |
| ------------------------- | ---------------------- |
| Student ID                | School A's  Student ID |
|                           | School B's Student ID  |
| Proof of Enrollment (PoE) | Company A's PoE        |
|                           | Company B's PoE        |

## VC type list

As provided in the below figure, it provides a list of the generated VC types from all Issuers.

![](/files/-MBbyByQX0HICcirzULD)

* `Code of the VC type` - Code of VC type which is used as the identifier.
* `Name of the VC type` - A name that expresses the certification type.
* `Creator OMN ID` - Owner's Account who added the VC type.
* `Status` - Authentication status of the VC type.
* `Detailed info` - Able to check claims that being used on the VC type by clicking.

### Detailed view for the VC type

Able to check the claim of that type by clicking 'view details'

![](/files/-MBbyI2E9UuFeCIMUrHv)

### Add VC type

If the list does not have the VC type which in need, click add new VC type to generate a new certificate type.&#x20;

By clicking the claim to use from the list, it will be displayed as provided in the below figure.

![](/files/-MBbySZQ7I_Rnzd1_P-N)

* `Code of the VC type` - A random value generated by default which is editable by the user which is used as an identifier.
* `Name of the VC type` -The name of the certification type to add.
* `VC type description` - a description for the VC type to add.

The Scatter pop-up will be displayed by clicking the submit button after entering the information.

Check the entered information via Details and click the Sign button to send a transaction.

![](/files/-MBbxqz35JIGALHLGCcE)

{% hint style="info" %}
The generated VC type can be used once the Admin approves it.

Able to check details by visiting the 'My request List > VC type request list' page.&#x20;
{% endhint %}


---

# 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://dev-en.omnione.net/manager-console-guide/issuer-console/claim-type.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.
