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

# OTHER LINKS

- [FAQs](https://docs.yaycommerce.com/yaymail/other-links/faq.md): Frequently Asked Questions
- [Troubleshooting](https://docs.yaycommerce.com/yaymail/other-links/troubleshooting.md): Commonly known issues and how to fix it
- [Third-party plugin data](https://docs.yaycommerce.com/yaymail/other-links/troubleshooting/third-party-plugin-data.md)
- [Continuous loading](https://docs.yaycommerce.com/yaymail/other-links/troubleshooting/continuous-loading.md): How to troubleshoot the continuous loading on YayMail blank screen
- [Unable to save template](https://docs.yaycommerce.com/yaymail/other-links/troubleshooting/unable-to-save-template.md): How to troubleshoot "template save failed"
- [Unable to save Emoji](https://docs.yaycommerce.com/yaymail/other-links/troubleshooting/unable-to-save-emoji.md)
- [Unable to send test email](https://docs.yaycommerce.com/yaymail/other-links/troubleshooting/unable-to-send-test-email.md): How to troubleshoot "Send test email failed"
- [How to clear cache](https://docs.yaycommerce.com/yaymail/other-links/troubleshooting/how-to-clear-cache.md)
- [How to use YayMail with GoDaddy](https://docs.yaycommerce.com/yaymail/other-links/troubleshooting/how-to-use-yaymail-with-godaddy.md): If you customized templates in YayMail but not receive what you did, please follow just a few easy steps below:
- [Changelog](https://docs.yaycommerce.com/yaymail/other-links/changelog.md): Release notes of YayMail and YayMail Addons
- [YayMail Conditional Logic](https://docs.yaycommerce.com/yaymail/other-links/changelog/yaymail-conditional-logic.md)
- [Useful Links](https://docs.yaycommerce.com/yaymail/other-links/website.md): Check out the latest updates from YayCommerce and YayMail related products.
- [AppSumo Deal](https://docs.yaycommerce.com/yaymail/other-links/website/appsumo-deal.md)
- [Support](https://docs.yaycommerce.com/yaymail/other-links/support.md)


---

# 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.yaycommerce.com/yaymail/other-links.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.
