# Начало работы

- [Обзор документации](https://docs.cryptocloud.plus/ru/start/overview.md): Цель этой документации — проиллюстрировать, как интегрировать любой проект с CryptoCloud и начать принимать платежи в криптовалюте.
- [Принцип работы интеграции](https://docs.cryptocloud.plus/ru/start/how-it-works.md)
- [Тестирование интеграции](https://docs.cryptocloud.plus/ru/start/test-integration.md)
- [Получение API ключей](https://docs.cryptocloud.plus/ru/start/get-api-keys.md)
- [SDK для работы с API](https://docs.cryptocloud.plus/ru/start/sdk.md)
- [Интеграция иконок и кнопок](https://docs.cryptocloud.plus/ru/start/payment-icons-buttons.md): Корректное использование фирменных элементов помогает создать единый и узнаваемый пользовательский опыт, а также повысить конверсию на этапе выбора способа оплаты.
- [Инструкция по оплате криптовалютой](https://docs.cryptocloud.plus/ru/start/how-to-pay-instruction.md): В данном разделе предложен шаблон инструкции по оплате криптовалютой для ваших клиентов. Вы можете разместить ее на вашем сайте, а также на странице оформления заказа.
- [Поддержка и FAQ](https://docs.cryptocloud.plus/ru/start/support-faq.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://docs.cryptocloud.plus/ru/start.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.
