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

# NodeChain

## Welcome to NodeChain

**Nodechain** is a service that allows you to create nodes on a blockchain and connect to them natively through the JSON-RPC protocol to its API. In short, it allows the user to build and manage their own nodes natively without having to rely on external services.

This GitBook contains all the documentation related to APIs, theoretical model and project structure.

## Getting started

If this is your first time building NodeChain and you want to set up your environment, use the quick start guide.

{% content-ref url="/pages/qfNqjvbrQ5UvusSkxDIz" %}
[Quick start](/nodechain-en/develop/quick-start.md)
{% endcontent-ref %}

Use the how-to guides to learn about using NodeChain in more depth.

{% content-ref url="/pages/Pl99IJYh93G69RcmwgfK" %}
[How-to](/nodechain-en/develop/how-to.md)
{% endcontent-ref %}

## Looking for the API specification?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/8z8xuxME8BumauUEmeRO" %}
[API Reference](/nodechain-en/reference/api-reference.md)
{% endcontent-ref %}

## Contribution guidelines

When contributing to NodeChain note that we have a code of conduct, please follow it in all your interactions with the project to keep the community healthy.

{% content-ref url="/pages/BlUFJtbzeCWqMg3URL2m" %}
[Contributing](/nodechain-en/develop/contributing.md)
{% endcontent-ref %}


---

# 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://phoenix-7.gitbook.io/nodechain-en/nodechain.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.
