# API Resources

- [Authentication Scopes](https://docs.whisk.com/resources/authentication-scopes.md): A list of supported auth scopes for token generation.
- [Errors and Troubleshooting](https://docs.whisk.com/resources/error-handling.md): All supported errors that you may unfortunately encounter while using Whisk API.
- [Cursor Pagination](https://docs.whisk.com/resources/cursor-pagination.md)
- [Limits](https://docs.whisk.com/resources/limits.md)
- [Nutrients](https://docs.whisk.com/resources/nutrients.md): Nutrition calculations, Macronutrients, and Micronutrients.
- [Recipe Labels](https://docs.whisk.com/resources/recipe-labels.md)
- [Filtering Recipes using Custom Labels](https://docs.whisk.com/resources/custom-labels.md): This topic comprehensively describes how you can use the Custom Labels filter to search recipes.
- [Health Score, Glycemic Index, Glycemic Load](https://docs.whisk.com/resources/health-score-glycemic-index-glycemic-load.md)
- [Whisk User Data](https://docs.whisk.com/resources/whisk-user-data.md)
- [Integrated Retailers](https://docs.whisk.com/resources/supported-retailers.md): List of retailers that are integrated with Whisk.
- [Optimizing Image Load](https://docs.whisk.com/resources/optimizing-image-load.md)
- [Meal Plan](https://docs.whisk.com/resources/meal-plan.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://docs.whisk.com/resources.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.
