> 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/nociones-basicas/types.md).

# Tipos

Igual que en el mundo físico, los tipos son útiles para definir objetos que se distinguen entre sí por su categoría.

Un plátano es inherentemente distinto de un sofá. Sus funciones, propiedades y relaciones con otros objetos son más parecidas a las de las manzanas y las naranjas que a las de los sofás. Por esa razón, podríamos categorizar a las manzanas, naranjas y plátanos como *fruta*, mientras que los sofás estarían en otra categoría, la de *mueble*.

Según este principio, hay dos conceptos importantes en Anytype que debes tener en cuenta:

1\) Todo objeto tiene un tipo que se define en el momento de su creación (y que se puede cambiar más adelante).

2\) Se utilizan distintos tipos para definir objetos que se distinguen entre sí por su categoría.

Compañeras, amigos y gente del vecindario se pueden considerar del tipo *Humano* en tu gráfico de Anytype. Este es otro ejemplo de los tipos que podrías tener en tu gráfico:

* Tarea
* Nota
* Libro
* Película
* Idea

Tus tipos pueden ser todo lo amplios o reducidos que quieras, pero, en general, te recomendamos usar tipos muy generales para categorizar tus objetos y afinar más su uso por medio de [plantillas](/anytype-docs/espanol/casos-de-uso/deep-dive-templates.md).

Puedes ver y gestionar tus tipos cuando quieras en la biblioteca de tipos, que encontrarás en el widget *Biblioteca* de la barra lateral.


---

# 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/nociones-basicas/types.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.
