# Tools

> Interactive helpers that make Quasar easier to use.

Source: https://quasar.achaverot.fr/docs/tools/overview/

These tools run entirely in your browser. Nothing you type is sent anywhere, and nothing here touches your server.

## Getting a server up

<Cards>
  <Card title="Setup assistant" href="/tools/setup-assistant/" icon="rocket">
    The install steps, with your own domain and address filled in.
  </Card>
  <Card title="Compose routing" href="/tools/compose-routing/" icon="component">
    Which service would get the domain, and which ports stay exposed.
  </Card>
</Cards>

## Writing documents

<Cards>
  <Card title="Catalogue builder" href="/tools/catalogue-builder/" icon="grid">
    Your own entries, checked as Quasar checks them.
  </Card>
  <Card title="Station builder" href="/tools/station-builder/" icon="layers">
    A station document, step by step, with a preview of the page it produces.
  </Card>
  <Card title="Station checker" href="/tools/station-checker/" icon="search">
    Read a station somebody sent you, and what it asks to be allowed to do.
  </Card>
</Cards>