> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/es/preguntas-frecuentes/research-and-analysis/credits-and-cost.md).

# Créditos y costo

**¿Por qué esta consulta usó más créditos de lo esperado?** El uso de créditos escala con: el procesamiento del LLM, la distribución de datos (cuántas fuentes se consultan), la profundidad de Deep Research y el renderizado de gráficos de Data Visualization.

Para mantener los costos previsibles:

* Desactiva Deep Research y Data Visualization cuando no sean necesarios.
* Evita combinar varios modos intensivos en una sola consulta.
* En el modo Data Visualization, evita seleccionar gráficos "preferidos" adicionales.

Para un cargo inusualmente grande, comparte el enlace del chat en Discord: el equipo puede revisarlo y potencialmente acreditar tu cuenta.

**Costos típicos en créditos**

| Acción                       | Costo aproximado |
| ---------------------------- | ---------------- |
| Mensaje de chat normal       | \~20 créditos    |
| Informe de Deep Research     | \~40 créditos    |
| Nodo Minara Call en Workflow | \~15 créditos    |

Estas son estimaciones: el costo real depende de los tokens procesados.

**¿Qué se pausa cuando me quedo sin créditos?** Cuando los créditos de la suscripción se consumen por completo:

* Chatear con Minara
* Deep Research
* Crear nuevos workflows
* Ejecutar workflows con nodos Minara Call

Los créditos se renuevan al inicio de cada ciclo de facturación. También puedes comprar un paquete de recarga (requiere una suscripción de pago activa).


---

# 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://minara.ai/docs/support/es/preguntas-frecuentes/research-and-analysis/credits-and-cost.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.
