> For the complete documentation index, see [llms.txt](https://wiki.elsewhere.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.elsewhere.team/the-theory/our-vision.md).

# Our vision

At Elsewhere, we firmly believe in the power of people-first organisations. We believe that by building, nurturing, and championing people-first organisations we can foster a virtuous cycle of positive outcomes that benefit not only ourselves, but also the organisations we collaborate with, their customers and employees, and the wider community. Ultimately, our humble aim is to enhance the quality of life for the communities around us.

#### Read the detail

1. [Introduction to the theory of change](/the-theory/our-vision/introduction.md)
2. [What are people first organisations and why are they important](/the-theory/our-vision/people-first-organisations.md)
3. [Building, nurturing and championing people first organisations](/the-theory/our-vision/the-outcomes.md)
4. [The virtuous cycle of outcomes, what are they for us?](/the-theory/our-vision/the-outcomes.md)

&#x20;

<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://wiki.elsewhere.team/the-theory/our-vision.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.
