> 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/up-and-running/untitled.md).

# FAQ: Tricky Situations

* **What if a factory asks to download or use the film / video?**\
  \
  As films are uploaded to Vimeo and manufacturers can use the embed link for their own websites and uses from there. On occasion a listing might like a hard copy of the film for an exhibition or trade show so we will send them the .mp4 file. However, it is worth making clear that we prefer they don’t edit or re-upload the film to other platforms such as YouTube which decreases the quality.<br>
* **What if a commercial publication asks to use the photographs?**\
  \
  When this happens we explain that the Creative Commons license is for noncommercial purposes only, and that if their publication is for sale they need to pay a fee to reuse the photographs.<br>
* **What if a factory asks to be refilmed?**\
  \
  This happens less often with larger, more established companies - but is frequent with makerspaces often hopping between low rent building spaces or merging manufacturers who are  growing and require larger premises. You will need to manage your budget and team accordingly. <br>
* **What if a factory decides they don’t want to be listed, after seeing the film?**\
  \
  This has happened! In the situation we ended up releasing the images to the factory so that they didn’t go to waste, and said that if in the future they would like to be listed just to get back in touch.<br>
* **When people email me asking for lists of manufacturers, what do I say?**\
  \
  Usually it is pretty quick to send individuals links to the appropriate manufacturers (or even just a link to the results of the search term they are looking for). If you don’t have that process, say you will add it to a ‘to find’ list (then try to look for that process when you are next researching listings). If it is more bespoke manufacturing advice then we signpost you back to the ‘can I pick your brain’ question tip in the previous section!

#### &#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://books.fablabbcn.org/make-works/up-and-running/untitled.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.
