> For the complete documentation index, see [llms.txt](https://farran.gitbook.io/personal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farran.gitbook.io/personal/multi-site-map.md).

# Multi-site Map

This is a mindmap vector image, hosted on Figma. Sometimes it loads a bit slowly! GitBook doesn't have a feature that makes it easy to visualize page hierarchy or other relationships, so I've resorted to this for now.

The embedded view has regular mouse interaction.

Zoom by pinching on a touchpad or Ctrl+Scrolling with a mouse.

Click on the titles to visit that website! *(Apologies, Figma recently introduced a shield screen asking you to confirm that you want to visit that URL. That's good for safety but you have to click the link.)*

{% embed url="<https://www.figma.com/board/7xdMyj0vRvCEodrOfBzNYu/Webites-Tree?node-id=0-1&t=nUBKRUluGM6pUB5J-1>" fullWidth="false" %}

## URL shortcut names

I made too many sites and they all had really long URLs. So I've shortened them:

<table data-header-hidden><thead><tr><th width="157"></th><th width="153"></th><th width="177"></th></tr></thead><tbody><tr><td>tech support</td><td><mark style="color:purple;"><strong>t</strong></mark>e<mark style="color:purple;"><strong>ch</strong></mark> <mark style="color:purple;"><strong>s</strong></mark>u<mark style="color:purple;"><strong>pp</strong></mark>o<mark style="color:purple;"><strong>rt</strong></mark> </td><td><a href="https://tchspprt.gitbook.io/"><strong>tchspprt</strong> .gitbook.io</a></td></tr><tr><td>graphic design</td><td><mark style="color:red;"><strong>gr</strong></mark>a<mark style="color:red;"><strong>ph</strong></mark>i<mark style="color:red;"><strong>c</strong></mark> </td><td><a href="https://grphc.gitbook.io"><strong>grphc</strong> .gitbook.io</a></td></tr><tr><td>linguistics </td><td><mark style="color:orange;"><strong>lang</strong></mark>uage </td><td><a href="https://lang.gitbook.io"><strong>lang</strong> .gitbook.io</a></td></tr><tr><td>mastery </td><td><mark style="color:blue;"><strong>m</strong></mark>a<mark style="color:blue;"><strong>st</strong></mark>e<mark style="color:blue;"><strong>ry</strong></mark> </td><td><a href="https://mstry.gitbook.io"><strong>mstry</strong> .gitbook.io</a></td></tr><tr><td>planet guardians</td><td><mark style="color:green;"><strong>pl</strong></mark>a<mark style="color:green;"><strong>n</strong></mark>e<mark style="color:green;"><strong>t</strong></mark> <mark style="color:green;"><strong>g</strong></mark>ua<mark style="color:green;"><strong>rd</strong></mark>ia<mark style="color:green;"><strong>n</strong></mark>s </td><td><a href="https://plntgrdn.gitbook.io"><strong>plntgrdn</strong> .gitbook.io</a></td></tr><tr><td>sciencing </td><td><mark style="color:yellow;"><strong>sc</strong></mark>ie<mark style="color:yellow;"><strong>nc</strong></mark>ing </td><td><a href="https://scnc.gitbook.io/"><strong>scnc</strong> .gitbook.io</a></td></tr></tbody></table>

DeltaStep and Deep Sea Frequencies are company names so will keep their full-length names:

<table data-header-hidden><thead><tr><th width="180"></th><th width="184"></th><th width="260"></th></tr></thead><tbody><tr><td>DeltaStep English</td><td>deltastep</td><td><a href="https://deltastep.gitbook.io"><strong>deltastep</strong> .gitbook.io</a></td></tr><tr><td>Deep Sea Frequncies</td><td>deep sea frequencies</td><td><a href="https://deepseafrequencies.gitbook.io"><strong>deepseafrequencies</strong> .gitbook.io</a></td></tr></tbody></table>


---

# 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://farran.gitbook.io/personal/multi-site-map.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.
