# Why VESS?

### Self-Sovereign Work Credentials

VESS uses the Ceramic Network to create the self-sovereign work history by storing it, previously siloed and closed within services and platforms, in the decentralized storage tied to an individual's DID. It then works as composable data that can be shared and referenced on any platform.

{% content-ref url="/pages/uwQqfZ185eSlqw30tdvP" %}
[Work Credential Data-Model](/advanced/work-credential-data-model.md)
{% endcontent-ref %}

### Visualized Identity

One of the unique points of VESS is that identities are visualized. By visualizing, you can intuitively understand what kind of person other ones are. Also, by visualizing information that is part of yourself, you can observe yourself objectively, and you may notice things about yourself that you were not aware of, or find the person you should be aiming for.

{% content-ref url="/pages/e81X076jp10ZggbohI0y" %}
[VOXEL](/basics/voxel.md)
{% endcontent-ref %}

### Composability

In the future, functions such as VOXEL generation, reference, and sharing will be easily composable to external services and platforms via SDK/API provided by VESS.


---

# 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://doc.vess.id/basics/why-vess.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.
