...
# Setup
**How do you set up Fantom?**
To set up Fantom, *add the Fantom's `bin` directory to your `PATH` environment variable.*
# Tools
**What are four common tools you'll use with Fantom?**
Four common tools you'll use with Fantom are:
1. `fan` - The Fantom launcher for scripts and pods.
2. `fansh` - The Fantom interactive shell.
3. `fant` - The Fantom test runner.
4. IDEs - Different IDE and editor options.
# Docs
**Where can you go to read the documentation for Fantom?**
To read the documentation for Fantom, you can go to *https://fantom.org/doc/.*
**How do you compile the documentation for Fantom locally?**
To compile the documentation for Fantom locally, run:
```bash
$ fan compilerDoc -all
```
# Community
**Where are the online communities for Fantom located?**
The online communities for Fantom are located at:
* The forum - https://fantom.org/sidewalk/topic/.
* The GitHub repository - https://github.com/fantom-lang/fantom/.
* The IRC server - https://webchat.freenode.net/?channels=#fantom.