> For the complete documentation index, see [llms.txt](https://docs.optionalpha.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optionalpha.com/technical-documentation/troubleshooting/excessive-errors-failsafe.md).

# Excessive Errors Failsafe

## Excessive Errors Failsafe

Bots have [safeguards](https://optionalpha.com/help/safeguards) that alert you when your automations encounter an error. Errors will show up on the homepage.<br>

The **“excessive errors” failsafe** is a protection that automatically turns off all automations if a bot encounters 10 errors in one day. When a bot hits the 10th automation error in one day, the bot's automations automatically turns off.

<figure><img src="https://2799944806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYjluAVRcRcfh1YL43z%2Fuploads%2FCWFx6eGdUnGt71kTadVN%2Fimage.png?alt=media&#x26;token=a2242787-c034-42d9-a510-e1074d5544e5" alt=""><figcaption></figcaption></figure>

You can view the error that triggered the alert by clicking “errors” in the bot dashboard’s activity summary. Errors are also displayed in the bot's log, and the automation log will provide more details.

<figure><img src="https://2799944806-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYjluAVRcRcfh1YL43z%2Fuploads%2FAgvtuJCqqF7lu2eR55iF%2Fimage.png?alt=media&#x26;token=4bb4b260-2c10-4c9d-8880-b282922de259" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If a bot hits the ten error limit in one day, you can always turn automations on again. However, if the bot encounters another error on the same day, the automations will turn off again for excessive errors. The excessive error count resets the next trading day.
{% endhint %}


---

# 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.optionalpha.com/technical-documentation/troubleshooting/excessive-errors-failsafe.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.
