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

# Licensing

## Non-profit use

CryoSPARC™ and CryoSPARC Live™ are available free of charge for non-profit academic research. Non-Profit Academic Research is defined as follows:

{% hint style="info" %}
**Non-Profit Academic Research** means practicing, making, using, improving upon, importing and exporting (but not selling, leasing or otherwise monetizing) academic or scholarly research, for individual (personal) or academic institutional research purposes, in good faith, and expressly excludes, without limitation, purposes that are intended to (or result in, whether by intent or otherwise): (i) create a commercial advantage for any Person; (ii) generate monetary compensation for products or services; (iii) generate commercialization rights for any Person; (iv) be used in an ongoing business concern; or (v) result in an ongoing business concern obtaining any intellectual property rights in any research or results linked to the Non-profit Academic Research.
{% endhint %}

To request a license for non-profit academic research, please fill out the form on our website:

{% embed url="<https://cryosparc.com/download>" %}

The full text of the non-commercial license agreement is available here for reference:

{% content-ref url="/pages/-M8MHBdk2uDzL7ALZQI2" %}
[Non-commercial license agreement](/licensing/non-commercial-license-agreement.md)
{% endcontent-ref %}

## For-profit, commercial or industry use

Please contact <sales@structura.bio> for inquiries relating to for-profit or industry licensing, including academic-industry collaborations on proprietary projects and fee-for-service data processing.

## Questions about licensing?

If you aren't sure which license applies to your use case, or have any questions around licensing, please contact us at <sales@structura.bio> with your questions.


---

# 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://guide.cryosparc.com/licensing.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.
