> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/3rd-party-integration/fastspring/fastspring-how-to-create-a-license-key-with-features-from-fastspring.md).

# FastSpring - How to create a license key with features from FastSpring

The procedure below describes how to order a product via FastSpring while allowing the customer to select which feature to purchase. The license key generated by QLM will have these features selected.

* Create a product in FastSpring.
  * Once the product is created, click Configure Options.
  * Set the Display field to: Features or any name of your choice.
  * Set the Selection Type to: Multiple Selections.
  * Click Next.
  * Click Add Choice.
  * Select an existing product or create a new product.
  * Once the choice is created, edit the choice by clicking on the Edit button. Then set the "tags" property to the name of the feature (no spaces).
  * Repeat these steps for each feature.
* Back to the main product, add a fulfillment action:
  * Select the "Generate a License" option.
  * Select Script (PHP or JavaScript).
  * Set the Output Format to: Single-Line License (Quantity Based).
  * Set the License Name to: Person Name.
  * Click Create.
  * Copy paste the attached script.
  * Click Save.
* [FastSpringScript.txt](https://support.soraco.co/hc/en-us/article_attachments/115010397126)1 KB [Download](https://support.soraco.co/hc/en-us/article_attachments/115010397126)


---

# 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:

```
GET https://docs.soraco.co/docs/3rd-party-integration/fastspring/fastspring-how-to-create-a-license-key-with-features-from-fastspring.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.
