> For the complete documentation index, see [llms.txt](https://nordekdocs.gitbook.io/nordek/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nordekdocs.gitbook.io/nordek/summary.md).

# Summary

<figure><img src="/files/ZFf4yudzIt7ZzNpXMyF0" alt=""><figcaption></figcaption></figure>

Welcome to the Nordek documentation portal, where you can find comprehensive information about the Nordek platform and ecosystem.&#x20;

The documentation is divided into three main sections:

**1. Nordek Docs:** This section provides an overview of Nordek for those who want to learn more about it without delving into developer-specific details.

**2. Developer Docs:** Developers wishing to build on top of Nordek and its mobile-centric infrastructure or run validator nodes should consult this [portal](https://nordekdocs.gitbook.io/nordek).

**3. Tutorials:** The tutorials section offers consumer-focused tutorials to help users navigate and make the most of the platform.

{% hint style="info" %}
Join our [Discord server](https://discord.gg/Kp9mKpf2F9)\
Or say hello at: <hello@nordekscan.com>
{% endhint %}


---

# 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://nordekdocs.gitbook.io/nordek/summary.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.
