> For the complete documentation index, see [llms.txt](https://docs.monspark.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monspark.com/extras/faqs.md).

# FAQs

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

**What is MonSpark?**

MonSpark is a web application monitoring product that is used by users in over 120 countries. It allows users to monitor the uptime, functionality, and content changes of their website and web applications. MonSpark can send alerts via email, SMS, and even voice call within a minute if it detects any issues or problems. This helps website owners and administrators stay informed and take prompt action to ensure the smooth running of their website or web application.

**Are you offering a free trial?**

Yes, we do offer a free trial, although it is not fully automated at the moment. If you would like to try it out, please feel free to contact us and we can provide it for you.<br>

**What is a monitor?**

Monitor is a tool that tracks the availability, functionality, and content changes of a website or web application. MonSpark's monitoring system can check for issues such as downtime, slow page load times, broken links, and changes to webpage content.

**What is a Status Page?**

A Status Page is a web page that displays the current status of a website or web application, as well as any recent incidents or issues. Status Pages are typically used by website owners or administrators to provide transparency and keep their users informed about any problems or downtime. (e.g: [https://status.monspark.com](https://status.monspark.com/))

**How do I set up MonSpark to monitor my website or web application?**

Setting up MonSpark to monitor your website or web application is easy. You need to create a MonSpark account, add your website or web application, and configure the monitoring settings. Once done, MonSpark will start monitoring your website or web application and send alerts if any issues are detected.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.monspark.com/extras/faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
