# Cooking with Frigg

As any well studied practictioner knows- you can train all you want, but checklists and guides are critical to have on hand to keep your practice fresh and make sure you don't miss a step. Our How To guides are intended to take your hard won integration development knowledge, and show you how to use it to solve a variety of problems and use cases.

Our first set of guides are focused on some of the core tricky parts of Frigg.


---

# 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.friggframework.org/guides/cooking-with-frigg.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.
