> For the complete documentation index, see [llms.txt](https://wearecast.gitbook.io/open-working-toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wearecast.gitbook.io/open-working-toolkit/doing-open-working/reusing-work-that-others-have-shared-1.md).

# Reusing work that others have shared

### 💡Summary

Learn what you could gain from reading other people's weeknotes. Includes real-world examples relating to design in the third sector.&#x20;

> "The best way to proceed with open working is to assume the solution already exists."

* Ross McCulloch, Director, [Third Sector Lab](https://thirdsectorlab.co.uk/)

<figure><img src="https://images.unsplash.com/photo-1604187351574-c75ca79f5807?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHwzfHxyZXVzZXxlbnwwfHx8fDE2ODgwMjg3MzV8MA&#x26;ixlib=rb-4.0.3&#x26;q=85" alt=""><figcaption></figcaption></figure>

### Learn from what other charities have done

👉 Shared digital guides from Catalyst are a set of practical guides to help charities reuse and learn from one another’s services. Find solutions from 76 different charities, with more being added all the time:&#x20;

{% embed url="<https://www.shareddigitalguides.org.uk/>" %}

### Design system and patterns

👉 How to approach a design system so it can be reused simply:

{% embed url="<https://www.thecatalyst.org.uk/resource-articles/how-were-approaching-design-to-better-enable-reuse>" %}

### Tools, apps and software used in the charity sector

👉 An overview of some of the most common digital tools, apps and software used in the charity sector. Get concise practical guidance and see how charities are applying them in their digital services:

{% embed url="<https://scvo.scot/support/digital/guides/digital-services/tools-functionality>" %}


---

# 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://wearecast.gitbook.io/open-working-toolkit/doing-open-working/reusing-work-that-others-have-shared-1.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.
