# 1. Get Data from RDN

The first step of the process is to get the repossessed vehicle information from RDN.

* Log into RDN with your credentials.
* Click on the Search icon in the left-side menu.

<figure><img src="/files/BwktNoo8LWy7vCyuD1Nn" alt=""><figcaption><p>Search Icon</p></figcaption></figure>

* Scroll down to 'Date Range Criteria'.

<figure><img src="/files/6H3s8AbSTGEgNBJMGEfO" alt=""><figcaption><p>Date Range Criteria</p></figcaption></figure>

* Select 'Recovered', then enter the start date and end date that you want to process.

<figure><img src="/files/xuDAhwd6JYlL8qMfdXC4" alt=""><figcaption><p>Date</p></figcaption></figure>

{% hint style="info" %}
To process a single day, simply enter the same date for the starting and ending dates.
{% endhint %}

{% hint style="info" %}
When you open the Mailer program, it will show the last date range that was processed. You can use this to determine the appropriate date ranges to select.
{% endhint %}

* Click on 'Search'.

<figure><img src="/files/6Oj4EZ6vOPSF61x9R4UP" alt=""><figcaption></figcaption></figure>

* A list of repossessed vehicles will be shown. Click on 'Export Results'.

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

* A CSV file will be downloaded to your computer. This is the file that will be read into the Mailer program.

{% hint style="info" %}
Once the CSV file is downloaded, it's best to rename it using the date range and save it in a dedicated folder structure. This helps to keep things organized.
{% endhint %}


---

# 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.towcode.net/certified-mail/repossession/1.-get-data-from-rdn.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.
