> For the complete documentation index, see [llms.txt](https://catalyst-swarm.gitbook.io/the-catalyst-school/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catalyst-swarm.gitbook.io/the-catalyst-school/github/github-set-up.md).

# GitHub Set-up

Welcome to the prototype of The-Catalyst-School GitBook. This GitBook would collect and document all the content sources of The-Catalyst-School.&#x20;

Videos, images, Google documents, presentations, spreadsheets, links back to Discord posts and weblinks can all be embedded.&#x20;

The layout of this GitBook has been designed to match the layout of the The-Catalyst-School Discord server.

Access to editing on the GitBook can be divided into writers (who can change content) and readers (who can read and comment).

Open-source training is planned to complement the GitBook and GitHub platforms.

## The Catalyst School GitHub Organisation

The Catalyst School GitHub Organisation is located at the following web link :

{% embed url="<https://github.com/The-Catalyst-School>" %}

It is currently owned by \[Catalyst School Trustee to be arranged] and maintained by Stephen Whitenstall ( <swhitenstall@ekphrasis.co.uk>)

## The Catalyst School GitHub Repositories

There are currently two GitHub Repositories supporting the The Catalyst School.&#x20;

### 1) The-Catalyst-School-Co-Ordination

This Repository is where The-Catalyst-School GitHub Maintainers discuss the maintenance and administration of our repositories.

{% embed url="<https://github.com/The-Catalyst-School/The-Catalyst-School-Co-Ordination>" %}

#### The-Catalyst-School GitHub Maintainer Discussions

A good place to start as a contributor or maintainer is this GitHub Discussion post :

{% embed url="<https://github.com/The-Catalyst-School/The-Catalyst-School-Co-Ordination/discussions/1>" %}

### 2) The-Catalyst-School

This repository is back-end of the The-Catalyst-School GitBook (this site). All content presented here is pushed to The-Catalyst-School repository. This provides an open-source back-up for this GitBook and allows for data migration to other platforms in the future.

{% embed url="<https://github.com/The-Catalyst-School/The-Catalyst-School>" %}


---

# 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://catalyst-swarm.gitbook.io/the-catalyst-school/github/github-set-up.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.
