# An Angel at My Table

## Summary

{% stepper %}
{% step %}

### Hello

Text
{% endstep %}

{% step %}

### Bye

Text
{% endstep %}
{% endstepper %}

## Themes

| Theme                      | Context | Examples |
| -------------------------- | ------- | -------- |
| Reclamation of identity    | Text    | Text     |
| Patriarchal dehumanization | Text    | Text     |
| Mental illness             | Text    | Text     |

## Quotes

{% tabs %}
{% tab title="Theme1" %}

> Hello

{% hint style="info" %}
Character, page #, context.
{% endhint %}

{% hint style="danger" icon="comment-question" %}
Analysis, meaning, purpose, literary devices.
{% endhint %}
{% endtab %}

{% tab title="Theme2" %}

{% endtab %}
{% endtabs %}

## Analysis

{% tabs %}
{% tab title="Theme1" %}
Hello.
{% endtab %}

{% tab title="Theme2" %}

{% endtab %}
{% endtabs %}

## Characters

<details>

<summary>Janet Frame</summary>

Protagonist.

</details>

<details>

<summary>Poppy</summary>

Text.

</details>

<details>

<summary>Myrtle</summary>

</details>

## Context

{% columns %}
{% column %}

### Janet Frame's background

Text.
{% endcolumn %}

{% column %}

### The book's background

Text.
{% endcolumn %}
{% endcolumns %}

## PPQs

2025, TZ2, P2

<figure><img src="/files/P7C3AbAsAQ2vjnkgNmL8" alt=""><figcaption></figcaption></figure>

<details>

<summary>Possible answers</summary>

1. Thesis

* Hello

2. Thesis

* Hello

3. Thesis

* Hello

4. Thesis

* Hello

</details>


---

# 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://shagun.gitbook.io/mystuff/sl/literature/an-angel-at-my-table.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.
