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

# Helpful links

For an overview of our project and to follow along, bookmark these links:

* website: <https://www.sitkaworld.com/>
* Twitter: <https://twitter.com/Sitka_World>
* Instagram: <https://www.instagram.com/sitka.saga/>
* Discord: <https://discord.gg/VMDVEHDGvN> (have fun with the story-based, choose-your-adventure intro!)
* for team info check out [Team Members](/community/team-members.md)

**Animated Trailer:**\
<https://www.youtube.com/watch?v=cvA4cNe2SG8>

**Preview of the Sitka Saga manuscript:**\
<https://dl.bookfunnel.com/e0fao1iav9>

**Prologue NFTs:** <https://opensea.io/assets/matic/0x931204fb8cea7f7068995dce924f0d76d571df99/83>

**Educational content** on what Web3 means for content creators, and why we are launching Sitka World in the first place:

* Why Content Creators Need Web3 (blog post) <https://mirror.xyz/sitkaworld.eth/KckhO2AzEEomCGInMfVIwt7qvb1d9_wgo56VqFMVqJQ>
* Why I'm Publishing the Sitka Saga in Web3 (blog post)\
  <https://northernwords.blog/2022/06/30/why-im-publishing-in-web3/>
* Web3 Publishing (podcast interview with Loreplay)\
  <https://twitter.com/LCOA2052/status/1575219739890024449>
* Creating a Fictional World (podcast interview with Joanna Penn): <https://www.thecreativepenn.com/2022/04/22/creating-a-fictional-world-in-web-3/>

Newsletter subscription: <https://mailchi.mp/a77583cd1b6a/sitkaworld>

Cent.co (collectible updates): <https://sitkaworld.cent.co/>


---

# 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://docs.sitkaworld.com/helpful-links.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.
