# Settings

- [General](https://metacrm.gitbook.io/metacrm/settings/general.md)
- [Company Profile](https://metacrm.gitbook.io/metacrm/settings/general/company-profile.md)
- [Integration](https://metacrm.gitbook.io/metacrm/settings/general/integration.md)
- [MetaCRM Widget](https://metacrm.gitbook.io/metacrm/settings/general/integration/metacrm-widget.md): This guide provides instructions on how to implement and customize the MetaCRM Widget in your web application.
- [Widget Customization](https://metacrm.gitbook.io/metacrm/settings/general/integration/metacrm-widget/widget-customization.md)
- [Tracking Tag](https://metacrm.gitbook.io/metacrm/settings/general/integration/tracking-tag.md)
- [MetaCRM Discord Bot](https://metacrm.gitbook.io/metacrm/settings/general/integration/metacrm-discord-bot.md)
- [Discord Bot Customization](https://metacrm.gitbook.io/metacrm/settings/general/integration/metacrm-discord-bot/discord-bot-customization.md)
- [MetaCRM Telegram Bot](https://metacrm.gitbook.io/metacrm/settings/general/integration/metacrm-telegram-bot.md): Make sure you have a Telegram account before starting. Once ready, navigate to the integration page on the MetaCRM portal.
- [Slack Notification](https://metacrm.gitbook.io/metacrm/settings/general/integration/slack-notification.md)
- [GitHub](https://metacrm.gitbook.io/metacrm/settings/general/integration/github.md)
- [Support Web Page](https://metacrm.gitbook.io/metacrm/settings/general/integration/support-web-page.md): Support Web Page is a default channel when you use MetaCRM for Service. You don't need to integrate it manually.
- [Team](https://metacrm.gitbook.io/metacrm/settings/general/team.md)
- [On-Chain Data Display](https://metacrm.gitbook.io/metacrm/settings/general/on-chain-data-display.md)
- [Billing](https://metacrm.gitbook.io/metacrm/settings/general/billing.md)
- [Marketing](https://metacrm.gitbook.io/metacrm/settings/marketing.md)
- [MetaCRM Widget](https://metacrm.gitbook.io/metacrm/settings/marketing/metacrm-widget.md): MetaCRM widget contains Marketing and Service features
- [Community](https://metacrm.gitbook.io/metacrm/settings/community.md)
- [Ticket](https://metacrm.gitbook.io/metacrm/settings/community/ticket.md)
- [AI Settings](https://metacrm.gitbook.io/metacrm/settings/community/ai-settings.md): The AI Settings section is where teams configure how AI behaves across customer interactions. It offers three key components that help tailor, power, and improve the assistant’s performance.
- [AI Tools](https://metacrm.gitbook.io/metacrm/settings/community/ai-settings/ai-tools.md): Use AI Tools to tailor how your assistant responds. Customize tone, length, and language, and turn AI Support on or off—all backed by your knowledge base.
- [Knowledge Base](https://metacrm.gitbook.io/metacrm/settings/community/ai-settings/knowledge-base.md): The Knowledge Base is the foundation of AI Support. All AI-generated responses are strictly based on the content you provide here—ensuring accuracy, consistency, and traceability.
- [Training Area](https://metacrm.gitbook.io/metacrm/settings/community/ai-settings/training-area.md): Training Area is a centralized space for reviewing and improving AI responses. It helps support agents evaluate AI quality, submit improvements, and prepare training data for AI model retraining.
- [AI Management](https://metacrm.gitbook.io/metacrm/settings/community/ai-management.md)
- [Macros](https://metacrm.gitbook.io/metacrm/settings/community/macros.md)
- [Security](https://metacrm.gitbook.io/metacrm/settings/community/security.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://metacrm.gitbook.io/metacrm/settings.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.
