> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Node docs - View documentation for any node

> Learn how to access built-in documentation for nodes in ComfyUI, including both built-in and custom nodes.

Node docs provide quick access to documentation for any node in your workflow. You can view detailed information about a node's functionality, parameters, and usage examples directly within ComfyUI.

## How to view node docs

<img src="https://mintcdn.com/dripart/dqTrh-Pf-n3XjOH5/images/interface/features/nod-docs/node-docs-1.jpg?fit=max&auto=format&n=dqTrh-Pf-n3XjOH5&q=85&s=f0f84fbc3d0b13d7aea79e61c83a7369" alt="Node docs" width="2004" height="1182" data-path="images/interface/features/nod-docs/node-docs-1.jpg" />

1. **Select a node:**\
   Click on any node in your workflow to select it.

2. **Open node docs:**\
   Click the node info icon in the selection toolbox to open the node documentation page.

3. **Exit node docs:**\
   If you want to exit the node docs, you can click the arrow icon in the top left corner to exit the node docs.

You can also access the node docs via the node library, hover on a node then click the "?" icon to open the node docs.

<img src="https://mintcdn.com/dripart/dqTrh-Pf-n3XjOH5/images/interface/features/nod-docs/node-docs-2.jpg?fit=max&auto=format&n=dqTrh-Pf-n3XjOH5&q=85&s=d1703627c0f200a24ac58c1366a3f51a" alt="Node docs" width="2000" height="1180" data-path="images/interface/features/nod-docs/node-docs-2.jpg" />

## Built-in node documentation

Documentation for ComfyUI's built-in nodes is maintained in the [embedded-docs repository](https://github.com/Comfy-Org/embedded-docs).

**Contributing to built-in node docs:**

* Users can contribute improvements and additions to built-in node documentation
* Submit pull requests to the [embedded-docs repository](https://github.com/Comfy-Org/embedded-docs)
* Help improve documentation quality for the entire ComfyUI community

## Custom node documentation

Custom nodes can also include their own documentation. When custom node authors provide documentation, it will automatically appear in the node docs panel when you select their nodes.

<Card title="Developer guide: Adding node docs" icon="code" href="/custom-nodes/help_page">
  Learn how to create rich documentation for your custom nodes
</Card>
