> 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/science-behind-bioplastic.md).

# Science Behind Bioplastic

Hey all! I am currently working on a mini-paper that goes in depth but is easy to read about agar gel formation. I aim to have it available soon.&#x20;

But for now, have a look at this image. It might make more questions than answers!

![](/files/c273Qmi88shPuGjUagQ6)

Credit: Bumbling Biochemist

Here are some other resources in the meantime:

* Review of agar production and composition - <https://www.fao.org/3/x5822e/x5822e03.htm#chapter%201%20%20%20production,%20properties%20and%20uses%20of%20agar> (and yes, I know it is outdated, but it is a wonderful resource)
* More recent agar review - <https://www.fao.org/3/y4765e/y4765e06.htm#bm06.1>
* Review of alginate production and composition - <https://www.fao.org/3/y4765e/y4765e08.htm#bm08>
* How amylose and amylopectin (potato starch) gels - <https://www.youtube.com/watch?v=oiGUyvMHqM4&ab_channel=TheCulinaryInstituteofAmerica>
* How agar gels - <https://www.youtube.com/watch?v=eRHlALYgC4U&ab_channel=thebumblingbiochemist>
* How agar gels (same as above, but written) - <https://thebumblingbiochemist.com/uncategorized/agar-vs-agarose-agar-plate-baking/>


---

# 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/science-behind-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.
