# Overview

ProcessMaker's **Transfer Credit Evaluation - High School** solution enables higher education institutions to evaluate high school transcripts for credit transfer through a streamlined, automated system. Built to reduce manual tasks, and ensure compliance. This solution automates transcript intake, and review processes to minimize delays.

***

## Process Overview

The steps below illustrate how a transcript is reviewed and processed.

{% stepper %}
{% step %}
**Transcript Upload and Data Extraction**

The process begins in the Transcripts Dashboard, where Credit Officers upload, and manage all incoming transcript files. This centralized interface provides real-time tracking of each transcript's status. After the transcript is uploaded, the system uses OCR and AI to extract critical information, including:

* Student details
* Institution name
* Course titles, grades, and credit hours

Transcripts are automatically scanned for structured data.
{% endstep %}

{% step %}
**Course Review**

Once transcript data is extracted, Credit Officers review each course and any missing information.

Key actions in this step include:

* Reviewing course details and identifying missing fields.
* Manually updating course data where necessary.
* Accessing supporting metadata such as course descriptions, credit values, and grading scales.

To support this evaluation, the platform offers functionality designed to make the process more efficient — including keyword search, the ability to add or delete records, and access to general transcript information. These tools help evaluators quickly navigate, validate, and complete course information with greater accuracy.
{% endstep %}
{% endstepper %}


---

# 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-high-school/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.
