> For the complete documentation index, see [llms.txt](https://toncapy.gitbook.io/toncapy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey.md).

# Story: TonCapy Odyssey

- [Chapter I: Echoes of the Hidden Treasure](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-i-echoes-of-the-hidden-treasure.md)
- [Chapter II: Secrets of the Mirror Pool](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-ii-secrets-of-the-mirror-pool.md)
- [Chapter III: Into the Valley of Echoes](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-iii-into-the-valley-of-echoes.md)
- [Chapter IV: Shadows of the Whispering Grove](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-iv-shadows-of-the-whispering-grove.md)
- [Chapter V: The Roar of the Unknown](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-v-the-roar-of-the-unknown.md)
- [Chapter VI: The Treasure of the Mirror Pool](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-vi-the-treasure-of-the-mirror-pool.md)
- [Chapter VII: The Price of the Treasure](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-vii-the-price-of-the-treasure.md)
- [Chapter VIII: The Trial of the Caiman](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-viii-the-trial-of-the-caiman.md)
- [Chapter IX: The True Treasure](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-ix-the-true-treasure.md)
- [Chapter X: The Journey Home](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-x-the-journey-home.md)
- [Chapter XI: The Path of Destiny](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-xi-the-path-of-destiny.md)
- [Chapter XII: Whispers of the Jungle](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-xii-whispers-of-the-jungle.md)
- [Chapter XIII: Beyond the Final Trial](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-xiii-beyond-the-final-trial.md)
- [Chapter XIV: The Final Choice](https://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey/chapter-xiv-the-final-choice.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://toncapy.gitbook.io/toncapy/introduction/story-toncapy-odyssey.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.
