> 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/es/proyectos/wiki.md).

# Wiki

**GitHub**: [solanabr/wiki](https://github.com/solanabr/wiki) **Estado**: Activo **Mantenido por**: Comunidad de Superteam Brazil

## Vision General

El centro de conocimiento central de Superteam Brazil. Este wiki — el que estas leyendo — es un recurso trilingue distribuido via GitBook, que cubre desde recursos para desarrolladores y documentacion de proyectos hasta reportes de transparencia de la comunidad.

## Caracteristicas

### Contenido Trilingue

Todo el contenido esta disponible en ingles, portugues y espanol, sirviendo a la comunidad Solana latinoamericana en general.

### 130+ Recursos Curados

Una coleccion mantenida de herramientas para desarrolladores, cursos, frameworks, protocolos y referencias para construir en Solana.

### Documentacion de Proyectos

Cada proyecto de Superteam Brazil esta documentado aqui con descripciones generales, detalles tecnicos y guias de contribucion.

### Reportes de Transparencia

Reportes trimestrales sobre actividades de la comunidad, resultados de eventos y asignaciones financieras. Referencias on-chain publicadas cuando corresponde.

### Integracion con GitBook

Plataforma de documentacion profesional con busqueda de texto completo, navegacion lateral e historial de versiones.

## Como Contribuir

1. Haz fork del [repositorio](https://github.com/solanabr/wiki)
2. Crea una rama siguiendo la convencion: `docs/descripcion-DD-MM-YYYY`
3. Realiza tus cambios
4. Envia un pull request
5. El equipo de contenido revisa y fusiona

## Stack Tecnologico

* 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/es/proyectos/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.
