# 无服务器云函数

- [无服务器云函数间调用](https://smallso.gitbook.io/tencent-cloud-sdk/python-best-practices/serverless-functions/function-invoke.md): 本页将向您介绍并演示如何使用 Tencent Cloud SDK for Python 轻松实现无服务器云函数间调用
- [定时调用无服务器云函数](https://smallso.gitbook.io/tencent-cloud-sdk/python-best-practices/serverless-functions/scheduled-invoke.md): 本文将向您介绍并演示借助 Tencent Cloud SDK for Python 如何实现本机定时调用无服务器云函数
- [原生调用无服务器云函数](https://smallso.gitbook.io/tencent-cloud-sdk/python-best-practices/serverless-functions/native-invoke.md): 本文将向您介绍并演示借助 Tencent Cloud SDK for Python 如何以 Python 原生函数的形式调用指定无服务器云函数。
- [绑定到无服务器云函数](https://smallso.gitbook.io/tencent-cloud-sdk/python-best-practices/serverless-functions/native-invoke/bind-callable.md): 本文将向您进一步介绍并演示借助 Tencent Cloud SDK for Python 如何将无服务器云函数绑定到类方法、类实例方法或函数，这是获得关联无服务器云函数的 Python 原生函数的进阶。
- [使用例程组织无服务器云函数](https://smallso.gitbook.io/tencent-cloud-sdk/python-best-practices/serverless-functions/native-invoke/routine.md): 本文将向您进一步介绍并演示借助 Tencent Cloud SDK for Python 如何为无服务器云函数创建多个例程并调用它们，这是绑定到无服务器云函数的进阶。


---

# 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/tencent-cloud-sdk/python-best-practices/serverless-functions.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.
