> For the complete documentation index, see [llms.txt](https://trade-auto-lab.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trade-auto-lab.gitbook.io/doc/how-it-works/interaction-with-our-company.md).

# Interaction with our company

### How can I interact with your company?

All communication with our company takes place through the Telegram messenger. Why Telegram? Good question! Since we are a company that produces trading robots, we also learned how to make robots on the Telegram messenger. All communication, including: AirDrop, Pre-Sale, News and discussions, will occur in the Telegram messenger.

### How can I ask a question directly to a company manager?

First, try to find answers to your questions in our documentation. We try to update it with frequent questions from our customers, so please refer to this documentation first if you have any questions. If you have any questions, you can always write to the manager on Telegram, [@tradeautolab](https://t.me/tradeautolab)


---

# 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:

```
GET https://trade-auto-lab.gitbook.io/doc/how-it-works/interaction-with-our-company.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.
