# Diarkis CLI

## Overview

The Diarkis CLI is a tool necessary for building the Diarkis server. It is included with the Diarkis server template.

By using the [Diarkis Server Template](/en/getting-started/diarkis-server-template.md), it is possible to build without needing to consciously consider the Diarkis CLI.

Additionally, to build, you will need information such as the `project ID` and the `builder token`. An enterprise license is required. For more details, please see [License and Billing](/en/support/license-and-billing.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://help.diarkis.io/en/diarkis-tool/diarkis-cli.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.
