> ## Documentation Index
> Fetch the complete documentation index at: https://docs.affinda.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resume Redactor

> How Affinda's Resume Redactor removes personal and demographic data from resumes to support unbiased recruitment, including the list of redactable fields.

Affinda's Resume Redactor can be used to redact a wide range of data for a range of benefits:

* **Protect against discriminatory biases**: Reduce bias against age, gender, etc.
* **Promote fair candidate selection**: Highlight skills and experience rather than background
* **Foster increased diversity**: Build teams with broader views and perspectives
* **Retain client contact details:** Recruiters can share resumes with their end-customers without sharing names and identifying details

While the Resume Redactor uses similar technology to Affinda's Resume Parser, it is configured differently to ensure that no data is left unredacted.

* Bias towards overpredicting
* Every instance of a particular field or word (e.g. candidate name, location) is redacted

<Check>
  Resume Redactor also works well with Cover Letters
</Check>

## Exporting the redacted file

To test the output of the Resume Redactor, users can download directly from the web application by selecting the option under the '...' menu.

<img className="block dark:hidden border-2 border-gray-300 rounded-lg" src="https://mintcdn.com/affinda-44/8O48gu_z8QeuNsDM/images/redact-light.jpg?fit=max&auto=format&n=8O48gu_z8QeuNsDM&q=85&s=ae65a32ea2eec4ff3ec21b45b6d06162" alt="Exporting redacted file" style={{ width:"25%" }} width="223" height="214" data-path="images/redact-light.jpg" />

<img className="hidden dark:block border-2 border-gray-300 rounded-lg" src="https://mintcdn.com/affinda-44/8O48gu_z8QeuNsDM/images/redact-dark.jpg?fit=max&auto=format&n=8O48gu_z8QeuNsDM&q=85&s=4eb37f259da5384ec9a3008b90003c4d" alt="Exporting redacted file" style={{ width:"25%" }} width="231" height="211" data-path="images/redact-dark.jpg" />

## Fields redacted

<AccordionGroup>
  <Accordion title="Personal Details" icon="head-side">
    * Candidate Name
    * Candidate Phone Number
    * Candidate email
    * Headshot
    * Date Of Birth
    * Personal Location
    * Gender/Pronouns
    * Nationality/Ethnicity
    * Marital Status
    * Age
    * Personal Website
  </Accordion>

  <Accordion title="Education Details" icon="school">
    * Education Organisation
    * Education Location
    * Education Dates
    * Education Website
  </Accordion>

  <Accordion title="Work Details" icon="briefcase">
    * Work Organisation
    * Work Location
    * Work Dates
    * Work Websites
  </Accordion>

  <Accordion title="Professional Development Activities" icon="up-right">
    * Activity Organisation Name
    * Activity Location
    * Activity Dates
    * Activity Website
  </Accordion>

  <Accordion title="Referee Details" icon="people-group">
    * Referee Name
    * Referee Position
    * Referee Organisation Name
    * Referee Email
    * Referee Phone Number
  </Accordion>
</AccordionGroup>

<Tip>
  Any fields that you do not want to be redacted can be disabled in Document Type settings
</Tip>

## Exporting redacted files

Within the Affinda Platform, users will see the predicted values as with other document types. Fields will not yet be redacted. To export a redacted version of the resume, use the [redact document endpoint](https://docs.affinda.com/api-reference/documents/get-redacted-document).
