# Structure, patterns, loops

BeepBox is designed to loop infinitely, as if the player can't quite find the solution to the puzzle or has left the game on pause.

Change the length of the **purple loop** beneath the **pattern editor** to change where the song will repeat.

![](/files/KVodMxI2Pe0ntC8ZIWX1)

<details>

<summary>Why does the purple loop above not start at the very beginning?</summary>

The very beginning is the introduction. The purple loop doesn't include the introduction, so the introduction will not be heard every time the song repeats.&#x20;

Would this be useful in your songs?

</details>


---

# 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://swchsmusic.gitbook.io/y8-music/commercial-music/structure-patterns-loops.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.
