# Guide

整理一些互联网上的资源。

## Common

工作中常用的文档、资料：

* [Laravel 9 中文文档](https://learnku.com/docs/laravel/9.x)

## Mine

自己整理的一些资料：

* [From Apprentice To Artisan ( 中文 )](https://fata.laradoc.cn/)
* [Laravel 编码技巧](https://tips.laradoc.cn/)
* [Collection 用途归纳总结](https://collection.laradoc.cn/)


---

# 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://bookmark.laradoc.cn/readme.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.
