# 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.


---

# Agent Instructions: 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:

```
GET https://enhancio.gitbook.io/reactflow-for-bubble.io/getting-started/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
