# Additional Information

- [Support Guidelines](https://docs.traderspost.io/docs/additional-information/support-guidelines.md): When getting in touch with support, there are a couple of things you can provide to speed up and improve the quality of our help.
- [Troubleshooting](https://docs.traderspost.io/docs/additional-information/troubleshooting.md): Find the solutions for common issues and learn how to troubleshoot issues on your own using TradersPost logs and trade execution information.
- [Top 10 Things To Know on TradersPost](https://docs.traderspost.io/docs/additional-information/top-10-things-to-know-on-traderspost.md)
- [Frequently Asked Questions](https://docs.traderspost.io/docs/additional-information/faq.md): Get answers to the most frequently asked questions about TradersPost.
- [Maintenance Windows](https://docs.traderspost.io/docs/additional-information/maintenance-windows.md)
- [Glossary](https://docs.traderspost.io/docs/additional-information/glossary.md): Here are some common terms related the TradersPost platform and its use.
- [Error Messages](https://docs.traderspost.io/docs/additional-information/error-messages.md): This page documents all the common error messages that you may receive in TradersPost and what they mean.
- [Office Hours](https://docs.traderspost.io/docs/additional-information/office-hours.md): Every Friday, we dive into your questions and feedback to discuss the latest updates and offer guidance on developing automated trading algorithmic workflows.
- [Trading Communities](https://docs.traderspost.io/docs/additional-information/trading-communities.md): Humans are social creatures and it is more fun to trade with a community of like minded people. This page lists all the trading communities that TradersPost views as leaders in the community.
- [Trade Journaling](https://docs.traderspost.io/docs/additional-information/trade-journaling.md): TradersPost does not yet offer any analytics or advanced trade journaling functionality, but you can use one of the many other trade journaling solutions that exist.
- [Useful URLs](https://docs.traderspost.io/docs/additional-information/useful-urls.md)
- [WebhookMessage Library](https://docs.traderspost.io/docs/additional-information/webhookmessage-library.md): The WebhookMessage Library was built to make it easier to create JSON messages for TradingView strategies and indicators.


---

# 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.traderspost.io/docs/additional-information.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.
