# Citrea Full Node

In this section, we provide you with two ways to run a Citrea Full Node. Please keep in mind that you should have a synced Testnet4 instance for the following methods. If you don't, please check [here](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-testnet4).

* [Method 1 (Binary)](https://docs.citrea.xyz/developer-documentation/run-a-node/citrea-testnet/citrea-testnet-executable)
  * Easier to setup using a binary executable built by us, less configurable, suitable for Linux / MacOS.
* [Method 2 (Source)](https://docs.citrea.xyz/developer-documentation/run-a-node/citrea-testnet/citrea-testnet-source)
  * More general setup that allows developers to customize, also works for Windows.

***

If you encounter any problems during the node running even though you have a system that fits the requirements, please visit our [Discord](https://discord.gg/citrea) and let us know by opening a ticket.


---

# 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.citrea.xyz/developer-documentation/run-a-node/citrea-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.
