# Galois Docs

## About Galois Tools

- [Galois Tools](https://tools.galois.com/galois-tools.md)

## CAMET

- [CAMET Library](https://tools.galois.com/camet/camet-library.md)
- [Training Resources](https://tools.galois.com/camet/overview/training-resources.md)
- [CAMET Tools](https://tools.galois.com/camet/overview/camet-tools.md): The CAMET® Library supports a range of modeling methodologies and technical standards throughout a project life-cycle, from system requirements through system integration.
- [Subscription](https://tools.galois.com/camet/overview/subscription.md)
- [FACE™ Technical Standard](https://tools.galois.com/camet/overview/face-tm-technical-standard.md)

## Cryptol

- [Cryptol: The Language of Cryptography](https://tools.galois.com/cryptol/cryptol-the-language-of-cryptography.md)
- [Documentation](https://tools.galois.com/cryptol/get-started/documentation.md)
- [Open Source](https://tools.galois.com/cryptol/get-started/open-source.md)
- [Download](https://tools.galois.com/cryptol/get-started/download.md)

## SAW

- [SAW: The Software Analysis Workbench](https://tools.galois.com/saw/saw-the-software-analysis-workbench.md)
- [SAW Tutorials and Manual](https://tools.galois.com/saw/documentation/saw-tutorials-and-manual.md)
- [Publications](https://tools.galois.com/saw/documentation/publications.md)
- [What is Crux?](https://tools.galois.com/saw/crux/what-is-crux.md)
- [When should I use Crux?](https://tools.galois.com/saw/crux/when-should-i-use-crux.md)
- [Download Crux](https://tools.galois.com/saw/crux/download-crux.md)
- [PGP Public Key](https://tools.galois.com/saw/crux/pgp-public-key.md)
- [Overview](https://tools.galois.com/saw/open-source/overview.md)
- [How to Contribute](https://tools.galois.com/saw/open-source/how-to-contribute.md)
- [Get SAW](https://tools.galois.com/saw/download/get-saw.md)
- [Public Key](https://tools.galois.com/saw/download/get-saw/public-key.md)

## Swanky

- [Swanky Documentation](https://tools.galois.com/swanky/swanky-documentation.md)

## c2rust

- [C2Rust](https://tools.galois.com/c2rust/c2rust.md)
- [Documentation](https://tools.galois.com/c2rust/c2rust/documentation.md)
- [FAQ](https://tools.galois.com/c2rust/c2rust/faq.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://tools.galois.com/galois-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.
