# Logs tab

The Logs tab gives you access to three different tools:

## App metrics

The app metrics section is where you can analyze the workload[^1] that your app uses. Workload represents how hard the server is working to support your app. Through the app metrics charts, you can discern where most of the server's effort is directed.

Article series: [Pricing and workload](/account-and-marketplace/account-and-billing/pricing-plans.md)

## Server logs

Every action performed by Bubble is logged so that you can look at when and how it was executed. This aids in debugging processes.

Article: [Server logs](/help-guides/maintaining-an-application/testing-and-debugging/using-server-logs.md)

## Scheduler

API workflows can be scheduled to run at a specific time. When an API workflow is scheduled, it can be viewed in the API workflow scheduler. From here you can pause or cancel the workflow.

Article series: [The Workflow API](/help-guides/integrations/api/the-bubble-api/the-workflow-api.md)\
Article: [The workflow API scheduler](/help-guides/maintaining-an-application/scheduler.md)

[^1]: Workload, in essence, measures the work that Bubble performs to power your application. As your app processes actions such as loading a page or querying your database, it contributes to your monthly workload consumption.


---

# 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://manual.bubble.io/help-guides/getting-started/navigating-the-bubble-editor/tabs-and-sections/logs-tab.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.
