> For the complete documentation index, see [llms.txt](https://docs.tabiya.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabiya.org/tabiya-documentation/es/nuestra-pila-tecnologica/livelihoods-classifier/contributing-guide.md).

# Guía de contribución

Si encuentras algún error o deseas contribuir a este proyecto, por favor utiliza las siguientes plantillas para [abrir un issue en GitHub](https://github.com/tabiya-tech/tabiya-livelihoods-classifier/issues).

## Plantilla de informe de error

<table><thead><tr><th>nombre</th><th width="201">sobre</th><th width="92">título</th><th width="79">etiquetas</th><th>asignados</th></tr></thead><tbody><tr><td>Informe de error</td><td>Crea un informe para ayudarnos a mejorar</td><td></td><td></td><td>ApostolosBenisis</td></tr></tbody></table>

**Describe el error** Una descripción clara y concisa de cuál es el error.

**Para reproducir** Pasos para reproducir el comportamiento:

1. Ir a '...'
2. Hacer clic en '....'
3. Desplazarse hasta '....'
4. Ver error

**Comportamiento esperado** Una descripción clara y concisa de lo que esperabas que ocurriera.

**Capturas de pantalla** Si aplica, añade capturas de pantalla para ayudar a explicar tu problema.

**Escritorio (por favor completa la siguiente información):**

* SO: \[p. ej. iOS]
* Navegador \[p. ej. chrome, safari]
* Versión \[p. ej. 22]

**Smartphone (por favor completa la siguiente información):**

* Dispositivo: \[p. ej. iPhone6]
* SO: \[p. ej. iOS8.1]
* Navegador \[p. ej. navegador predeterminado, safari]
* Versión \[p. ej. 22]

**Contexto adicional** Agrega aquí cualquier otro contexto sobre el problema.

## Agregar plantilla de característica

<table><thead><tr><th width="187">nombre</th><th width="273">sobre</th><th width="95">título</th><th width="88">etiquetas</th><th>asignados</th></tr></thead><tbody><tr><td>Solicitud de funcionalidad</td><td>Sugiere una idea para este proyecto</td><td></td><td></td><td></td></tr></tbody></table>

**¿Tu solicitud de funcionalidad está relacionada con un problema? Por favor describe.** Una descripción clara y concisa de cuál es el problema. Ej. Siempre me frustra cuando \[...]

**Describe la solución que te gustaría** Una descripción clara y concisa de lo que quieres que ocurra.

**Describe las alternativas que has considerado** Una descripción clara y concisa de cualquier solución alternativa o característica que hayas considerado.

**Contexto adicional** Agrega aquí cualquier otro contexto o capturas de pantalla sobre la solicitud de funcionalidad.


---

# 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://docs.tabiya.org/tabiya-documentation/es/nuestra-pila-tecnologica/livelihoods-classifier/contributing-guide.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.
