# Adjusting spam detection options

{% hint style="info" %}
Spam detection options can only be adjusted by an Administrator.
{% endhint %}

Spam detection options can be used to adjust settings that govern the use of reCAPTCHA in any created [contact forms](/administrator-tasks/contact-forms.md).

### How to adjust spam detection options

1. Select 'Aristotle Cloud Dashboard' from the dashboard side panel.

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

2. Select 'View registry settings'.

<figure><img src="/files/3rUdnvCqBVjFiBtHtIPP" alt=""><figcaption></figcaption></figure>

3. Under the appropriate subheading, you may adjust the following:
   * 'Spam Detection Option': Toggles between the use of user provided key pairs, or Aristotle provided key pairs:
     * 'User provided key pairs': Key pairs acquired directly from Google by the user
     * 'Aristotle provided key pairs': Key Pairs acquired from Google by Aristotle, but offered to the user for use.

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

**Notes:**

* A key pair is used to achieve one way, asymmetric encryption. A site key is used to encrypt content, and a secret key to decrypt it. This form of encryption is impossible with more generic methods, like passwords. See [Google](https://www.google.com/recaptcha/about/) for information and configuration.
* Spam detection statistics can be tracked internally when using user provided key pairs. The statistics of Aristotle provided key pairs can be tracked only by Aristotle.

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


---

# 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://help.aristotlemetadata.com/administrator-tasks/aristotle-cloud-settings-editor/adjusting-spam-detection-options.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.
