> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge-ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge-ru/other/chto-novogo-v-dokumentacii.md).

# Что нового в документации

#### Июль 2026

* Добавили [инструкцию по развертыванию Instant API в Kubernetes](/oz-knowledge-ru/rukovodstva/rukovodstvo-administratora/kak-razvernut-instant-api-v-kubernetes.md).
* Описали, как запустить [Web Plugin через iframe](/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/sdk/websdk/web-plugin/zapusk-plagina/zapusk-web-plugin-v-iframe.md).
* Добавили информацию, как [подключить Android SDK через Google Dynamic Feature](/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/sdk/oz-mobile-sdk/android/dobavlenie-sdk-v-proekt.md).
* Нашу документацию теперь можно подключить к вашему инструменту ИИ через Context7, а также через встроенный MCP GitBook: <https://doc.ozforensics.com/oz-knowledge/~gitbook/mcp>. Команды CLI для Claude Code и Codex:

{% code title="Claude" expandable="true" %}

```bash
claude mcp add gitbook-documentation --scope user --transport http https://doc.ozforensics.com/oz-knowledge/~gitbook/mcp
```

{% endcode %}

{% code title="Codex" expandable="true" %}

```bash
codex mcp add gitbook-documentation --url https://doc.ozforensics.com/oz-knowledge/~gitbook/mcp
```

{% endcode %}

#### Июнь 2026

* Обновили [краткие руководства по интеграции](/oz-knowledge-ru/obshaya-informaciya/kratkie-rukovodstva-po-integracii.md). Внимание: они доступны в машинном переводе с английского. Руководство для мобильных SDK теперь также включает информацию о том, как включить режим отладки для SDK, чтобы он не запускал проверки безопасности.
* В [Варианты лицензирования](/oz-knowledge-ru/obshaya-informaciya/opisanie-sistemy-oz-forensics/varianty-licenzirovaniya.md) добавили таблицу опций, которыми управляет лицензия (`features.watermark`, `features.version-on-screen`, `features.on-device-liveness`, `configs.custom_logo`).
* Добавили в FAQ статью о том, [как заменить логотип Oz в наших SDK на свой](/oz-knowledge-ru/other/faq.md#mozhno-li-dobavit-sobstvennyi-logotip-na-ekran-oz-sdk).
* Добавили статью о том, [как включить OpenTelemetry в Oz API](/oz-knowledge-ru/rukovodstva/rukovodstvo-administratora/kak-vklyuchit-opentelemetry-v-oz-api.md).

#### Май 2026

* Добавили в FAQ [информацию о различиях между `access_token` и `session_token`](/oz-knowledge-ru/other/faq.md#v-chem-raznica-mezhdu-access_token-i-session_token).
* Добавили описание метода получения `session_token` в [API reference](https://apidoc.ozforensics.com/) (Full API и Instant API).
* Добавили пример запроса с использованием OzCapsula в [API reference](https://apidoc.ozforensics.com/) (Full API и Instant API).


---

# 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://doc.ozforensics.com/oz-knowledge-ru/other/chto-novogo-v-dokumentacii.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.
