# Linkvertise

{% hint style="info" %}
**Create Linkvertise Account**

Visit [linkvertise.com](https://publisher.linkvertise.com/) and create a new account.

Complete the verification process and set up your profile.
{% endhint %}

***

{% stepper %}
{% step %}
**Get API Credentials**

Navigate to your Linkvertise dashboard and find the Full Script API section.

Copy your publisher id out of the html tag

[Full Script API](https://publisher.linkvertise.com/dashboard#dynamic)

<figure><img src="https://2227366545-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXRmOiASjTj0a0E1p0cGz%2Fuploads%2FjI5gKAfYAr5REHHujywu%2Flinkvertise-publisher-id.png?alt=media&#x26;token=154bbd71-0f0b-4667-9ca3-60311096ac50" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Your publisher id can be found in the script tag (e.g. `<script src="https://publisher.linkvertise.com/cdn/linkvertise.js"></script><script>linkvertise(`**`123456`**`, {whitelist: [], blacklist: [""]});</script>`)
{% endhint %}
{% endstep %}

{% step %}
**Get Anti-Bypass Token**

Navigate to your Linkvertise dashboard and find the Settings section.

Check "Anti-Bypassing" and copy the token

<figure><img src="https://junkie-development.de/docsapp/images/linkvertise-anti-bypass.png" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Your anti-bypass token can be found in the Settings section [Settings-Page](https://publisher.linkvertise.com/dashboard#account)
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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.jnkie.com/integrations/linkvertise.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.
