> For the complete documentation index, see [llms.txt](https://docs.gataca.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gataca.io/developers/platform-tutorials/self-sovereign-identity/manage-credentials-activity.md).

# Manage Credentials Activity

To manage your issued credentials, go to the **Activity** tab in the **Issuance** section in the left panel. Here, you can manually issue credentials and also view, suspend, or revoke them as needed.

## Manage Issued credentials

Issued credentials can have one of three statuses:

* <mark style="color:green;">**Active**</mark> → The credential is issued and valid.
* <mark style="color:yellow;">**Suspended**</mark> → The credential is temporarily suspended. This can be done for various reasons deemed appropriate by the issuer. Suspended credentials can be reactivated or permanently revoked.
* <mark style="color:red;">**Revoked**</mark> → The credential is invalid. While revoked credentials remain in the user’s wallet, they cannot be verified, as any verification attempt will result in an error.

To view or change the status of a credential:

1. Navigate to the **Issued** **Credentials** tab within the **Activity** section.
2. Locate the credential you want to modify.
3. Click the three dots in the **Actions** column next to the credential to view its details data or change its status.

<figure><img src="/files/4ax7PWpiooByEwdQWfrM" alt=""><figcaption></figcaption></figure>

## Manually Issue Credentials

{% hint style="info" %}
As an organization, you can issue credentials automatically through system integration. If you want to integrate your template with your system, go to [SSI Issuance Integration](/developers/technical-integration/ssi-issuance-integration.md).
{% endhint %}

To manually issue a credential, go to **Issuance**, open the **Activity** tab, and then select **Pending Credentials.** Here, you can review and manage all credential issuance requests.

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

{% tabs %}
{% tab title="Approve Request" %}

1. Click the green checkmark icon ✅.
2. Manually fill out the form with the claims associated to this user or fill the credential data as a JSON. For examples of credential schemas in JSON format refer to [**Schemas (JSON Examples)**](https://docs.gataca.io/studio/platform-tutorials/self-sovereign-identity/issuance-process/issue-credentials/schemas-json-examples).

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

3. Click the "Submit" button.
4. The credential will now appear under "Issued Credentials" and will be issued to your Wallet, just as it would be seen by a user.
   {% endtab %}

{% tab title="Reject request" %}

1. Click the red cross icon ❌.
2. The credential won't be issued to the user's wallet.&#x20;
   {% endtab %}
   {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.gataca.io/developers/platform-tutorials/self-sovereign-identity/manage-credentials-activity.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.
