> For the complete documentation index, see [llms.txt](https://sbdojo.gitbook.io/sushi-cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sbdojo.gitbook.io/sushi-cards/2021-2022/session-1/session-1-info.md).

# Session #1 Info

Welcome to our first ever CoderDojo session at the South Brunswick Public Library!

This is our first session so the projects offered may take too long to complete or may be completed too fast. If the latter is the case, we will be sure to add more content before your next session.

Below you can read information about the three projects being offered at this session.&#x20;

{% content-ref url="/pages/-Mhac8HroCULs724DWgi" %}
[Text Adventure Game](/sushi-cards/2021-2022/session-1/text-adventure-game.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhacBlxInt4P9Z2X86I" %}
[Discord Bot](/sushi-cards/2021-2022/session-1/discord-bot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhacLiKEq5NYEdZol6y" %}
[Make A Website](/sushi-cards/2021-2022/session-1/make-a-website.md)
{% endcontent-ref %}


---

# 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:

```
GET https://sbdojo.gitbook.io/sushi-cards/2021-2022/session-1/session-1-info.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.
