# Python

- [概述](https://smallso.gitbook.io/stopwatch/python/overview.md): 本页将引导您如何在 Python 中使用 Stopwatch Kit。
- [安装](https://smallso.gitbook.io/stopwatch/python/install.md): 本页将引导您如何在 Python 运行时环境中安装 Stopwatch Kit。
- [入门](https://smallso.gitbook.io/stopwatch/python/getting-started.md): 本页将指导您如何使用 Stopwatch 来计算程序的运行时间。
- [Stopwatch 管理器](https://smallso.gitbook.io/stopwatch/python/getting-started/stopwatch-manager.md): 本页将指导您如何使用 Stopwatch 管理器来托管多个 Stopwatch 实例。
- [更新日志](https://smallso.gitbook.io/stopwatch/python/update-logs.md): 本页将展示 Stopwatch Kit 的版本更新日志。


---

# 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://smallso.gitbook.io/stopwatch/python.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.
