# Ghana

### Social Security Card

{% tabs %}
{% tab title="AI Document Scanning" %}
We can extract identity data from the SSNIT of Ghana and complete verification against MRZ field.
{% endtab %}

{% tab title="Verify via NFC" %}

{% endtab %}

{% tab title="Verify via Government Database" %}
We verify the SSNIT of Ghana via the government database.
{% endtab %}

{% tab title="NFC Output" %}

{% endtab %}

{% tab title="OCR Output" %}

{% endtab %}
{% endtabs %}

### Passport

{% tabs %}
{% tab title="AI Document Scanning" %}
We can extract identity data from the Passport of Ghana

Outputs :

* Surname
* Given Name(s)
* Nationality
* DOB
* Sex
* Date of Expiry
* Passport Number
* Passport Type
* Issuing Country
  {% endtab %}

{% tab title="Verify via NFC" %}

{% endtab %}

{% tab title="Verify via Government Database" %}
We verify the Passport of Ghana via the government database.
{% endtab %}

{% tab title="NFC Output" %}

{% endtab %}

{% tab title="OCR Output" %}

{% endtab %}
{% endtabs %}

### Identity Card

{% tabs %}
{% tab title="AI Document Scanning" %}
We can extract identity data from the ID Card of Ghana and complete verification against MRZ field.

Outputs :

* Image
* First Name
* Last Name
* Middle Name
* DOB
* Date of Expiry
* ID Number
  {% endtab %}

{% tab title="Verify via NFC" %}
We extract data and verify via the NFC chip in the ID Card of Ghana

Outputs :

* Image
* First Name
* Middle Name
* Last Name
* ID Number
* DOB
* Date of Issue
* Date of Expiry
  {% endtab %}

{% tab title="Verify via Government Database" %}

{% endtab %}

{% tab title="NFC Output" %}

{% endtab %}

{% tab title="OCR Output" %}

{% endtab %}
{% endtabs %}

### Driving Licence

{% tabs %}
{% tab title="AI Document Scanning" %}
We can extract identity data from the Driving Licence of Ghana and complete verification against MRZ field.

Outputs :

* Image
* First Name
* Last Name
* Middle Name
* DOB
* Date of Issue
* Date of Expiry
* ID Number
  {% endtab %}

{% tab title="Verify via NFC" %}

{% endtab %}

{% tab title="Verify via Government Database" %}
We verify the Driving Licence of Ghana via the government database.

Outputs :

* Certificate Date
* Date of Birth
* Expiry Date
* Full Name
* Issue Date
* Image
* Pin
  {% endtab %}

{% tab title="NFC Output" %}

{% endtab %}

{% tab title="OCR Output" %}

{% endtab %}
{% endtabs %}

### Voter ID

{% tabs %}
{% tab title="AI Document Scanning" %}
We can extract identity data from the Voter Card of Ghana and complete verification against MRZ field.
{% endtab %}

{% tab title="Verify via NFC" %}

{% endtab %}

{% tab title="Verify via Government Database" %}
We verify the Voter Card of Ghana via the government database.
{% endtab %}

{% tab title="NFC Output" %}

{% endtab %}

{% tab title="OCR Output" %}

{% endtab %}
{% endtabs %}

###


---

# 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.uqudo.com/docs/coverage/africa/ghana.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.
