# Whisk API Overview

- [Introduction](https://docs.whisk.com/api-overview/introduction.md): Learn how to integrate Whisk to power your food applications using our REST API.
- [Integration](https://docs.whisk.com/api-overview/whisk-api-integration.md): Learn how to integrate with the Whisk.
- [Authentication](https://docs.whisk.com/api-overview/auth.md): Learn how to authenticate the use of Whisk API services.
- [Server Token](https://docs.whisk.com/api-overview/auth/server-token.md): A server token allows you to enable server-to-server integration with Whisk for non-personalized data.
- [User Access Token](https://docs.whisk.com/api-overview/auth/user-access-token.md): A user access token authorizes you to read, modify or write data on behalf of a specific Whisk user.
- [Auth Flow Example](https://docs.whisk.com/api-overview/auth/user-access-token/auth-flow-example.md): Learn about the Whisk authentication flow.
- [Client Token](https://docs.whisk.com/api-overview/auth/client-token.md): A client token allows you to access a limited subset of Whisk APIs in read-only mode.
- [Anonymous Access from Client Apps](https://docs.whisk.com/api-overview/auth/anonymous-access-from-client-apps.md)
- [Whisk Sandbox](https://docs.whisk.com/api-overview/whisk-sandbox.md): Whisk Sandbox allows risk and cost free testing of our API services.
- [Getting Started](https://docs.whisk.com/api-overview/quick-start-guide.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/api-overview.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.
