# SDK

### Two devices same license feature

The customer is using both **PC1** and **PC2** with the same license feature. **PC1** performs local consumption and then uses the `SyncConsumption` method to send the data to the server. These changes are visible within the portal.

However, when **PC2** calls the `SyncConsumption` method, the changes made by **PC1** are not visible in the localLicense file. To sync **PC2** with the server, the `CheckLicense` method should be used.

<details>

<summary>Summary</summary>

* If a feature is consumed, the `SyncConsumption` method will send the updated data to the server, resulting in changes to the localLicense file.
* If a feature is not consumed, the `SyncConsumption` method will neither send data to the server nor retrieve new data from the server.
* The only way to retrieve new information from the server is to call the `CheckLicense` method.

</details>


---

# 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/frequently-asked-questions/sdk.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.
