# Tutorial

Just getting started? This is the right place 🚀

In this section, we are going to guide you through the installation and first steps of using Darkseal.

We have two approaches to start exploring:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Try Darkseal in Docker</strong></td><td>Get Darkseal up and running locally in ...</td><td><a href="../deployment/docker-deployment">→</a></td></tr><tr><td><strong>Try Darkseal from Open-source</strong></td><td>Chcck out Darkseal and build from ...</td><td><a href="../deployment/bare-metal-deployment">→</a></td></tr></tbody></table>

Still, have questions? You can take a look at out [FAQs](https://ciusji.gitbook.io/darkseal/appendix/faqs).


---

# 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://ciusji.gitbook.io/darkseal/overview/tutorial.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.
