> For the complete documentation index, see [llms.txt](https://guides.dojah.io/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.dojah.io/user-manual/identity-verification/government-lookup/download-lookups.md).

# Download Lookups

**INDIVIDUAL SINGLE LOOKUP HISTORY TABLE**&#x20;

1\) To access the individual lookup history table, the user must click on the <mark style="color:blue;">"View History"</mark> button as seen below;

<figure><img src="/files/buzoYYgdOVBhTWz28Zs0" alt=""><figcaption><p>View history button for Individual single lookup</p></figcaption></figure>

2\)  After clicking the <mark style="color:blue;">"View History button"</mark> it directs to the history table, as depicted in the image below;

<figure><img src="/files/ohXk0YikdQTWEEJs2bRV" alt=""><figcaption><p>History table for Individual single lookup</p></figcaption></figure>

3\) Upon clicking the **filter button**, a side modal is triggered, enabling users to filter the history table by app, date, country, etc., as illustrated below;

<figure><img src="/files/SwzQQEdmf1uZU176wv7b" alt=""><figcaption><p>Filter Button Highlighted</p></figcaption></figure>

<figure><img src="/files/AzHZQlWCNOP266NOJ6nC" alt=""><figcaption><p>Side modal pop-up after filter button is clicked.</p></figcaption></figure>

4\) Upon clicking the export button, a notification will promptly appear on the dashboard, confirming that the file has been successfully dispatched to the email associated with the dashboard access.

<figure><img src="/files/44egMB1hPOAkCW3TwQ2s" alt=""><figcaption><p>Export button highlighted</p></figcaption></figure>

5\) By clicking on the eye icon for a specific lookup, users can <mark style="color:blue;">preview</mark> the business data, and it is also <mark style="color:blue;">downloadable</mark> as a PDF.&#x20;

<figure><img src="/files/ZnRZ3LmSCvdiMPjkb2t4" alt=""><figcaption><p>Eye icon highlighted</p></figcaption></figure>

<figure><img src="/files/mAkPeEzFQo6fm50pn0Ni" alt=""><figcaption><p>Side modal pop-ups and users can download as PDF</p></figcaption></figure>

**INDIVIDUAL BATCH LOOKUP HISTORY TABLE**&#x20;

* &#x20;To access Individual Batch Lookup History, users have to click on the  <mark style="color:blue;">"View History"</mark> button

<figure><img src="/files/mV2mrUWAnfLpdeYIDdLx" alt=""><figcaption><p>"View History" Button</p></figcaption></figure>

<figure><img src="/files/p9Ty0WRH6bMrSXjYEv55" alt=""><figcaption><p>Individual batch lookup history table</p></figcaption></figure>

* Clicking on the name of a specific lookup in the history table provides a preview of the uploaded document, including details about the uploader and other relevant information. Users can also download the preview if needed.

<figure><img src="/files/vzLRl6RPRxjvIeYVLzgz" alt=""><figcaption><p>Preview  details of lookup and download as PDF</p></figcaption></figure>

\
**BUSINESS SINGLE LOOKUP HISTORY TABLE**

1\)  A user clicks on <mark style="color:blue;">"View history"</mark>, it leads to the history table for a single lookup

<figure><img src="/files/SEWsbho09jyYeyUERN5Y" alt=""><figcaption><p>View the history button for Business single lookup</p></figcaption></figure>

<figure><img src="/files/3cOUqsfqrYc9hO6iN7CV" alt=""><figcaption><p>An overview of the history table for Business single lookup</p></figcaption></figure>

2\)  By clicking on the <mark style="color:blue;">eye</mark> icon in the history table, users can access a preview of the lookup data for that particular business, and it is <mark style="color:blue;">downloadable</mark> as a PDF.

<figure><img src="/files/0bRz1OdcBLkRLtWHeeML" alt=""><figcaption><p>Eye icon highlighted</p></figcaption></figure>

<figure><img src="/files/7QqQC8J3m5z8g2lYMCUQ" alt=""><figcaption><p>A preview screen of a  lookup and how to download as PDF</p></figcaption></figure>

3. Upon selecting the export button, the information from the history table will be forwarded to the email linked to the user's dashboard access.

<figure><img src="/files/vGTZwvhAyXTswXqUInEs" alt=""><figcaption><p>Export button highlighted</p></figcaption></figure>

**BUSINESS BATCH LOOKUP HISTORY TABLE**&#x20;

1\)  A user clicks on the <mark style="color:blue;">"View history"</mark> button, it leads to the history table for a Business Batch lookup

<figure><img src="/files/Dx0WHyYzHsVfceK8cOQS" alt=""><figcaption><p>View the history button for Business batch lookup</p></figcaption></figure>

<figure><img src="/files/yQeNS0MBj2yyeMaAdmHM" alt=""><figcaption><p>An overview of the history table for Business batch lookup</p></figcaption></figure>

2\) When a  user clicks on the name of the lookup on the Business batch history table, it leads to a  side modal showing a preview of lookup details. <br>

\
3\. Upon clicking on the Export button, the history table data is sent to the email used to access the user dashboard.

<figure><img src="/files/oLAE0iXpnYpoN1cf7s9j" alt=""><figcaption><p>Export button highlighted</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://guides.dojah.io/user-manual/identity-verification/government-lookup/download-lookups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
