> For the complete documentation index, see [llms.txt](https://docs.tacufactsv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tacufactsv.com/manual-tacufact/04-inventario/02-marcas-y-categorias.md).

# 02 marcas y categorias

Para mantener tu catálogo de productos organizado, TacuFact te permite clasificar tus productos por **marca** y por **categoría**. Encontrarás estas dos pestañas dentro de **Inventario**.

## Marcas

Una marca identifica al fabricante o a la línea de productos (por ejemplo, "Nike" o "Samsung").

Para crear una marca:

1. Ve a la pestaña **Marcas**.
2. Presiona **Nueva marca**.
3. Escribe el **Nombre** y, si quieres, una **Descripción**.
4. Guarda.

Puedes buscar marcas existentes con el buscador, editarlas o eliminarlas. Las marcas eliminadas pueden restaurarse más adelante si las necesitas de nuevo.

## Categorías

Las categorías te ayudan a agrupar productos por tipo (por ejemplo, "Electrónica", "Ropa", "Bebidas"). Las categorías pueden tener una **categoría padre**, lo que te permite crear subcategorías (por ejemplo, "Bebidas" → "Bebidas Gaseosas").

Para crear una categoría:

1. Ve a la pestaña **Categorías**.
2. Presiona **Nueva categoría**.
3. Escribe el **Nombre**, una **Descripción** opcional y, si esta categoría es una subcategoría de otra, elige su **Categoría padre**.
4. Guarda.

Igual que con las marcas, puedes buscar, editar, eliminar y restaurar categorías cuando lo necesites.

{% hint style="info" %}
Organizar bien tus marcas y categorías facilita mucho la búsqueda de productos cuando estás emitiendo un DTE desde el catálogo, especialmente si manejas muchos productos.
{% endhint %}


---

# 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://docs.tacufactsv.com/manual-tacufact/04-inventario/02-marcas-y-categorias.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.
