# API

- [Authentication](https://docs.whisk.com/master/api/auth.md)
- [Server Token](https://docs.whisk.com/master/api/auth/server-token.md)
- [Client Token](https://docs.whisk.com/master/api/auth/client-token.md)
- [User Access Token](https://docs.whisk.com/master/api/auth/user-access-token.md)
- [Anonymous Access](https://docs.whisk.com/master/api/auth/anonymous-access.md)
- [Recipes](https://docs.whisk.com/master/api/recipes.md)
- [Get Recipe](https://docs.whisk.com/master/api/recipes/get-recipe-nutrition.md)
- [Get Recipe Categories](https://docs.whisk.com/master/api/recipes/recipe-categories.md)
- [Recipe Objects](https://docs.whisk.com/master/api/recipes/recipe-objects.md)
- [Recipe Discovery](https://docs.whisk.com/master/api/recipe-discovery.md)
- [Recipe Feed](https://docs.whisk.com/master/api/recipe-discovery/recipe-feed.md)
- [Recipe Search](https://docs.whisk.com/master/api/recipe-discovery/recipe-search.md)
- [Get Similar Recipes](https://docs.whisk.com/master/api/recipe-discovery/get-similar-recipes.md)
- [Shopping Lists](https://docs.whisk.com/master/api/shopping-lists.md)
- [Get Shopping Lists](https://docs.whisk.com/master/api/shopping-lists/get-shopping-lists.md)
- [Create A Shopping List](https://docs.whisk.com/master/api/shopping-lists/create-a-shopping-list.md)
- [Add Items To A Shopping List](https://docs.whisk.com/master/api/shopping-lists/add-items-to-a-shopping-list.md)
- [List Analysis](https://docs.whisk.com/master/api/shopping-lists/list-analysis.md)
- [Meal Plans](https://docs.whisk.com/master/api/meal-plans.md)
- [Meal Plan Management](https://docs.whisk.com/master/api/meal-plans/meal-plan-management.md)
- [Delete Meals](https://docs.whisk.com/master/api/meal-plans/delete-meals.md)
- [Auto-Generator](https://docs.whisk.com/master/api/meal-plans/auto-generator.md)
- [Error Handling](https://docs.whisk.com/master/api/meal-plans/error-handling.md)
- [Retailers](https://docs.whisk.com/master/api/retailers.md)
- [Get Available Stores](https://docs.whisk.com/master/api/retailers/get-available-stores.md)
- [Retailers Checkout Flow](https://docs.whisk.com/master/api/retailers/retailers-checkout-flow.md)
- [Retailer Aliases](https://docs.whisk.com/master/api/retailers/retailers-aliases.md)
- [OAuth Retailer Flow](https://docs.whisk.com/master/api/retailers/oauth-retailer-flow.md)
- [Retailer User Info](https://docs.whisk.com/master/api/retailers/retailer-user-info.md)
- [Search Store Items](https://docs.whisk.com/master/api/retailers/search-store-items.md)
- [Carts](https://docs.whisk.com/master/api/carts.md)
- [Create a Cart](https://docs.whisk.com/master/api/carts/create-a-cart.md)
- [Update Cart Item](https://docs.whisk.com/master/api/carts/update-cart-item.md)
- [Splitting Combined Items](https://docs.whisk.com/master/api/carts/split-combined-items.md)
- [Add Items To Cart](https://docs.whisk.com/master/api/carts/add-items-to-cart.md)
- [Add Recipes To Cart](https://docs.whisk.com/master/api/carts/add-recipes-to-cart.md)
- [Get Cart Item Options](https://docs.whisk.com/master/api/carts/get-cart-item-options.md)
- [Swap Cart Item Product](https://docs.whisk.com/master/api/carts/swap-cart-item-product.md)
- [Delete A Cart Or A Cart Item](https://docs.whisk.com/master/api/carts/delete-a-cart-or-a-cart-item.md)
- [Checkout](https://docs.whisk.com/master/api/carts/checkout.md)
- [Users](https://docs.whisk.com/master/api/user-model.md)
- [Get A User](https://docs.whisk.com/master/api/user-model/get-a-user.md)
- [Update A User](https://docs.whisk.com/master/api/user-model/update-a-user.md)
- [User Recipes & Collections](https://docs.whisk.com/master/api/user-recipes-and-collections.md)
- [Add User Recipe](https://docs.whisk.com/master/api/user-recipes-and-collections/add-user-recipe.md)
- [Create A Recipe](https://docs.whisk.com/master/api/user-recipes-and-collections/create-a-recipe.md)
- [Update External Recipe](https://docs.whisk.com/master/api/user-recipes-and-collections/updaterecipe.md)
- [Get All User Recipes](https://docs.whisk.com/master/api/user-recipes-and-collections/get-all-user-recipes.md)
- [Update User Recipe](https://docs.whisk.com/master/api/user-recipes-and-collections/update-user-recipe.md)
- [Remove Recipe from Favorites](https://docs.whisk.com/master/api/user-recipes-and-collections/remove-recipe-from-favorites.md)
- [Create Collection](https://docs.whisk.com/master/api/user-recipes-and-collections/create-collection.md)
- [Get All User Collections](https://docs.whisk.com/master/api/user-recipes-and-collections/get-all-user-collections.md)
- [Get Collection](https://docs.whisk.com/master/api/user-recipes-and-collections/get-collection.md)
- [Get Recipes from a Collection](https://docs.whisk.com/master/api/user-recipes-and-collections/get-recipes-from-a-collection.md)
- [Remove Collection](https://docs.whisk.com/master/api/user-recipes-and-collections/remove-collection.md)
- [Tools](https://docs.whisk.com/master/api/tools.md)
- [Autocomplete](https://docs.whisk.com/master/api/tools/autocomplete.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/master/api.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.
