# JavaScript Events

Below is the full list of available events, each with its own documentation page:

1. jentis.consent.engine.vendor-change – Vendor consent(s) have changed.
2. jentis.consent.engine.vendor-add – At least one new positive consent was given.
3. jentis.consent.engine.init – The Consent SDK is fully loaded.
4. jentis.consent.engine.minimal-consent-given – At least one vendor has positive consent.
5. jentis.consent.engine.no-consent-given – No vendor has positive consent or no interaction with the CMP happened.
6. jentis.consent.engine.send-consent-data – Send consent data to the server.


---

# 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.jentis.com/developer-guide/consent-javascript-sdk/javascript-events.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.
