> For the complete documentation index, see [llms.txt](https://oops-i-devd.gitbook.io/christinec-dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oops-i-devd.gitbook.io/christinec-dev/links.md).

# Links

- [Books](https://oops-i-devd.gitbook.io/christinec-dev/links/books.md): Could you spare a coin, traveler? At the Ko-Fi store below, you can purchase any of the resources that I have made available.
- [Blogs](https://oops-i-devd.gitbook.io/christinec-dev/links/blogs.md): Here are the links to my blogs where you can follow me and read new content as I post them. I cross-post all my tutorials, tools, write-ups, and research. 😊
- [YouTube](https://oops-i-devd.gitbook.io/christinec-dev/links/youtube.md): Here is the link to my YouTube channel, where you can watch video tutorials on Godot 4, with more content coming soon, I promise.
- [GitHub](https://oops-i-devd.gitbook.io/christinec-dev/links/github.md): Here is the link to my GitHub profile. You can follow me, fork projects, and find the source code for all my tutorials, tools, and hobby projects.
- [Discord](https://oops-i-devd.gitbook.io/christinec-dev/links/discord.md): Below is the link to my Discord server where you can connect with me and others in the game dev (and Oops I Dev'd) space!


---

# 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://oops-i-devd.gitbook.io/christinec-dev/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.
