> For the complete documentation index, see [llms.txt](https://nicholsonlabs.gitbook.io/labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nicholsonlabs.gitbook.io/labs/bioplastic/experiments-with-bioplastic/melting-bioplastic.md).

# Melting Bioplastic

The possibility of remolding bioplastic and not having it shrink opens up a whole new world for solid bioplastic. This is because when you traditionally mold both solid and film bioplastics, they shrink when they dry. This isn't very useful because then the item you molded will be all wonky and the dimensions will be all off after drying. Melting the bioplastic after it has done its majority of drying allows it to be remolded without shrinking again

I don't really have any photos for this, but I'll describe the process.&#x20;

First, I put some completely dried solid bioplastic into a waffle maker.

Then, I closed the griddle and let it "cook" for about 10 minutes.

After ten minutes, the bioplastic had melted, though it wasn't runny or a liquid. It was more of a still-hardish Playdoh-like blob. So, I carefully took it out of the waffle maker and molded it with my fingers. It was hot, but I had to work fast before it cooled down.&#x20;

I let it dry for not too long (less than a few hours), and it was ready to use. I measured the size of it over a few days, and I can back up that it didn't shrink.&#x20;


---

# 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://nicholsonlabs.gitbook.io/labs/bioplastic/experiments-with-bioplastic/melting-bioplastic.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.
