# T4L3NT Net

- [Blockchain](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain.md)
- [Setting up a t4l3nt node](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/setting-up-a-t4l3nt-node.md): Step-by-step instructions for setting up a t4l3nt node
- [Build the Docker Image locally](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/setting-up-a-t4l3nt-node/build-the-docker-image-locally.md)
- [Run a node without docker](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/setting-up-a-t4l3nt-node/run-a-node-without-docker.md): This requires running 4 processes simultaneously but is far more efficient for your system as it doesn't require the docker engine.
- [Updating Node without Docker](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/setting-up-a-t4l3nt-node/run-a-node-without-docker/updating-node-without-docker.md): Install and update new protocol versions
- [Snapshots](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/snapshots.md): Instructions to import and export a snapshot from a t4l3nt node
- [Importing keys](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/importing-keys.md)
- [Updating your t4l3nt node](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/updating-your-t4l3nt-node.md): In order to activate protocol updates you will need to follow the below instructions.
- [Switching to a rolling node](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/switching-to-a-rolling-node.md): In order to switch from the old image to the smaller rolling node which uses less disk space you will need to follow the below instructions.
- [T4L3NT Rewards distributor](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/t4l3nt-rewards-distributor.md): Intructions for setting up and using the t4l3nt rewards distributor
- [t4l3nt Governance Overview](https://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net/blockchain/t4l3nt-governance-overview.md)


---

# 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://decentralized-pictures-foundatio.gitbook.io/dcp-docs-v0.0.1/t4l3nt-net.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.
