# Application setup

## Introduction

This document is designed for administrators tasked with configuring NannyML right after its deployment. The setup wizard streamlines the configuration process, covering essentials  such as authentication, email notifications, webhook integration, and usage statistics permissions.

This guide aims to provide clear, concise instructions for each configuration step, ensuring you get the most out of NannyML.

## Accessing the application setup wizard

As long as some settings are missing the application setup wizard will show up when you first navigate to the NannyML Cloud web application.&#x20;

Upon completing the wizard and providing all required settings, the NannyML Cloud web application will no longer display the application setup wizard. You can always revisit it to change settings. Navigate to the `/setup` path (so the full URL would be `https://<nannyml-instance-url>/setup` ) to access the application setup wizard manually.


---

# 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.nannyml.com/cloud/v0.20.2/deployment/application-setup.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.
