# Select Your Factomd Node

By default, Enterprise Wallet will connect to a factomd node run by Factom Inc. This node is used to broadcast and download transactions. This section will guide you through the steps to change which factomd node Enterprise Wallet connects to.

1. Open your wallet, and select "Settings" on the lefthand panel.
2. Ensure "Custom Factomd Location" is selected.
3. Input the address of your new factomd node and click save.
4. Syncing can take a long. Don't worry if your balances are 0 during the sync.

{% hint style="info" %}
Enterprise Wallet does not download the entire blockchain. It only downloads transactions.
{% endhint %}


---

# 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://factom-protocol.gitbook.io/documentation/wallets/enterprise-wallet/select-your-factomd-node.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.
