# guide

- [模式（schemas）](https://mongoose.shujuwajue.com/guide/schemas.md)
- [模式类型（types）](https://mongoose.shujuwajue.com/guide/schemas/typesmd.md)
- [自定义类型（custom）](https://mongoose.shujuwajue.com/guide/schemas/custom.md)
- [模型（models）](https://mongoose.shujuwajue.com/guide/models.md)
- [文档（documents）](https://mongoose.shujuwajue.com/guide/documents.md)
- [子文档（sub docs）](https://mongoose.shujuwajue.com/guide/documents/subdocs_md.md)
- [默认值（defaults）](https://mongoose.shujuwajue.com/guide/documents/mo-ren-zhi-defaults.md)
- [查询（queries）](https://mongoose.shujuwajue.com/guide/queries.md)
- [验证（validation）](https://mongoose.shujuwajue.com/guide/validation.md)
- [中间件（middleware）](https://mongoose.shujuwajue.com/guide/middleware.md)
- [联表（population）](https://mongoose.shujuwajue.com/guide/population.md)
- [连接（connections）](https://mongoose.shujuwajue.com/guide/connections.md)
- [插件（plugins）](https://mongoose.shujuwajue.com/guide/plugins.md)
- [承诺（promises）](https://mongoose.shujuwajue.com/guide/promises.md)
- [鉴频器（discriminators）](https://mongoose.shujuwajue.com/guide/discriminators.md)
- [贡献](https://mongoose.shujuwajue.com/guide/contributing.md)
- [ES2015 整合](https://mongoose.shujuwajue.com/guide/es2015_integration.md)
- [浏览器中的schemas](https://mongoose.shujuwajue.com/guide/schemas_in_the_browser.md)
- [自定义schema类型](https://mongoose.shujuwajue.com/guide/custom_schema_types.md)
- [MongoDB版本兼容性](https://mongoose.shujuwajue.com/guide/mongodb_version_compatibility.md)
- [3.6 发布说明](https://mongoose.shujuwajue.com/guide/3.6_release_notes.md)
- [3.8 发布说明](https://mongoose.shujuwajue.com/guide/3.8_release_notes.md)
- [4.0 发布说明](https://mongoose.shujuwajue.com/guide/4.0_release_notes.md)


---

# 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://mongoose.shujuwajue.com/guide.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.
