# AutoMan

## AutoMan

- [Introduction](https://docs.automanlang.org/master.md): AutoMan: A Domain-Specific Language for Crowdsourcing Tasks
- [Installing Prerequisites](https://docs.automanlang.org/getting-started/installation-tutorial.md)
- [Tutorial: Obtain Mechanical Turk Credentials](https://docs.automanlang.org/getting-started/tutorial-obtain-mechanical-turk-credentials.md)
- [Tutorial: Create an AutoMan Project](https://docs.automanlang.org/getting-started/creating-a-new-project.md)
- [Tutorial: Write and Run Your First App](https://docs.automanlang.org/getting-started/tutorial-write-and-run-your-first-app.md)
- [Pro Tip: Use the MTurk Sandbox](https://docs.automanlang.org/getting-started/pro-tip-use-the-mturk-sandbox.md)
- [AutoMan Memoizer](https://docs.automanlang.org/getting-started/automan-memoizer.md)
- [Cleaning Up](https://docs.automanlang.org/getting-started/cleaning-up.md)
- [What is AutoMan?](https://docs.automanlang.org/technical-documentation/what-is-automan.md)
- [Getting AutoMan](https://docs.automanlang.org/technical-documentation/getting-automan.md)
- [Quick Start Guide](https://docs.automanlang.org/technical-documentation/quick-start-guide.md): Follow this guide if you are \_already\_ familiar with Scala, SBT, etc.
- [AutoMan API Reference](https://docs.automanlang.org/technical-documentation/automan-api-reference.md)
- [Papers](https://docs.automanlang.org/technical-documentation/papers.md)
- [Press](https://docs.automanlang.org/press.md): Ooh!  Look at us!
- [Bugs / Source / Building](https://docs.automanlang.org/source-code.md)
- [License](https://docs.automanlang.org/license.md): AutoMan is licensed under the GPLv2, Copyright (C) 2011-2020 The University of Massachusetts, Amherst / Williams College.


---

# 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://docs.automanlang.org/master.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.
