> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.11.0/admin-panel/credentials.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wproofreader.com/v6.11.0/admin-panel/credentials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
