# Build process

Scriptables is designed to build servers systematically, incrementally executing tasks - step by step. When something fails, Scriptables - will stop the build and report an error in the logs.

![](/files/U39eeLVskPpkfr427fJW)

On failures - the above icon will appear under actions to allow you to retry the build. Clicking this icon - will automatically retry from the last failed step, and continue building until all steps are completed or something fails.

<figure><img src="/files/Xn66Triwgx7naj81M5zU" alt=""><figcaption></figcaption></figure>

Next to the server's name, as you will see above there's a "green tick", indicating that this server build was successful. Other status icons are as follows:

![](/files/STiA1ZZphKIVA1koIm6C)![](/files/HXs4oqT8xji3ZW3CZLUr)![](/files/jJYNqdfCfKRyB2W7hrU9)

&#x20;Failed, queued to start, and the build is running respectively.


---

# 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://scriptables.gitbook.io/scriptables-documentation/build-process.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.
