# SDK Functions

To get the current status of the **JENTIS Consent JavaScript SDK**, you can use the following client-side (frontend) JavaScript APIs.\
These functions allow you to retrieve the consent state for vendors, IDs, timestamps, and full vendor data directly from the user’s browser.

All functions are accessed via:

```javascript
jentis.consent.engine.<functionName>()
```

### Available Functions

* getVendorConsent – Get consent status for a specific vendor.
* getAllConsents – Retrieve consent status for all vendors.
* getConsentData – Get the custom consent data object for the current page scope.
* getConsentId – Get the current Consent ID for the user.
* getVendorFullData – Get all available vendor information.
* getLastUpdateTime – Get the timestamp of the last consent update.
* setNewVendorConsents – Set consent for one or more vendors.
* setConsentData – Store custom consent data in the JENTIS consent document.
* AcceptAll – Grant consent to all vendors.
* DenyAll – Revoke consent for all vendors.


---

# 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/sdk-functions.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.
