# General

- [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)


---

# 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/general.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.
