# Integrating SDK and Configuring License Fulfillment

### Integrating the SDK or API in Your Application

We offer SDKs for C++, C#, Java, Swift, Python, GO, Nodejs and Objective-C, allowing seamless integration with your application. For more detailed information on the SDKs and integrations, please refer to our [**SDK Documentation**](/sdks/introduction.md).

For all other projects, detailed instructions on utilizing our APIs can be found here:

* [**License API**](/license-api/introduction.md)
* [**Management API**](/management-api/introduction.md)

Furthermore, our SDKs are equipped with sample apps and header files to facilitate seamless integration.

Should you require assistance or have any questions, please don't hesitate to [**submit a customer support ticket**](https://licensespring.zendesk.com/hc/en-us/requests/new). **We are here to help!**

### Configuring License Fulfillment

LicenseSpring offers multiple methods to generate and dispatch license keys, catering to your specific needs. If you generate a low volume of licenses (e.g., a few keys per month), manual generation within the platform might be suitable for you.

Here are the implementation instructions for generating license keys manually or through various integrations:

{% stepper %}
{% step %}

### Generating keys manually through the Vendor Platform

[**manually through the Vendor Platform**](/vendor-platform/licenses/issuing-new-licenses.md)
{% endstep %}

{% step %}

### Utilizing the License API and Management API

[**License API**](/license-api/introduction.md) and [**Management API**](/management-api/introduction.md)
{% endstep %}

{% step %}

### Shopify Plugin (3rd party)

[**Shopify**](/integrations/shopify.md) **Plugin** (maintained by a 3rd party)
{% endstep %}

{% step %}

### FastSpring Classic Store integration

[**FastSpring Classic Store**](/integrations/fastspring/fastspring-classic-store.md)
{% endstep %}

{% step %}

### FastSpring Contextual Store Old integration

[**FastSpring Contextual Store Old**](/integrations/fastspring/fastspring-contextual-store-old.md)
{% endstep %}

{% step %}

### Salesforce integration

[**Salesforce**](/integrations/salesforce.md)
{% endstep %}

{% step %}

### Stripe integration

[**Stripe**](/integrations/stripe.md)
{% endstep %}
{% endstepper %}

Choose the method that best aligns with your requirements to efficiently manage and deliver license keys using LicenseSpring.


---

# 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.licensespring.com/getting-started/integrating-sdk-and-configuring-license-fulfillment.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.
