# Logs

Whenever a build is triggered from any action such as setting up a server, deploying a site, adding cron jobs, and so forth, Scriptables will track every action being executed on your server.

You can then access, these logs by clicking on the event log icon as per below under actions.

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

For security reasons - logs are encrypted before storage, so you can not read them directly in the DB and will only be able to decrypt and view them from this log viewer in Scriptables.

To get more detailed logs in your terminal, you can also set this env: **VERBOSE\_LOGS=yes,** which will appear in your docker logs.

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


---

# 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/logs.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.
