> For the complete documentation index, see [llms.txt](https://docs.licensespring.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.licensespring.com/sdks/go-sdk/v2.md).

# v2

- [Go SDK V2](https://docs.licensespring.com/sdks/go-sdk/v2/go-sdk-v2.md)
- [Handler](https://docs.licensespring.com/sdks/go-sdk/v2/handler.md)
- [Configuration Options](https://docs.licensespring.com/sdks/go-sdk/v2/handler/configuration-options.md)
- [Storage](https://docs.licensespring.com/sdks/go-sdk/v2/handler/storage.md)
- [Samples](https://docs.licensespring.com/sdks/go-sdk/v2/samples.md)
- [Air Gap License](https://docs.licensespring.com/sdks/go-sdk/v2/samples/air-gap-license.md)
- [Consumption License](https://docs.licensespring.com/sdks/go-sdk/v2/samples/consumption-license.md)
- [Features](https://docs.licensespring.com/sdks/go-sdk/v2/samples/features.md)
- [Floating License](https://docs.licensespring.com/sdks/go-sdk/v2/samples/floating-license.md)
- [How To Run Tests](https://docs.licensespring.com/sdks/go-sdk/v2/samples/how-to-run-tests.md)
- [How to Run the Sample Files](https://docs.licensespring.com/sdks/go-sdk/v2/samples/how-to-run-the-sample-files.md)
- [Local License](https://docs.licensespring.com/sdks/go-sdk/v2/samples/local-license.md)
- [Offline License](https://docs.licensespring.com/sdks/go-sdk/v2/samples/offline-license.md)
- [Online Licenses](https://docs.licensespring.com/sdks/go-sdk/v2/samples/online-licenses.md)
- [Breaking changes](https://docs.licensespring.com/sdks/go-sdk/v2/breaking-changes.md)
- [Error Handling and Logging](https://docs.licensespring.com/sdks/go-sdk/v2/error-handling-and-logging.md)
- [Build your Program](https://docs.licensespring.com/sdks/go-sdk/v2/build-your-program.md)


---

# 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.licensespring.com/sdks/go-sdk/v2.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.
