# Helpful Resources

## CryoDRGN Tips

* `cryodrgn --version`
* `cryodrgn view_config [outdir]`
  * As of version 2.3.0, you can also directly view the `config.yaml` file to see all parameters
* To optimize training speed, make sure the dimensions of the particle images and architecture settings (`--zdim` , `--enc-dim` , and `--dec-dim` ) are a multiple of 8.

## Chimerax

{% content-ref url="/pages/pQnhIUPhhcaFP30DnA0y" %}
[ChimeraX tips](/cryodrgn/helpful-resources/chimerax-tips.md)
{% endcontent-ref %}

## Useful Links

* Anaconda: <https://docs.anaconda.com/free/anaconda/install/>
* Jupyter notebooks: <https://jupyter.readthedocs.io/en/latest/running.html>
* Setting up jupyter notebooks remotely: <https://docs.anaconda.com/anaconda/user-guide/tasks/remote-jupyter-notebook/>


---

# 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://ez-lab.gitbook.io/cryodrgn/helpful-resources.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.
