# Списки

Данное API позволяет создавать произвольные списки и проводить различные операции над ними, которые возможно привязывать к пользователю или к боту.

{% content-ref url="/pages/-Lvek17dV0aZUjxZnDTx" %}
[Схема списка](/rabota-s-api/spiski/spiski.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lvezm0UNxt53ERHJ\_FM" %}
[Элементы списка](/rabota-s-api/spiski/elementy-spiska.md)
{% endcontent-ref %}


---

# 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.watbot.ru/rabota-s-api/spiski.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.
