# Reference

- [Limitation](https://avocado-5.gitbook.io/fruitask-api/reference/limitation.md): API Request Limit
- [Response Code](https://avocado-5.gitbook.io/fruitask-api/reference/response-code.md)
- [Webhook](https://avocado-5.gitbook.io/fruitask-api/reference/webhook.md): This features supports only the specific app features we currently have (Form)
- [Resources](https://avocado-5.gitbook.io/fruitask-api/reference/resources.md): We list down some resources you can use for your references or anything that can bring easy start to your projects.
- [External Database](https://avocado-5.gitbook.io/fruitask-api/reference/external-database.md): Fruitask also offer BYOD (Bring your own database) if you have your own hosting and want to host all your data in a database and files.


---

# 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://avocado-5.gitbook.io/fruitask-api/reference.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.
