# Getting Started

- [What is Arkain?](https://docs.arkain.io/getting-started/what-is-arkain.md)
- [Quick Started](https://docs.arkain.io/getting-started/quick-started-2.md): With just a few clicks, you can set up your development environment and start developing with the powerful features of Arkain. Get started quickly and learn the basics of Arkain with Quick Started.


---

# 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.arkain.io/getting-started.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.
