# Credentials

The Meeco Wallet enables users (Holders) to import, store, view, share and delete their Verifiable Credentials without any tracking or third-party viewing their data. The Credential section of the Wallet can be accessed via the Credential icon on the navigation menu.

### Import a credential

Once a connection with an Organisation has been established (see the [Organisation Configuration tutorial](/guides/wallet-tutorials/organisation-configuration.md) for more information), the Organisation can directly issue credentials to your wallet. When a credential is issued to a wallet, a toast message will appear notifying you that a credential is waiting to be added to your wallet. You can either tap on the *Add now* button or the cross icon to cancel. A pop-up screen will appear asking you to confirm that you wish to add the credential(s) to your wallet. Select the credential(s) you wish to add and tap on the *Add* button. You can also choose to *Cancel* or *Reject all credentials*.

> **Note** *Reject all credentials:* Once a credential is rejected, the option to add it to your wallet will not appear again. The Issuer will need to re-issue the credential for you to add to your wallet.

<div align="center"><img src="/files/NnVPjXcz4yPN4vvi5obU" alt="How to import a credential tutorial video." width="300"></div>

### View a credential

Once a credential has been added to your wallet, you will see it appear in the *Credentials* section. The *face* of the credential will display the following information:

* Issuer’s logo (note that not all credentials will have a logo)
* The name of the credential
* The name of the Issuer
* Date issued
* Date expires
* An icon displaying the status of the credential

To view additional credential details, tap on the credential. An expanded view will appear. The expanded view includes the following information:

* Associated attributes (this may include the Holder’s personal details and information specific to the credential type)
* Advanced details
  * Credential ID
  * Issuer Name
  * Issuer DID
  * Option to copy raw data
  * Option to share raw data

<div align="center"><img src="/files/UnvRNIc9EuaOC4Mi8XC9" alt="How to view a credential tutorial video." width="300"></div>

### Credential status

Credentials can exist in different statuses. The status of a credential is indicated by the icon in the top-right of the credential itself and by the credential’s colour. See below the different possible statuses:

**Valid / Verified**

A valid credential is indicated by a tick in a circle icon and the colour of the credential will not change.

![credential\_status\_verified](/files/UYgPW2zvaIXgNguDwtkl)

**Not verified**

A credential that is unable to be verified in real-time is indicated by an exclamation mark in a circle icon. The colour of the credential will not change.

![credential\_status\_unknown](/files/CzWHednAq1XjQjBHnJBb)

**Revoked / Expired**

An expired credential is indicated by a an exclamation mark in a hexagon icon. The colour of the credential will change to a grey striped pattern.

![credential\_status\_revoked\_expired](/files/O4eCg45sw3ZTT6lYGH7i)

<div align="center"><img src="/files/sSML7pDjjAuO9ekjQTDi" alt="How to view a revoked credential tutorial video." width="300"></div>

### Delete a credential

To delete a credential, tap on a credential to view more details. Tap on the horizontal ellipsis icon ⋯ in the top-right corner of the screen. Tap on the *Delete* button. The credential will be removed from your wallet.

<div align="center"><img src="/files/WOxm3V8A6Ev0jyEtO6u6" alt="How to delete a credential tutorial video." width="300"></div>


---

# 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.meeco.me/guides/wallet-tutorials/credentials.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.
