# Credentials

The [Credentials](https://app.wproofreader.com/credentials) page provides the keys you need to activate the proofreading service and authenticate API requests.

<div align="left"><figure><img src="/files/09vJUWNRW00drvTZTbiu" alt="Credentials page showing Service ID and Access key fields" width="563"><figcaption></figcaption></figure></div>

### Service ID

The **Service ID** is your subscription activation key. You use it to connect WProofreader, SCAYT, or any other WebSpellChecker product to your subscription. Enter this value in the `serviceId` parameter of your product configuration.

You can reveal the Service ID by clicking the eye icon, and copy it with the copy button.

### Access key

The **Access key** is used to authenticate direct API requests for features like custom dictionary and style guide management. You don't need it for standard product setup.

If you believe your access key has been compromised, click **Regenerate** to create a new one. The old key is deactivated immediately.

For details on using these keys, see the following pages:

* HTTP API overview for general API authentication
* Custom dictionary for managing organization dictionaries via API
* Style guide API for managing custom rules via API


---

# 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.wproofreader.com/admin-panel/credentials.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.
