--- title: Documenting Nodes --- # Documenting Nodes Unless you make a throwaway node, adding a short description for it is a good idea. Documentation helps you to recall what the node does and how it behaves in edge cases. If you’re going to publish your nodes as a library, documentation is the must. Fortunately, describing a node and its pins is a simple process. Writing down a text of couple tweets in length would make your node order of magnitude better than undocumented one. Let’s document the node `between` you’ve created while following [Creating nodes for XOD in XOD guide](../nodes-for-xod-in-xod/). ## Describe the patch First, we need to describe our `between` patch as a whole. Open the patch, select nothing. In the Inspector you’ll see the “Description” field. Put a short description there.  ## Describe pins Then, we’ll put a short line of description to pins. Select a terminal node for the pin you’re going to document and add a description with Inspector as you did for the patch.  ## Preview the doc Select the `between` node in the Project Browser and press `H` key to invoke node’s help. This is how the help you just created will look like when others explore what your node does. Nice, isn’t it? 