# Types of Monitoring

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

## Website Monitoring

This feature set involves continuously tracking the availability and performance of your website. It ensures that your site is always accessible to users and functioning as intended, alerting you to any issues such as downtime or slow loading times.

{% content-ref url="/pages/ShY8s2I3169sND2VRhXZ" %}
[What is Website Monitoring?](/website-monitoring/what-is-website-monitoring.md)
{% endcontent-ref %}

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

## Synthetic Transaction Monitoring

This type of monitoring simulates user interactions with your website or application. It helps in testing and verifying critical paths, like user login or e-commerce checkout processes, ensuring these key functionalities operate smoothly for your users.

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

## Server Monitoring

This feature focuses on the health and performance of your servers. It includes tracking server resources like CPU usage, memory utilization, and disk space, ensuring the server infrastructure is functioning optimally to support your website or application.

{% content-ref url="/pages/2axxChZHQ5ta9EVuG807" %}
[What is Server Monitoring?](/server-monitoring/what-is-server-monitoring.md)
{% endcontent-ref %}

<figure><img src="/files/haFPQef7Bu84XtDtnHxg" 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://docs.monspark.com/overview/types-of-monitoring.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.
