# Logs

Each deployment plan has its own logs. To access these, go to the "Stats & Logs" tab on the sidebar (1), choose the deployment plan (2), and go to the "Application Logs" tab (3).

The system automatically outputs certain events to the logs, but you can also write to logs manually using the [Write to Log block](/docs/business-logic/block/functions/miscellaneous/write-to-log.md) from within a [business process](/docs/business-logic/business-processes-editor.md).

![](/files/-MijPCS7AuFKIWWF4-Tf)


---

# 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://appmaster.gitbook.io/docs/deployment/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.
