> For the complete documentation index, see [llms.txt](https://help.sortpin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sortpin.com/getting-started.md).

# getting started

- [Introduction](https://help.sortpin.com/getting-started/readme.md)
- [How to install SortPin.com Extension](https://help.sortpin.com/getting-started/how-to-install-sortpin.com-extension.md)
- [Overview of Key Features](https://help.sortpin.com/getting-started/overview-of-key-features.md): Discover all SortPin features – hidden pin insights, free Pinterest downloader, collaborative board finder, ad spy tool, and lead generation. Everything you need to grow on Pinterest in one Chrome ext
- [Manage License & Devices](https://help.sortpin.com/getting-started/manage-license-and-devices.md): Manage your SortPin license — find your purchase, activate license, link or unlink devices. Each license supports up to 5 devices/profiles.
- [Find Your Purchase License](https://help.sortpin.com/getting-started/manage-license-and-devices/find-your-purchase-license.md): Lost your SortPin license key? Two easy ways to find it: search your email inbox or log into your purchase account. Step-by-step guide with video.
- [Unlink or Deactivate Device](https://help.sortpin.com/getting-started/manage-license-and-devices/unlink-or-deactivate-device.md): Each SortPin license supports up to 5 devices. Learn how to unlink or deactivate a device to free up a slot for a new install.
- [How to Activate License](https://help.sortpin.com/getting-started/manage-license-and-devices/how-to-activate-license.md): Step-by-step guide to activate your SortPin license code and unlock all premium features. Includes troubleshooting for common activation errors.
- [Manage your subscription](https://help.sortpin.com/getting-started/manage-your-subscription.md): Manage your SortPin subscription — view billing history, update payment method, change plan, or cancel. Self-service portal via Lemon Squeezy.
- [Cancel your Subscription](https://help.sortpin.com/getting-started/manage-your-subscription/cancel-your-subscription.md): How to cancel your SortPin subscription in 6 steps. Includes alternatives (pause, downgrade) and refund policy info.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.sortpin.com/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
