# Monitoring Structural services

{% hint style="info" %}
**Required global permission:** Update Tonic Structural
{% endhint %}

On the **System Status** tab of **Structural Settings** view, the **Application Status** section displays the list of Tonic Structural services that run on your Structural instance.

<figure><img src="https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FcugrCcxQfkQACYHKs9JG%2FAdminApplicationStatus.png?alt=media&#x26;token=6682242f-91d7-4168-828d-04f16e7cef8e" alt=""><figcaption><p>Application Status list on Structural Settings view</p></figcaption></figure>

To be able to view the Structural service status and download service logs, you must [set up Structural host integration](https://docs.tonic.ai/app/admin/on-premise-deployment/setting-up-host-integration). Host integration also enables you to update Structural.

Structural services include:

* Structural web server
* Structural workers
* Structural notifications
* Structural application database, if the database is deployed in a Docker container

For each service, the list includes

* Name of the service.
* The current status of the service. The status indicates whether the service is currently running. If it is running, then the status information includes the amount of time that the service has been running.

You can sort the list by either the service name or status. To sort by a column, click the column header. To reverse the sort order, click the column header again.

From the service list, you can download the service logs. To download the logs, click the **Download Logs** button for the service.


---

# 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://docs.tonic.ai/app/admin/tonic-monitoring-logging/tonic-admin-service-list.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.
