# Debug SAML with “SAML Chrome Panel” extension

1. This guide requires Chrome as the Browser
2. Install the [SAML Chrome Panel](https://chrome.google.com/webstore/detail/saml-chrome-panel/paijfdbeoenhembfhkhllainmocckace?hl=en) extension
3. Make sure to sign out and sign in again to your Statuspal account
4. Open the SSO setting you want to test in Statuspal
5. Open the Developer Tools<br>

   <figure><img src="/files/OhmGlowIAIjowejRdsY2" alt=""><figcaption></figcaption></figure>
6. Select the SAML tab from the Developer Tools
7. Click on **Test SAML configuration** on your Statuspal account
8. You should see the SAML requests happening as follows:<br>

   <figure><img src="/files/IhjWNcdy4ikWAbnDWH1j" alt=""><figcaption></figcaption></figure>
9. Click on the Export button in the SAML panel<br>

   <figure><img src="/files/9IbyLQmgl7wkPw9AbieL" alt=""><figcaption></figcaption></figure>
10. Download the export file and send it over to us for debugging.

{% hint style="info" %}
We thank you for your cooperation!
{% 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.statuspal.io/guides/platform/debug-saml-with-saml-chrome-panel-extension.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.
