> For the complete documentation index, see [llms.txt](https://enhancio.gitbook.io/reactflow-for-bubble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enhancio.gitbook.io/reactflow-for-bubble.io/getting-started/faq.md).

# FAQ

## Q: How to show popup when node is clicked?

For showing popups, set up a workflow with [Node clicked](/reactflow-for-bubble.io/element-reference/events.md#node-clicked) event, and use the [clicked node ID](/reactflow-for-bubble.io/element-reference/states.md#clicked-node-id) state to reference the selected node's info. See example in the demo.

## Q: Can I load or update the graph later after the page is loaded?

Yes - you can load or update nodes and edges at any time using the [Load nodes and edges](/reactflow-for-bubble.io/element-reference/actions/load-nodes-and-edges.md) action.
