# Introduction

Welcome to the æternity user tools section, where you'll find practical guides for participating in and utilizing the æternity blockchain. Whether you're interested in running a node to support the network, mining AE tokens, creating your first NFT, or simply setting up a wallet to store and transfer tokens, you'll find step-by-step instructions here. These guides are designed to be accessible while providing the technical details needed for successful interaction with the network. Each section walks you through the necessary tools, requirements, and best practices to help you get 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.aeternity.com/aeternity-user-tools-and-services/introduction.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.
