# Boost

The boost block will trigger a specific action when the player enters a chapter. It can be accessed through the sixth button in the add block buttons area.

![](https://3935160909-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LTY6owb3HC3F6X_pI7d%2F-LeC7x0Rsf5g7N98_Fs6%2F-LeC89vi6WnXayysJy0D%2F35.jpg?alt=media\&token=81990bca-3f4f-456b-b3d8-1c1f2001a0bc)

After selected a new block will be created with the following inputs:

![](https://3935160909-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LTY6owb3HC3F6X_pI7d%2F-LeC7x0Rsf5g7N98_Fs6%2F-LeCLH6vQUHlkaohH841%2F54.jpg?alt=media\&token=e78e02dc-8300-4adc-8d6c-f8a96a2556cf)

1. The function to be triggered (see [Functions](https://gustaf.gitbook.io/docs/getting-started/functions));
2. The amount to be inputted to the function.

You can add several actions to be triggered when entering the chapter.


---

# 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://gustaf.gitbook.io/docs/the-blocks/boost.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.
