> For the complete documentation index, see [llms.txt](https://bhagavata.keshavaswami.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bhagavata.keshavaswami.com/contents.md).

# Contents

[The Inspiration](/inspiration.md)

[Acknowledgements](/acknowledgements.md)&#x20;

[Introduction](/introduction.md)

<mark style="background-color:red;">**01**</mark>**&#x20;** - [**S.L.A.P**](/canto-01/s.l.a.p.md) | SB starts with a **slap**, a wake-up call from God<br>

<mark style="background-color:blue;">**02**</mark> - [**C.U.T**](/canto-02/c.u.t.md) | SB can **cut** or attachment to the material world <br>

<mark style="background-color:green;">**03**</mark> - [**S.A.V.E.S**](/canto-03/s.a.v.e.s.md) | SB **saves** the listener from repeated birth and death<br>

<mark style="background-color:purple;">**04**</mark> - [**S.K.I.P**](/canto-04/s.k.i.p.md) | SB helps you to **skip** over obstacles\
&#x20;

<mark style="background-color:yellow;">**05**</mark> - [**R.E.A.P**](/canto-05/r.e.a.p.md) | SB helps you **reap** the true benefit of human life<br>

<mark style="background-color:blue;">**06**</mark> - [**E.P.I.C**](/canto-06/e.p.i.c.md) | SB is an **epic** among all literature<br>

<mark style="background-color:purple;">**07**</mark> - [**O.P.E.N**](/canto-07/o.p.e.n.md) | SB can **open** the door to the spiritual world<br>

<mark style="background-color:orange;">**08**</mark> - [**G.O.L.D**](/canto-08/g.o.l.d.md) | SB is more valuable than **gold**<br>

<mark style="background-color:green;">**09**</mark> - [**D.R.A.G**](/canto-09/d.r.a.g.md) | SB can **drag** even an unqualified person to perfection<br>

<mark style="background-color:blue;">**10**</mark> (Part 1) - [**B.A.B.Y**](/canto-10-part-1/b.a.b.y.md) | SB describes the pastimes of **baby** Krishna<br>

<mark style="background-color:red;">**10**</mark> (Part 2) - [**M.A.D**](/canto-10-part-2/m.a.d.md) | SB will teach one to become **mad** after Krishna<br>

<mark style="background-color:orange;">**11**</mark> - [**S.U.M**](/canto-11/s.u.m.md) | SB contains the **sum** total of all scriptural knowledge<br>

<mark style="background-color:purple;">**12**</mark> - [**N.A.M.E**](/canto-12/n.a.m.e.md) | SB prescribes the holy **name** as the process for the age

[Bibliography](/appendix/bibliography.md)

[The Author](/appendix/the-author.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://bhagavata.keshavaswami.com/contents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
