> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype-docs/espanol/comunidad/community-forum.md).

# Foro de la comunidad

{% embed url="<https://community.anytype.io>" %}

En nuestra comunidad de habla inglesa encontrarás diversas **categorías** y **etiquetas** para buscar publicaciones de otras personas que hayan tenido experiencias parecidas a la tuya. Estas son algunas categorías: News & Announcements (noticias y anuncios), General Discussion (conversación general), How To (instrucciones de uso), Feature Requests (peticiones de desarrollo), Bug Reports (informes de fallos) y Lounge (otros temas).

### ¿Cómo puedo ser parte de la comunidad?

Si quieres publicar en la comunidad de Anytype, necesitarás una cuenta.

En la aplicación de escritorio, haz clic en el botón **?** (Ayuda) de la esquina inferior derecha y luego en «[Únete a nuestra comunidad](https://community.anytype.io/invites/sig5xTU4ZZ)».

<figure><img src="/files/0g0pmf92CO8NYZvE2MzO" alt="" width="306"><figcaption></figcaption></figure>

También puedes ir a la barra de menús de la parte superior de la ventana, debajo de la barra de titulo, y hacer clic en `Ayuda > Informar de un error`.

<figure><img src="/files/HOPF2PHSWcLwg9YVb5S9" alt=""><figcaption></figcaption></figure>


---

# 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://doc.anytype.io/anytype-docs/espanol/comunidad/community-forum.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.
