# Run BlurIt OP

## Blurit CLI

The Blurit CLI is installed during the [Linux](/2.0.9/blurit-on-premise/installation/linux-dependencies.md) or [Windows](/2.0.9/blurit-on-premise/installation/windows-dependencies-wsl.md) dependencies installation process. This command will prompt you with several questions to assist in setting up your Blurit installation.

```bash
blurit start
```

The application will be available on ports **80** (HTTP) and **443** (HTTPS). The API can be accessed at the URL `/api`, and the Flower interface at `/flower`. The manager remains accessible via the standard URL (DNS or IP).


---

# 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://doc-op.blurit.io/2.0.9/blurit-on-premise/installation/run-blurit-op.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.
