> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/emotivbci-node-red-toolbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emotiv.gitbook.io/emotivbci-node-red-toolbox/example-flows.md).

# Example flows

Node-RED supports an open source community which means you can find, edit and use flows and nodes that others have created and you can share ones you have made.

To access existing nodes and flows using EMOTIV, visit the [Node-RED Library](https://flows.nodered.org/?sort=rating\&term=emotiv\&num_pages=1) and search for “EMOTIV”. Here you can also search for additional nodes and flows that you can connect your Emotiv-BCI nodes to.<br>

To **import a node or flow** from the Library into your instance of Node-RED.

1. **Open** the node or flow from the Library
2. **Select** all the code and **copy** the json code to your clipboard
3. From the menu inside Node-RED, select **Import > Clipboard**
4. **Paste** the json code and select to add to current flow or new flow
5. Select **Import**

You can share your own nodes and flows in the [Node-RED Library](https://flows.nodered.org/?num_pages=1). We look forward to seeing what the community builds with EMOTIV!<br>


---

# 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://emotiv.gitbook.io/emotivbci-node-red-toolbox/example-flows.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.
