> For the complete documentation index, see [llms.txt](https://books.fablabbcn.org/make-works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://books.fablabbcn.org/make-works/introduction.md).

# Introduction

If you’ve gotten this far, then it is likely an introduction to [Make Works](https://make.works/) isn’t required! However, it is worth sharing a few key things and telling you where you can read more.

{% embed url="<https://make.works/>" %}

[Make Works](https://make.works/)’ mission is to make local manufacturing openly accessible.&#x20;

An open access factory finder, we source manufacturers, makers, material suppliers and workshops in local areas defined by [regions](https://make.works/regions). The online platform allows designers, makers, artists, engineers, entrepreneurs, micro-businesses and everyone that wants to, to search listings in their local area so that they can find someone who can assist them to create, prototype, build or repair things. &#x20;

{% embed url="<https://make.works/regions>" %}

[Make Works](https://make.works/) is also open in the way that it is made. [Make Works regions](https://make.works/regions) are created by passionate individuals, groups and organisations who want to map manufacturing in their local area. In our experience, motivation to establish a Make Works region can range from supporting creative communities to economic development, preserving heritage and skills to amplifying a creative industries. The network of Make Works regions constitute the distributed Coordination Team.&#x20;

The [Make Works](https://make.works/) Coordination Team is based at [Fab Lab Barcelona](https://fablabbcn.org/) at the [Institute for Advanced Architecture Catalonia](https://iaac.net/) (IAAC) , Barcelona. IAAC is a centre for research, education, production and outreach, with the mission of envisioning the future habitat of our society and building it in the present. [Fab Lab Barcelona](https://fablabbcn.org/) has been home to Make Works since 2018. The Coordination Team together with the established regions are responsible for visioning the future of Make Works. In addition, the Coordination Team supports the existing and emerging regions, strategically facilitating peer-to-peer exchanges for a horizontal management of Make Works. As a convivial point of interaction the Team listens and engages with global and local communities in various activities.

Everything uploaded to [Make Works](https://make.works/) is done so under [CC BY licence 4.0](https://creativecommons.org/licenses/by/4.0/).

{% embed url="<https://creativecommons.org/licenses/by/4.0/>" %}

<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://books.fablabbcn.org/make-works/introduction.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.
