> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/connect/create-nodes/test-your-node.md).

# Test your node

This section contains information about testing your node.

There are two ways to test your node:

* Manually, by [running it on your own machine](/connect/create-nodes/test-your-node/run-your-node-locally.md) within a local n8n instance.
* Automatically, using the [linter](/connect/create-nodes/test-your-node/node-linter.md).

You should use both methods before publishing your node.
