> 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/portuguese/github/github-set-up.md).

# Set-up do GitHub

.Bem-vindos ao protótipo do The-Catalyst-School GitBook. Este GitBook coletará e documentará todas as fontes de conteúdo da The-Catalyst-School.

Vídeos, imagens, documentos do Google, apresentações, planilhas, links para postagens do Discord e weblinks podem ser incorporados.

O layout deste GitBook foi projetado para corresponder ao layout do servidor The-Catalyst-School Discord.

O acesso à edição no GitBook pode ser dividido em escritores (que podem alterar conteúdo) e leitores (que podem ler e comentar).

O treinamento de código aberto está planejado para complementar as plataformas GitBook e GitHub.

## Organização do GitHub da The Catalyst School

Organização do GitHub da The Catalyst School está localizada no web link :

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

Atualmente é propriedade da \[Catalyst School Trustee a ser providenciado] e mantida por Stephen Whitenstall ( <swhitenstall@ekphrasis.co.uk>)

## Repositórios no GitHub da The Catalyst School&#x20;

Atualmente, existem dois Repositórios do GitHub apoiando a The Catalyst School.&#x20;

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

Este Repositório é onde os Mantenedores do GitHub da Escola Catalisador discutem a manutenção e administração de nossos repositórios.

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

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

Um bom lugar para começar como colaborador ou mantenedor é este post de discussão do GitHub:

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

### 2) The-Catalyst-School

Este repositório é o back-end do The-Catalyst-School GitBook (este site). Todo o conteúdo aqui apresentado é levado ao repositório the-catalyst-school. Isso fornece um backup de código aberto para este GitBook e permite a migração de dados para outras plataformas no futuro.

{% 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/portuguese/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.
