> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/legacy-documentation/solutions-2023/open-charging-network/connect-an-ocpi-ocn-party-to-a-node/2.-select-an-ocn-node-and-register-in-ocn-registry.md).

# 2. Select an OCN Node and register in OCN Registry

In order to connect a service to the OCN, you must choose which OCN node you want to connect to, and know the node's public wallet address. You will then request a registration token (Token\_A) from your selected node.&#x20;

{% hint style="info" %}
Access the full OCN technical documentation [here](https://shareandcharge.com/wp-content/uploads/2020/11/OCN-Documentation-v1.1.pdf).
{% endhint %}

## 1. Select a node

In order to connect a service to the Open Charging Network, you must decide which OCN Node you want to connect to.

### Test Network

To view public nodes available on the public test network and their wallet address, see "[Develop on the Test Network](/legacy-documentation/solutions-2023/open-charging-network/develop-on-the-test-network.md)".&#x20;

### Production Network

To view public nodes available on the public test network and their wallet address, see "[Develop on the Production Network](/legacy-documentation/solutions-2023/open-charging-network/develop-on-the-production-network.md)".&#x20;

## 2. Request a Token

Once you select a node operator that you want to connect to, you must:

1. &#x20;Know the OCN Identity (wallet address) of that OCN Node Operator ([from Step One above](#1.-select-a-node)).
2. Request a registration token (TOKEN\_A in OCPI terms). Note that this token is only temporary and will become invalid once the registration is complete.

## 3. Enter **Node** details in OCN Registry <a href="#enter-details-in-ocn-registry" id="enter-details-in-ocn-registry"></a>

After you have the public address of your public node and your registration token, you are now ready to create / update your OCN Identity on the OCN Registry. Follow the steps provided here: [Create and manage an OCN Identity](/legacy-documentation/solutions-2023/open-charging-network/create-and-manage-an-ocn-identity.md)


---

# 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://docs.energyweb.org/legacy-documentation/solutions-2023/open-charging-network/connect-an-ocpi-ocn-party-to-a-node/2.-select-an-ocn-node-and-register-in-ocn-registry.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.
