> For the complete documentation index, see [llms.txt](https://play.equal.care/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://play.equal.care/equal-cares-model/how-we-work.md).

# How we work

Unlike most care agencies, we believe the people most affected by decisions - those giving and receiving support - should also be those who make them.

That’s why we use a system called [sociocracy](/equal-cares-model/sociocracy.md). It helps us share power fairly and make sure the right people are involved in decisions that matter.

In typical care organisations, visits are arranged in a far-flung office by someone who has had little or potentially no contact with the person receiving care. Workers who attend the visits are not given the opportunity to get to know the person they are giving care to or build relationships with any of the other workers, family or others involved.&#x20;

This disconnect can lead to important things being missed, or information getting lost somewhere along a management chain. This can lead to a great deal of harm.

<figure><img src="/files/2E3wP2HRPdWiWPJdnWkP" alt=""><figcaption></figcaption></figure>

However, where care workers can develop a relationship with the person they support, as well as other individuals and organisations involved in that person’s care, a few things happen:

* They develop a deeper awareness and knowledge of the health and well-being of the person they give support to.
* They pick up on changes in that person’s condition, or needs that aren’t being met.
* They become empowered to make decisions about that person’s support, in direct collaboration with the person themselves and others involved in their support.

<figure><img src="/files/IlGrqVQpevFE9kAYCPAg" alt=""><figcaption><p>The relationships and the conversations that lie behind great care.</p></figcaption></figure>

This way of working also really builds peoples confidence! It says: 'we trust you, your voice matters, and we’ll support you to grow the skills you need to work in partnership with others.'&#x20;

That’s a big shift from how many care organisations operate. But we believe it’s the way forward.


---

# 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://play.equal.care/equal-cares-model/how-we-work.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.
