# Ридли: добавление цитат, заметок и решений

## Добавить заметку/цитату

1. Отправить боту команду **/note** и текст заметки. Это можно сделать двумя сообщениями 1) /note и 2) текст заметки в ответ боту или одним сообщением «/note текст заметки».
2. Заметка будет сохранена и привязана к последней вашей книге. То есть книге, по которой запускался спринт или сохранялась последняя заметка. В случае, если вы читаете другую книгу — сохраненные ботом заметки можно отредактировать на сайте.
3. Для сохранения цитат используйте команду **/quote**, которая работает аналогично /note

## Добавить решение

* Перейти в диалог с [Ридли](https://t.me/BookFitBot).&#x20;
* Отправить боту команду <mark style="background-color:yellow;">**/task**</mark>&#x20;
* Следовать инструкциям бота


---

# 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://palkin.gitbook.io/help/manuals/telegram-bot-ridli/ridli-dobavlenie-citat-zametok-i-reshenii.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.
