# Get the applicant's consent

## Invite an applicant&#x20;

Our regular invite process (where applicants fill the information in themselves) gathers the required consent from your applicants for each of our checks. No action is required on your part.

## Screen an applicant instantly

Using our [quickscreen](/api/faq.md#what-is-a-quickscreen-and-how-do-i-use-it) process allows you to enter the applicant's information without involving them directly. When issuing checks via this method, it is your responsibility to gather and obtain consent for each of the checks you plan to run.

If you've never obtained consent from your applicants before, please browse the resources in our [Compliance Library](https://compliancelibrary.certn.co/us/sample-forms). Or you can contact our [compliance team](mailto:compliance@certn.co) to inquire about the appropriate measures to take before sending your applications.

{% hint style="danger" %}

#### Important

You must obtain a proof of consent from the applicant **before** running a quickscreen.
{% 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.certn.co/api/guides/use-the-api/consent.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.
