> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/labs/free-apps/social-graph-editor.md).

# Social Graph Editor

This Labs application allows designers to quickly create realistic social graphs.

{% stepper %}
{% step %}

### Export your exercise

<figure><img src="/files/IQJ3l3cqCUpz5lW49G4m" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Load into the Social Graph Editor

<figure><img src="/files/MGhNbbxdII7klQT3SKFL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Filter Factions If Necessary

When there are lots of factions it can be quicker to work on a subset at a time

<figure><img src="/files/8rlU97W6IeBd7ic00PTs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Decide Faction Affinity

Create an affinity matrix to determine the likelihood of personas from one faction following another.

Create probabilities that can be "painted" into the cells representing who is likely to follow who

<figure><img src="/files/T4uEdR8elRAMqWZGCfbd" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Generate Social Graph

Click "Generate" to create the social graph based on probability of a persona likely to be following another.

<figure><img src="/files/Ljh4fVbwLIXnv9AHvYkf" alt=""><figcaption></figcaption></figure>

Export the social graph and re-import into the persona library.

<figure><img src="/files/x2Be6RhP8Vvr9oEGJRTY" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://helpdocs.conducttr.com/labs/free-apps/social-graph-editor.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.
