# KNOWLEDGE Garden

- [Introduction to Flowith Knowledge Garden](https://doc.flowith.io/knowledge-garden/introduction-to-flowith-knowledge-garden.md)
- [Flowith Knowledge Base Use Cases](https://doc.flowith.io/knowledge-garden/flowith-knowledge-base-use-cases.md)
- [How To Build Your Knowledge Garden](https://doc.flowith.io/knowledge-garden/how-to-build-your-knowledge-garden.md)
- [How To Monetize Your Knowledge Garden](https://doc.flowith.io/knowledge-garden/how-to-monetize-your-knowledge-garden.md)
- [Knowledge Retrieval API Guide](https://doc.flowith.io/knowledge-garden/knowledge-retrieval-api-guide.md): This document will help you quickly master and effectively use the Knowledge Retrieval API. Through this API, you can send messages to the model and retrieve relevant knowledge.


---

# 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://doc.flowith.io/knowledge-garden.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.
