# Network Data

[Network ](https://en.wikipedia.org/wiki/DOT_\(graph_description_language\))files must be in .dot or .gv format.

Within the network panel configuration panel, a local network file or network location (URL) can be specified. In addition, the column in the metadata table that contains the network node labels must be specified.

![](/files/6EYGnkUtToztkGXxJyze)

DOT files can be created in [Data-flo](https://github.com/microreact/docs/blob/main/instructions/creating-a-microreact-project/broken-reference/README.md) using the [datatable-to-graph](https://github.com/microreact/docs/blob/main/instructions/creating-a-microreact-project/broken-reference/README.md) adaptor and/or the [graph-to-dot adaptor](https://github.com/microreact/docs/blob/main/instructions/creating-a-microreact-project/broken-reference/README.md).


---

# 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/creating-a-microreact-project/network-panel-configuration.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.
