# Checkout Portal

The simplest way to relay users to purchase the subscription is to redirect them to the checkout portal page.&#x20;

To copy the URL:

1. &#x20;Navigate to `Manage` page
2. Click on the `Gear` icon on a row corresponding to the `Product` you wish to integrate
3. Click on `JS SDK` - the opened popup will contain a button that you can click to copy the direct Checkout/Subscription Portal url. \
   \
   If you also require capability to perform a lookup on user's subscription status and do not have a need to use JS SDK to create completely customized experience for your users, refer to [API section.](/integrations/api.md)


---

# 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.subtopia.io/integrations/checkout-portal.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.
