> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/showmemore/features/network-diagram-2.0/configuration-screen.md).

# Configuration Screen

####

### Customize etwork iagram

This is where we will be connecting to your datasheet.

<figure><img src="/files/qDNkQFknOWKwyLummBBE" alt="" width="375"><figcaption></figcaption></figure>

#### From ource

Choose your dimension from the dropdown menu to be your source. Within your network, these may be your managers for example who will then have links to their employees for example as their ‘target’. Fill ‘From Image URL’ with your source images.

#### To arget

Choose your dimension from the dropdown menu to be the target of your links with the source dimension. Fill ‘To Image URL’ with your Target images.

#### Image URL (FROM  / TO)

Fill the 'Image URL' fields under the 'From' and 'To' sections with the URLs of images that represent your source and target nodes in the network diagram. These images will be displayed on the nodes, adding a visual representation to your network connections. Make sure the URLs are accessible and correctly formatted.

#### Color y

From the dropdown menu choose a dimension that will color the nodes in your Network diagram. You may, for example, have a certain group or department in your datasheet where certain employees are employed, these can be colored per group here. Colors can be chosen in the color segment of the configuration screen under ‘Mark Colors’ which will be discussed later on.

**Group**&#x20;

This is an optional dimension. If you have a group attribute for your nodes you can use this dimensions field to assign it to the network diagram. The group information will be used to create the convex hull (bubble-like polygons around the nodes belonging to the same group).

#### Measure

Choose your measure from the dropdown. Here you may wish to show how many employees are under a manager’s name, the larger the value the larger the node will be in the view.

<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://docs.infotopics.com/showmemore/features/network-diagram-2.0/configuration-screen.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.
