> For the complete documentation index, see [llms.txt](https://docs.kerberus.com/kerberus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kerberus.com/kerberus/frequently-asked-questions/software-faq/how-do-i-know-if-sentinel3-is-working-for-me.md).

# How do I know if Sentinel3 is working for me?

The easiest way to know that Sentinel3 is working for you is to visit a trusted site you use regularly and attempt a transaction. For example, go to OpenSea to list one of your NFTs for sale or to Uniswap to swap some coins.

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

Sentinel3's loader will show up when you attempt a transaction or signature, letting you know it's checking if what you're about to do is safe.

If Sentinel3 doesn't show you an [**alert**](/kerberus/sentinel3/alert-types.md), you are safe to proceed and covered up to $30k.

{% hint style="warning" %}
If you don't see Sentinel3's loader when attempting a transaction or signature, it could be one of the following:

1\) You added the website to your allowed list. You can check this by clicking on the extension.

2\) The website is interacting with a testnet which Sentinel3 doesn't scan or protect on.

3\) The website is a blockchain explorer which Sentinel3 doesn't scan or protect on.

4\) Something is making it malfunction. [**Please reach out to us on Discord if this happens**](https://discord.gg/kerberus).
{% endhint %}


---

# 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.kerberus.com/kerberus/frequently-asked-questions/software-faq/how-do-i-know-if-sentinel3-is-working-for-me.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.
