# Overview

The **Transfer Credit Applicant** solution facilitates the identification of credit equivalency from student transcripts for current students at a university. Designed to streamline the evaluation of transferable credits, this solution ensures accurate and efficient data handling from the initial transcript submission to the final credit assignment.

The primary audience for this solution includes:

* University admissions staff
* Transfer credit evaluators
* Department professors
* Registrar office personnel

## Process Overview

The Transfer Credit Applicant process involves the following key steps:

1. **Submit Transcripts:** Applicants submit their transcripts from previous institutions to the university for evaluation. Transcripts can be uploaded individually, or a university admin can upload transcripts in bulk through a batch job.
2. **Data Extraction and Initial Processing:** The submitted transcripts are received and processed. Key data, including course names, grades, and credit hours, are extracted.
3. **Review and Confirmation of Course Data:** The extracted data is present to the reviewer to check for accuracy. Any discrepancies or missing information can be manually corrected as this step.&#x20;
4. **Course Matching and Evaluation:** The courses listed on the applicant's transcript are matched with equivalent courses offered by the university. This evaluation determines which courses will be accepted for transfer credit.
5. **Final Review and Credit Assignment:** A final review is conducted to confirm the transfer credit decisions. Approved transfer credits are assigned to the applicant's academic record.
6. **Notification and Documentation:** Applicants are notified of the transfer credit decisions. Documentation of the evaluation process and outcomes is maintained for future reference and audit purposes.

Click on a link to learn more!

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Submit Transcript</strong></td><td></td><td></td><td><a href="/files/seWSXLlvUJW6G1p2WqxZ">/files/seWSXLlvUJW6G1p2WqxZ</a></td><td><a href="/pages/2Gu2VV3BguXOasnajORZ">/pages/2Gu2VV3BguXOasnajORZ</a></td></tr><tr><td align="center"><strong>Review Transcripts</strong></td><td></td><td></td><td><a href="/files/3yXrR4HQhueV4wum87K3">/files/3yXrR4HQhueV4wum87K3</a></td><td><a href="/pages/CceorWp9j6HHyQ8dbqOY">/pages/CceorWp9j6HHyQ8dbqOY</a></td></tr><tr><td align="center"><strong>Route Unmatched Courses</strong></td><td></td><td></td><td><a href="/files/5RZsu26fMqs3AYb8eYYp">/files/5RZsu26fMqs3AYb8eYYp</a></td><td><a href="/pages/rshP5RJZgltidIaHP1ym">/pages/rshP5RJZgltidIaHP1ym</a></td></tr><tr><td align="center"><strong>Match Courses</strong></td><td></td><td></td><td><a href="/files/9ETZOYdlXzkrSqhSsP1i">/files/9ETZOYdlXzkrSqhSsP1i</a></td><td><a href="/pages/OdYkjohKEMExucepRfzJ">/pages/OdYkjohKEMExucepRfzJ</a></td></tr><tr><td align="center"><strong>Submit Evaluation</strong></td><td></td><td></td><td><a href="/files/K2bp0CoRKkYEjBpS1ccr">/files/K2bp0CoRKkYEjBpS1ccr</a></td><td><a href="/pages/mhtvYvGM4jqykhgnoaOn">/pages/mhtvYvGM4jqykhgnoaOn</a></td></tr></tbody></table>


---

# 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://processmaker.gitbook.io/higher-ed/transfer-credit-applicant-2.0/overview.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.
