> For the complete documentation index, see [llms.txt](https://docs.statuspal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.statuspal.io/next/getting-started/quickstart.md).

# Quickstart

### Select your modules

Our onboarding wizard will make setting up your incident management take just a few minutes instead of hours.

First, pick the modules you'd like to enable:

<figure><img src="/files/1ndB2FPMHx5uhim76SKW" alt=""><figcaption></figcaption></figure>

* **Incident management** enables your team to collaborate quickly to solve incidents directly from Slack or our friendly web dashboard.
* **Status pages** allow you to communicate about incidents & maintenance.
* **Monitoring** alerts you of any issues as soon as they arise, and can automate your incident management & communications.

The next steps will allow you to configure the modules you enable:

### Configure incident management

<figure><img src="/files/24SZbrt27CkMBXMDUV5k" alt=""><figcaption></figcaption></figure>

Enter the services you'd like to collaborate on to resolve any incidents. This should be a comprehensive list of any services (even internal ones) you manage.

### Configure your status page

<figure><img src="/files/lxvPmFgGYpInlOqutsuG" alt=""><figcaption></figcaption></figure>

Enter the **name of the product or main service** the status page is about. This could be your company name or a specific service you want to communicate about.

The **website URL** will be used to refer back to your company or service. If we can find relevant information, we'll also use this URL to determine and suggest the list of services for your status page.

The **timezone** will be used to display timestamps on your status page and in notifications. We'll attempt to determine this automatically, but feel free to change it if needed.

***

In the next steps, we'll help you configure your services and regions, as well as customize your status page, including colors, icons, and logo.

<div><figure><img src="/files/m1DNFeAUan65n4J5jWNp" alt=""><figcaption></figcaption></figure> <figure><img src="/files/AnyffthWVCm6xEObi8Zn" alt=""><figcaption></figcaption></figure></div>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.statuspal.io/next/getting-started/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
