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

# Product Guides

- [Getting Started](https://docs.invt.ai/product-guides/getting-started.md)
- [SignUp](https://docs.invt.ai/product-guides/getting-started/signup.md)
- [Create Project](https://docs.invt.ai/product-guides/getting-started/create-project.md)
- [AI Consulting](https://docs.invt.ai/product-guides/ai-consulting.md)
- [Conversation](https://docs.invt.ai/product-guides/ai-consulting/conversation.md)
- [Feedback & Sharing](https://docs.invt.ai/product-guides/ai-consulting/feedback-and-sharing.md)
- [History Management](https://docs.invt.ai/product-guides/ai-consulting/history-management.md)
- [Business Document Training](https://docs.invt.ai/product-guides/business-document-training.md): Empowering Global Business Insights
- [Data Training Rewards Logic](https://docs.invt.ai/product-guides/business-document-training/data-training-rewards-logic.md)
- [InvtAI Bots Guides](https://docs.invt.ai/product-guides/invtai-bots-guides.md): Utilizing the InvtAI Assistant Bot(Telegram/Discord) for Community Interactions
- [Telegram Bot Guide](https://docs.invt.ai/product-guides/invtai-bots-guides/telegram-bot-guide.md): How to install and train the bot.
- [Auto-Engagement](https://docs.invt.ai/product-guides/invtai-bots-guides/auto-engagement.md): How to Effectively Use InvtAi for Telegram Group Moderation
- [Setting Moderator Accounts](https://docs.invt.ai/product-guides/invtai-bots-guides/auto-engagement/setting-moderator-accounts.md)
- [Periodic Engagement](https://docs.invt.ai/product-guides/invtai-bots-guides/auto-engagement/periodic-engagement.md)
- [Setting Prompts](https://docs.invt.ai/product-guides/invtai-bots-guides/auto-engagement/setting-prompts.md)
- [Activate Engagement](https://docs.invt.ai/product-guides/invtai-bots-guides/auto-engagement/activate-engagement.md)
- [Monitoring and Adjusting](https://docs.invt.ai/product-guides/invtai-bots-guides/auto-engagement/monitoring-and-adjusting.md)
- [Discord Bot Guide](https://docs.invt.ai/product-guides/invtai-bots-guides/discord-bot-guide.md): Install the InvtAi Discord bot in your Discord server.
- [Bot Analytics](https://docs.invt.ai/product-guides/invtai-bots-guides/bot-analytics.md): View Telegram/Discord Bot Usage Analytics
- [Use InvtAI Assistant Bot](https://docs.invt.ai/product-guides/invtai-bots-guides/use-invtai-assistant-bot.md): How to use the InvtAI Assistant bot?
- [Whitelabel Bot Guide](https://docs.invt.ai/product-guides/invtai-bots-guides/whitelabel-bot-guide.md): User Guide for White Label Bot on InvtAI Platform
- [Customer Support Bot](https://docs.invt.ai/product-guides/invtai-bots-guides/customer-support-bot.md): User Guide: InvtAI Customer Support Bot Setup
- [Expanding InvtAI Bot](https://docs.invt.ai/product-guides/expanding-invtai-bot.md): Embracing Social Platforms


---

# 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.invt.ai/product-guides.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.
