# Signing keys

These keys can be used to verify the signatures of ID and logout tokens in the respective environment:

## Production environment

```
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWd7J/bJFIYaUCvKQw4Lflf196INB
rSUTs4kbH0nABCH5H6HutUp8Ya8n9uB7qCNIJGkOOv8eMzymi27G32tlNw==
-----END PUBLIC KEY-----
```

## Test environment

```
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEHIW3cGt20S+1MCtq98d7Atz1mXoC
TaDapvonJvZbVHcmnmms52NfzNZo0FwSgKRUmgSmcXUmh6grLbx6ZQE2zw==
-----END PUBLIC KEY-----
```


---

# 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.pliro.co/connect/signing-keys.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.
