> For the complete documentation index, see [llms.txt](https://docs.dorg.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dorg.pro/install-dorg/before-starting.md).

# Before starting

**Dorg** is a cloud application deployed within your **Microsoft Azure** environment. Each installation corresponds to a **single, unique Dorg user** within your company infrastructure.

## Requirements

Before proceeding with the installation, ensure that you have the following:

1. **Purchase a Dorg License**\
   You have purchased a **Dorg License** on the **Dorg Agency** ([https://portal.dorg.pro](https://portal.dorg.pro/))**.**\
   One license = one Dorg installation = one Dorg user.
2. **Azure subscription and Entra ID**\
   You have an existing Azure subscription with Entra ID (formerly Azure AD) where the Dorg application will be installed.
3. **Azure administrator: region and quota**\
   Ensure your **Azure administrator** can do the steps reported in the [Azure Preparation](/install-dorg/install-a-new-dorg/azure-preparation.md) chapter:

   1. Enablement of Resource Providers.
   2. Check for **availability and quotas** on "sweden-central" region.
   3. Create a **Resource Group** for the Dorg.
   4. Assign you the **RBAC roles** required to perform the application installation.
   5. Create the Dorg user in Entra ID.

   At the end of the installation, you'll also need your Azure administrator to **grant** a set of permission on Entra ID to the Dorg application.
4. **Availability of a Credit Card**\
   You'll need a valid credit card to complete the purchase of some initial credits on Claude Anthropic.


---

# 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.dorg.pro/install-dorg/before-starting.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.
