# SAW Tutorials and Manual

SAW's tutorials and user manual are built and deployed to GitHub Pages as part of `saw-script`'s continuous integration system.

We deploy versions for the `master` branch and all release/version tags (such that you can easily reference the documentation for the version(s) of SAW that you use).

{% hint style="warning" %}
Version-specific Web documentation will be available for SAW versions ≥ 1.3. For older versions, please see [the releases](https://github.com/GaloisInc/saw-script/releases), which include PDF renderings of the tutorials and manual for those versions.
{% endhint %}

Visit <https://galoisinc.github.io/saw-script> to view all available Web versions of the documentation.


---

# 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://tools.galois.com/saw/documentation/saw-tutorials-and-manual.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.
