# testnet

- [Algorand](https://docs.strnan.top/testnet/algorand.md)
- [Installation](https://docs.strnan.top/testnet/algorand/installation.md): How to install Algorand Node in your VPS.
- [Switching Network](https://docs.strnan.top/testnet/algorand/switching-network.md): Switching network algorand node from mainnet to testnet.
- [Fast Sync](https://docs.strnan.top/testnet/algorand/fast-sync.md): How to reach the latest block using fast sync. Don't waste your time to wait.
- [Find Server and Token](https://docs.strnan.top/testnet/algorand/find-server-and-token.md): How to find your IP:PORT and API token in Algorand Node.
- [Custom Port (Optional)](https://docs.strnan.top/testnet/algorand/custom-port-optional.md): This step is to resolve port conflicts, as the algorand node uses the default port of 8080. You can skip this step if you want to use default port.
- [Troubleshooting](https://docs.strnan.top/testnet/algorand/troubleshooting.md): Fix the issue when installing the algorand node.
- [Useful Command](https://docs.strnan.top/testnet/algorand/useful-command.md)
- [Aleo](https://docs.strnan.top/testnet/aleo.md): Where Applications Become Private. Aleo is a Layer 1 blockchain bringing privacy to the web.
- [Installation](https://docs.strnan.top/testnet/aleo/installation.md): Cara melakukan Deploy dan Execute Contract di Aleo Testnet.
- [Useful Command](https://docs.strnan.top/testnet/aleo/useful-command.md)
- [BlockX](https://docs.strnan.top/testnet/blockx.md)
- [Installation](https://docs.strnan.top/testnet/blockx/installation.md)
- [Goracle](https://docs.strnan.top/testnet/goracle.md)
- [Installation](https://docs.strnan.top/testnet/goracle/installation.md): How to install Goracle Node in your VPS.
- [Upgrade](https://docs.strnan.top/testnet/goracle/upgrade.md): Upgrade to the latest version of goracle binary.
- [Troubleshooting](https://docs.strnan.top/testnet/goracle/troubleshooting.md): Problems that often occur in running goracle nodes and how to solve them. All of these issues are not fully worked out, I share based on my own experience.
- [Useful Command](https://docs.strnan.top/testnet/goracle/useful-command.md): Useful command to check your goracle node and many more.
- [Impact Protocol](https://docs.strnan.top/testnet/impact-protocol.md)
- [Installation](https://docs.strnan.top/testnet/impact-protocol/installation.md): How to install Impact Protocol Node in your server.
- [Useful Command](https://docs.strnan.top/testnet/impact-protocol/useful-command.md)
- [NuLink](https://docs.strnan.top/testnet/nulink.md)
- [Installation](https://docs.strnan.top/testnet/nulink/installation.md): Guide for NuLink Staking Dashboard and Worker Account Setup
- [Upgrade](https://docs.strnan.top/testnet/nulink/upgrade.md)
- [Troubleshooting](https://docs.strnan.top/testnet/nulink/troubleshooting.md)
- [Useful Command](https://docs.strnan.top/testnet/nulink/useful-command.md)
- [Polymer](https://docs.strnan.top/testnet/polymer.md)
- [Challenge 3](https://docs.strnan.top/testnet/polymer/challenge-3.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://docs.strnan.top/testnet.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.
