# Stripe Payment Links

Go to Step 4 (PromoteKit Integration) in your PromoteKit setup tab to follow along with these instructions. We also have a video walkthrough:

{% embed url="<https://www.youtube.com/watch?v=-1aeNHmzXKs>" %}

## Add the PromoteKit Script to your Site

This option supports both [Stripe Payment Links](https://stripe.com/payments/payment-links) and the [Stripe Pricing Table](https://docs.stripe.com/payments/checkout/pricing-table). Simply go to Step 4 (PromoteKit Integration), click OPTION 2: Stripe Payment Links, and copy the provided script. Paste this script in the custom code of your website within the \<head> or \<body> tags.

Here's how to add custom code using some popular website builders:

* [Webflow](https://university.webflow.com/lesson/custom-code-in-the-head-and-body-tags?topics=site-settings#custom-code-in-site-settings)
* [Framer](https://www.framer.com/academy/lessons/custom-code)
* [Wordpress](https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/)


---

# 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.promotekit.com/affiliate-links-setup/stripe-payment-links.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.
