# Quick Start Guide

If you're in a hurry, have your access details ready and need to work with the system straight away, here are the basic steps:

1. Sign In:
   1. [On a phone or tablet](/concepts-and-fundamentals/mobile-app.md)
   2. [On a computer](/concepts-and-fundamentals/on-a-computer.md)
2. [Select your Site](/concepts-and-fundamentals/on-a-computer/navigation.md#welcome-screen) (skip this step if your organisation only has one site)
3. [Join an Event](/concepts-and-fundamentals/on-a-computer/working-with-events.md#joining-events) by updating your duties under Events or your User Profile
4. Open the [Register](/concepts-and-fundamentals/on-a-computer/using-the-datagrid.md) you need to work with
5. [View](/concepts-and-fundamentals/on-a-computer/using-the-datagrid/viewing-items.md), [Edit](/concepts-and-fundamentals/on-a-computer/using-the-datagrid/editing-items.md), [Add](/concepts-and-fundamentals/on-a-computer/using-the-datagrid/adding-items.md) or manage Items as needed (consult the [module/register](/modules/overview.md) guide for details including operation and settings)

If you need to work offline on the Mobile app refer to: [Working Offline](/concepts-and-fundamentals/mobile-app/working-offline.md).


---

# 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://docs.cw.crisisworks.com/quick-start-guide.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.
