# Integrations

- [Google-таблицы](https://docs.smartbotpro.io/scripts/integrations/google-tablicy.md): В этой статье мы рассмотрим, как Smartbot Pro работает с таблицами Google
- [http request](https://docs.smartbotpro.io/scripts/integrations/http-request.md)
- [amoCRM](https://docs.smartbotpro.io/scripts/integrations/amocrm.md): This article will show you how to connect amoCRM to your chatbot.
- [Get Course](https://docs.smartbotpro.io/scripts/integrations/get-course.md): In this article, we will tell you how to enroll people in Get Course and accept payments through Smartbot Pro
- [Yukassa for receiving payments](https://docs.smartbotpro.io/scripts/integrations/yukassa-for-receiving-payments.md): From the article, you will learn how to connect Yukassa for legal entities and accept payments from customers using buttons.


---

# 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://docs.smartbotpro.io/scripts/integrations.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.
