# Frequently asked questions

- [Why isn't the log search returning logs with the search I entered?](https://docs.getmesa.com/frequently-asked-questions/why-isnt-the-log-search-returning-logs-with-the-search-i-entered.md)
- [Is it possible to handle errors or retry steps?](https://docs.getmesa.com/frequently-asked-questions/is-it-possible-to-handle-errors-or-retry-steps.md)
- [How do I handle a failed task?](https://docs.getmesa.com/frequently-asked-questions/how-do-i-handle-a-failed-task.md)
- [Does MESA auto-save workflows?](https://docs.getmesa.com/frequently-asked-questions/does-mesa-auto-save-workflows.md)
- [Can I Use Apps That Don't Have a MESA Connector?](https://docs.getmesa.com/frequently-asked-questions/can-i-use-apps-that-dont-have-a-mesa-connector.md)
- [Why is my workflow action adding the same data each time it occurs?](https://docs.getmesa.com/frequently-asked-questions/why-is-my-workflow-action-adding-the-same-data-each-time-it-occurs.md)
- [How do I cancel automations that are already in progress?](https://docs.getmesa.com/frequently-asked-questions/how-do-i-cancel-automations-that-are-already-in-progress.md)
- [How do I cancel my MESA subscription or 7-day trial?](https://docs.getmesa.com/frequently-asked-questions/how-do-i-cancel-my-mesa-subscription-or-7-day-trial.md)
- [Can you import code from npm in custom code?](https://docs.getmesa.com/frequently-asked-questions/can-you-import-code-from-npm-in-custom-code.md)
- [Do you have a Slack Community?](https://docs.getmesa.com/frequently-asked-questions/do-you-have-a-slack-community.md)
- [Approving ShopPad Collaborator Request?](https://docs.getmesa.com/frequently-asked-questions/approving-shoppad-collaborator-request.md)


---

# 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.getmesa.com/frequently-asked-questions.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.
