# 简介

**这是一个关于flask\_api的记录，写这个主要是记录自己学习flask\_api的过程。**

[《 Flask构建可扩展的RESTful-API 》（gitbook）](https://flask-api.gitbook.io/api/)

[《 Flask构建可扩展的RESTful-API 》(github pages托管)](https://itswl.github.io/flask_api)

[源代码在code分支](https://github.com/itswl/flask_api/tree/code)


---

# 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://flask-api.gitbook.io/api/master.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.
