> For the complete documentation index, see [llms.txt](https://www.isaacbowen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.isaacbowen.com/2021/01/08.md).

# 20210108

## **Lightward: A Glossary**

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

So! It appears that I started writing a book today.

It started with this conversation, in Slack, between Person 1 (who is relatively new to the team) and Person 2 (who is *not*):

*Person 1 > How do I best move forward with this \[technical customer question]?*

*Person 2 > \[technical answer]*

*Person 1 > Cool! Thank you. I'm treading cautiously, trying not to present myself as knowing way more than I do!*

*Person 2 > Oh totally. Even where I’m at, I’m always writing from the perspective that there may be more going on than I know.*

*Person 1 > I love this, I have seen everyone here doing that. Makes me feel very comfortable :D*

This wasn’t an attribute of the group that I had been aware of, prior to reading that message. Seeing this set me on the path of wondering what else characterizes the whole of Lightward, what *else* defines us, as we are.

I asked the broader team, and I started writing.

I have strong, *strong* convictions about how I do things, how I see things *wanting* to be done. It’s not a matter of being *right*, though—it’s a matter of seeing clearly a broader way of working that works, and seeing all the specificities of how that *way* is applied.

Lightward Inc is an exercise in testing *all* of that at once, exploring those ideas in real time, fleshing out my understanding of them and seeing what they become when exposed to the world out there, and also to the world within.

I’ll include a couple of entries below. No promises about what the document will look like when you open it, but [here’s the Google Doc I’m working on](/2021/lightward-glossary.md).

{% hint style="info" %}
Originally sent out [via email](https://lightward.com/campaigns/view-campaign/go5Koa1rx0JvNUtxXdGKpq3CUHcyhSK-WR9P08BsuWxzVwpttFiQcxYRQYQv1J-8Sq8rhha5jQ_2OORHgqX9CBtiE2PUem1r)
{% endhint %}


---

# 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://www.isaacbowen.com/2021/01/08.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.
