# Program Monitors (coming soon)

### Program Logs

Logstash for smart contract logs.

* Get all the logs from your smart contract or on-chain protocol in one place.&#x20;
* Perform plain text search in them.
* Receive these logs in slack, discord, and many more apps.

The idea is to provide a supreme logging facility to enable users to use this service to debug and monitor your production smart contracts.&#x20;

### Account Monitor/Caching

An account monitor that monitors all the accounts created by your on-chain protocol, and returns you the human-readable version of that data through our APIs.

It also caches the account data and speeds up getProgramAccounts filtering by 100x.


---

# 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.shyft.to/program-monitors-coming-soon.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.
