> For the complete documentation index, see [llms.txt](https://guide.openfoodnetwork.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.openfoodnetwork.org/es/basic-features.md).

# Funcionalidades

Puede explorar estas funciones en cualquier momento, pero para aquellos que recién comienzan, recomendamos nuestras [guías de inicio rápido](/es/quick-start-guides.md).&#x20;

{% hint style="info" %}
Para encontrar la explicación de una función específica que necesite, utilice el campo 'Buscar' (esquina superior derecha).
{% endhint %}

A continuación, las características de OFN se explican de forma "cronológica doble" con el orden de las secciones organizadas en función de un orden lógico de configuración:

* [registro](/es/basic-features/register-and-create-your-profile.md)
* configuración del perfil de la organización
* productos
* tienda
* pedidos
* suscripciones
* reportes
* panel de administración
* grupos
* [products](/es/basic-features/products-1.md)
* [shopfront](/es/basic-features/shopfront.md)
* [orders](/es/basic-features/orders.md)
* [subscriptions](/es/basic-features/subscriptions.md)
* [reports](/es/basic-features/reports.md)
* [dashboard](/es/basic-features/dashboard.md)
* [groups](/es/basic-features/groups.md)

y el contenido de cada uno se presenta desde el uso básico hasta el más avanzado.


---

# 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://guide.openfoodnetwork.org/es/basic-features.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.
