> For the complete documentation index, see [llms.txt](https://recipes.ascher.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recipes.ascher.ca/seafood/lemon-broiled-sablefish.md).

# Lemon broiled sablefish

## Ingredients

* 1.5 lbs sablefish

Marinade:

* 1 lemon (zested and juiced)
* 1 Tbsp brown sugar
* 1 Tbsp canola oil
* 1/2 tsp salt

Sauce #1

* 1/2 c orange juice
* 2 tsp lemon juice
* pinch of nutmeg
* 1 Tbsp butter
* 2 tsp flour

Sauce #2

* 1 Tbsp capers
* 2 Tbsp lime juice
* 1 tsp dill weed
* 1/3 c sour cream

## Steps

1. Cut sablefish in 4 portions
2. Combine ingredients for marinade, and marinate fish for 1h (turning them over once)
3. Coat broiler pan with foil. Place marinated sablefish on broiler tray
4. Broil sablefish for 5-7 min, approx 4-5" from the heat source
5. Turn fish over and baste with marinade. Broil fish for 5-7 minutes longer on the second side.  Remove from broiler and let stand
6. Make sauce #1 by melting butter into a sauce pan and whisk in the flour, mixing well.
7. Mix remaining ingredients in a small bowl and add to the butter. Cook until thickened, pour over the fish.
8. Make sauce #2 by combining all ingredients in a small bowl, serve over the broiled fish


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://recipes.ascher.ca/seafood/lemon-broiled-sablefish.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.
