# CryoSPARC Tools

**cryosparc-tools** is an open-source Python library that enables powerful scripting access to CryoSPARC and is available for **CryoSPARC v4.1+.**

<figure><img src="/files/NNWUdW0mZwovkPgUnWsh" alt=""><figcaption></figcaption></figure>

Use cases:

* Programmatically read and write exposure, particle and volume data
* Easily perform advanced operations on metadata (alignments, CTF, etc) and programmatically insert modified data back into CryoSPARC
* Access project, workspace and job data
* Build and run jobs to orchestrate custom cryo-EM workflows
* Extend CryoSPARC functionality with third-party software packages
* **cryosparc-tools** is [on GitHub](https://github.com/cryoem-uoft/cryosparc-tools) and available via `pip` and can be used outside of the CryoSPARC environment in your own programs and tools

{% hint style="info" %}
The full documentation for **cryosparc-tools** is hosted at\
<https://tools.cryosparc.com/>
{% endhint %}

{% hint style="info" %}
**cryosparc-tools** source code is hosted [on Github](https://github.com/cryoem-uoft/cryosparc-tools).
{% endhint %}

If you are using CryoSPARC v4.0 or older, please see:

{% content-ref url="/pages/-MDTFgPUnPhd1paTR18p" %}
[Broken mention](broken://pages/-MDTFgPUnPhd1paTR18p)
{% endcontent-ref %}


---

# 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://guide.cryosparc.com/processing-data/cryosparc-tools.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.
