# Network

See [Network Data](/instructions/creating-a-microreact-project/network-panel-configuration.md) for more information about the file underlying a Network panel.

Networks can be force-directed or undirected.

If a `__shape` column is included in the metadata table, then the network panel nodes can be shaped.

Examples of simple network panels in two projects (directed and undirected):

<figure><img src="/files/LQQDbM0HQFRZUqmWi3EH" alt=""><figcaption><p>directed network graph</p></figcaption></figure>

<figure><img src="/files/QX3mm0PVtjd3DV80UEgn" alt=""><figcaption><p>undirected network graph</p></figcaption></figure>

<mark style="color:purple;">**`TIP`**</mark>: Data-flo can be used to set node shapes (using [extend-datatable](broken://spaces/-LR6fIJNEF0X5oKcJNhv/pages/KBiPjK2QHTtxS2IkmQ5x) adaptor).

<mark style="color:purple;">**`TIP`**</mark>: Data-flo can be used to add force-direction to the network file (using [force-directed-layout](broken://spaces/-LR6fIJNEF0X5oKcJNhv/pages/oBd0yPlaWarcS7WNkSvX) adaptor).


---

# 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://docs.microreact.org/instructions/adding-and-editing-panels/network.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.
