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

# MAIN SETTINGS

- [System Instruction](https://docs.suvvy.ai/en/main-settings/prompts.md): In this section, you will find tips and guides on writing instructions and knowledge base files.
- [Best Practices](https://docs.suvvy.ai/en/main-settings/prompts/prompts.md): In this section, you will find tips and best practices for writing instructions and improving the quality of Suvvy's responses.
- [Guidelines for writing instructions](https://docs.suvvy.ai/en/main-settings/prompts/prompts/pravila-napisaniya-instrukcii.md)
- [Ways to improve accuracy and response quality](https://docs.suvvy.ai/en/main-settings/prompts/prompts/sposoby-povysheniya-tochnosti-i-kachestva-otvetov.md)
- [Instruction debugging](https://docs.suvvy.ai/en/main-settings/prompts/prompts/otladka-instrukcii.md): The "Debugging Instructions" section is designed to help you analyze the bot's responses, identify the causes of errors, and make adjustments to improve the bot's accuracy.
- [Cost optimization](https://docs.suvvy.ai/en/main-settings/prompts/prompts/optimizaciya-stoimosti.md)
- [Sending images in chat](https://docs.suvvy.ai/en/main-settings/prompts/prompts/sending-images-in-chat.md)
- [Automatic generation of instruction and knowledge base](https://docs.suvvy.ai/en/main-settings/prompts/automatic-generation-of-instruction-and-knowledge-base.md)
- [Variables](https://docs.suvvy.ai/en/main-settings/prompts/prompts-1.md): In this section, you will find information about variables.
- [Functions](https://docs.suvvy.ai/en/main-settings/prompts/prompts-2.md): In this section, we will explain the principles of how functions work in detail.
- [Audit of instructions](https://docs.suvvy.ai/en/main-settings/prompts/audit-of-instructions.md): Manual audit is an AI check that helps improve the bot's existing configuration. In basic mode, it only adjusts the manual. In advanced mode, it adjusts the manual and files.
- [Multilingualism](https://docs.suvvy.ai/en/main-settings/prompts/multiyazychnost.md)
- [Reading URLs](https://docs.suvvy.ai/en/main-settings/prompts/chtenie-url-ssylok.md)
- [Typical reasons for stopping a dialogue](https://docs.suvvy.ai/en/main-settings/prompts/typical-reasons-for-stopping-a-dialogue.md): Sometimes during testing or when the bot is already running, there are moments when it stops responding. Below we will look at the main errors that are displayed when unloading an export.
- [Additional settings](https://docs.suvvy.ai/en/main-settings/dopolnitelnye-nastroiki.md): In this section, we will provide a detailed explanation of additional settings.
- [Safety](https://docs.suvvy.ai/en/main-settings/dopolnitelnye-nastroiki/safety.md)
- [Standard functions](https://docs.suvvy.ai/en/main-settings/dopolnitelnye-nastroiki/standard-functions.md): Standard functions in Savvy are built-in tools that allow the bot to perform specified actions depending on the context of the conversation.
- [Structured responses (bot-sent images)](https://docs.suvvy.ai/en/main-settings/dopolnitelnye-nastroiki/structured-responses-bot-sent-images.md)
- [Monetization](https://docs.suvvy.ai/en/main-settings/dopolnitelnye-nastroiki/monetization.md): The Monetization section allows you to provide clients with subscription access to the bot through connected channels.
- [User variables](https://docs.suvvy.ai/en/main-settings/dopolnitelnye-nastroiki/user-variables.md)
- [Follow-ups](https://docs.suvvy.ai/en/main-settings/dopolnitelnye-nastroiki/follow-ups.md): Follow-ups (pings) are automated messages that are sent after a certain amount of time if the client has not responded to the last bot message or to a message from an employee.
- [Dynamic follow-ups](https://docs.suvvy.ai/en/main-settings/dopolnitelnye-nastroiki/dynamic-follow-ups.md): Dynamic follow-ups are designed in such a way that the context of the dialogue is now analyzed and follow-ups are sent at the optimal time for the client, rather than at a fixed interval.
- [Notifications from Suvvy](https://docs.suvvy.ai/en/main-settings/opovesheniya-ot-savvi.md)
- [Customizable notifications in Telegram](https://docs.suvvy.ai/en/main-settings/opovesheniya-ot-savvi/customizable-notifications-in-telegram.md)
- [Channel notifications](https://docs.suvvy.ai/en/main-settings/opovesheniya-ot-savvi/channel-notifications.md): Savvi allows you to customize system notifications. You can select and apply settings to multiple bots simultaneously, choose a language, and select the system notifications you want to receive.
- [Сhange Password](https://docs.suvvy.ai/en/main-settings/shange-password.md): Changing your password allows you to manage your account security. This feature is also useful if you need to update your login information.
- [Newsletters](https://docs.suvvy.ai/en/main-settings/newsletters.md): Mailing lists allow you to notify customers in bulk about important updates, events, and promotions. Flexible settings allow you to choose the channel, bot, and customize the message text.
- [Service](https://docs.suvvy.ai/en/main-settings/service.md): This tab contains the bot’s system settings, available only for the Integrator plan (PRO plan + participation in the partner program).


---

# 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.suvvy.ai/en/main-settings.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.
