> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/developer-tools/automator.md).

# オートメーター

- [オートメーター 17.1.5](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-17.1.5.md): 2026年9月14日リリース
- [オートメーター 17.1.4](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-17.1.4.md): 2026年8月26日リリース
- [オートメーター 17.1.3](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-17.1.3.md): 2026年8月24日リリース
- [オートメーター 17.1.2](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-17.1.2.md): 2026年8月10日リリース
- [オートメーター 17.1.1](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-17.1.1.md): 2026年7月27日リリース
- [オートメーター 17.1.0](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-17.1.0.md): 2026年2月19日リリース
- [オートメーター 17.0.1](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-17.0.1.md): 2025年2月18日リリース
- [オートメーター 17.0.0](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-17.0.0.md): 2025年2月12日リリース
- [オートメーター 3.2.1](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-3.2.1.md): 2024年3月18日リリース
- [オートメーター 3.2](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-3.2.md): 2023年12月8日リリース
- [オートメーター 3.1](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-3.1.md): 2023年11月2日リリース
- [オートメーター 2.2.1](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-2.2.1.md): 2022年12月9日リリース
- [オートメーター 2.2](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-2.2.0.md): 2022年11月11日リリース
- [オートメーター 2.1](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-2.1.md): 2022年8月3日リリース
- [オートメーター 1.0.6](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-1.0.6.md): 2022年1月14日リリース
- [オートメーター 1.0.5](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-1.0.5.md): 2021年12月10日リリース
- [オートメーター 1.0.4](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-1.0.4.md): 2021年12月3日リリース
- [オートメーター 1.0.3](https://docs.keeper.io/release-notes/jp/developer-tools/automator/automator-version-1.0.3.md): 2021年11月1日リリース


---

# 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://docs.keeper.io/release-notes/jp/developer-tools/automator.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.
