> For the complete documentation index, see [llms.txt](https://playbooks.equalexperts.com/remote-working/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playbooks.equalexperts.com/remote-working/introduction/context.md).

# Context

{% hint style="info" %}
Feel free to skip the following sections (Context, Interaction, Trust, Common ground and Agile Law) as it musing about why, rather than thoughts on how
{% endhint %}

![](/files/-M5Wgl6euiWntlB3JLSD)

## Context

All information is meaningless until you provide context. We build up context based on our past experiences, where we have worked, who we socialise with and the situations we have found ourselves in. We know that working for the same organisation allows for some **specific shared context**. You might share a work environment and culture, and you can draw on this knowledge when interpreting what’s being said. However, we hold specific mental models that, though seemingly closely aligned, often have varied meanings from person to person. A term like DevOps has a wide range of definitions and just because you say the same word it doesn’t automatically imply you share the same meaning. Remember, “my” context is different than yours.

![Same words, different meanings ](/files/-M5Wgl6gzOoPoXilAtSZ)

Impact on remote working: Explain yourself clearly. We have all sent an email that has been taken out of context, resulting in someone overreacting. Sometimes a pithy one-liner via Twitter isn’t the best method of communicating what you have in your head. When you are face-to-face, you can wave your hand, draw on whiteboards and see when someone doesn’t understand what you are saying. Draw your ideas using shared interactive boards like [Miro](https://miro.com/) or the tool in [Zoom](https://zoom.us). Take the extra time to explain your context, don’t use woolly terms ( /ˈwʊli/ vague or confused in expression or character, ‘woolly thinking’) and don’t assume you are talking about the same thing!


---

# 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://playbooks.equalexperts.com/remote-working/introduction/context.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.
