# Paper folding

What happens when you fold a piece of paper in half and then do this repeatedly 50 times?

![folding a piece of paper](https://s3.amazonaws.com/img.courses.warmersun.com/progressandpredictions/paper+fold.png)

The thickness of a piece of paper is roughly 0.1mm.\
So when we fold it in half it becomes 0.2 mm

The Guinness world record of folding a paper is 12 times

[🔗 Guinness World Record for paper folding](https://www.guinnessworldrecords.com/world-records/494571-most-times-to-fold-a-piece-of-paper)

* Folding that piece of paper **30** times leads to 107km - about the thickness of the Earth's atmosphere.
* Folding it **40** times is 5 times the length of the Great Wall of China.
* **50** times is 0.75 times the Earth to Sun distance.


---

# Agent Instructions: 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:

```
GET https://101.warmersun.com/introduction/paper-folding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
