> For the complete documentation index, see [llms.txt](https://wiki.superteam.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.superteam.com.br/en/projects/wiki.md).

# Wiki

**GitHub**: [solanabr/wiki](https://github.com/solanabr/wiki) **Status**: Active **Maintained by**: Superteam Brazil community

## Overview

The central knowledge hub for Superteam Brazil. This wiki — the one you are reading — is a trilingual resource distributed via GitBook, covering everything from developer resources and project documentation to community transparency reports.

## Features

### Trilingual Content

All content is available in English, Portuguese, and Spanish, serving the broader Latin American Solana community.

### 130+ Curated Resources

A maintained collection of developer tools, courses, frameworks, protocols, and references for building on Solana.

### Project Documentation

Every Superteam Brazil project is documented here with overviews, technical details, and contribution guides.

### Transparency Reports

Quarterly reports on community activities, event outcomes, and financial allocations. Published on-chain references where applicable.

### GitBook Integration

Professional documentation platform with full-text search, sidebar navigation, and version history.

## How to Contribute

1. Fork the [repository](https://github.com/solanabr/wiki)
2. Create a branch following the convention: `docs/description-DD-MM-YYYY`
3. Make your changes
4. Submit a pull request
5. The content team reviews and merges

## Tech Stack

* GitBook
* Markdown
* Git


---

# 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://wiki.superteam.com.br/en/projects/wiki.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.
